From: Renato Westphal Date: Wed, 20 Sep 2017 03:04:04 +0000 (-0300) Subject: bgpd: remove 'network' commands from the BGP_IPV6L node X-Git-Tag: frr-4.0-dev~224^2~1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=cbdb74116f01b4758880c38dbaccbba6fb9572e5;p=matthieu%2Ffrr.git bgpd: remove 'network' commands from the BGP_IPV6L node These commands don't belong in the BGP_IPV6L_NODE node anymore. A similar change was done for BGP_IPV4L_NODE in commit 9bedbb1e5. Signed-off-by: Renato Westphal --- diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index 762519715c..0c2a2f6fe9 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -11464,12 +11464,6 @@ void bgp_route_init(void) install_element(BGP_IPV6M_NODE, &ipv6_bgp_network_cmd); install_element(BGP_IPV6M_NODE, &no_ipv6_bgp_network_cmd); - install_element(BGP_IPV6L_NODE, &bgp_table_map_cmd); - install_element(BGP_IPV6L_NODE, &ipv6_bgp_network_cmd); - install_element(BGP_IPV6L_NODE, &ipv6_bgp_network_route_map_cmd); - install_element(BGP_IPV6L_NODE, &no_bgp_table_map_cmd); - install_element(BGP_IPV6L_NODE, &no_ipv6_bgp_network_cmd); - install_element(BGP_NODE, &bgp_distance_cmd); install_element(BGP_NODE, &no_bgp_distance_cmd); install_element(BGP_NODE, &bgp_distance_source_cmd);