summaryrefslogtreecommitdiff
path: root/zebra
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2025-02-04 11:43:10 -0500
committerGitHub <noreply@github.com>2025-02-04 11:43:10 -0500
commit4349cab51b283efc28525b9d263c5399a6d709c1 (patch)
tree8276e1e667734ce7bf35618479d184318cca8ae1 /zebra
parentd57353db2bcba1b2d1f617e6e3c4017cd5684991 (diff)
parentfb8e399e4f66d09780f176fbecb99168089e64eb (diff)
Merge pull request #17953 from donaldsharp/limit_ip_protocol
lib: Remove System routes from ip protocol route map choices
Diffstat (limited to 'zebra')
-rw-r--r--zebra/zebra_cli.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/zebra/zebra_cli.c b/zebra/zebra_cli.c
index ca53eb2eb3..bb79928326 100644
--- a/zebra/zebra_cli.c
+++ b/zebra/zebra_cli.c
@@ -1983,6 +1983,10 @@ static void lib_vrf_zebra_ipv6_router_id_cli_write(struct vty *vty,
vty_out(vty, "ipv6 router-id %s\n", id);
}
+/*
+ * Both the v4 and v6 version of this command are now limiting the
+ * usage of System route types from being considered here at all
+ */
DEFPY_YANG (ip_protocol,
ip_protocol_cmd,
"[no] ip protocol " FRR_IP_PROTOCOL_MAP_STR_ZEBRA