mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 22:37:49 +00:00
bgpd: fix duplicate install of command
Only happens when FRR is configured with --enable-oldvpn-commands. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
This commit is contained in:
parent
9ff63e6f55
commit
af5d681978
@ -1196,7 +1196,6 @@ bgp_mplsvpn_init (void)
|
||||
install_element (VIEW_NODE, &show_ip_bgp_vpn_rd_cmd);
|
||||
#ifdef KEEP_OLD_VPN_COMMANDS
|
||||
install_element (VIEW_NODE, &show_ip_bgp_vpn_all_cmd);
|
||||
install_element (VIEW_NODE, &show_ip_bgp_vpn_rd_cmd);
|
||||
install_element (VIEW_NODE, &show_ip_bgp_vpn_all_tags_cmd);
|
||||
install_element (VIEW_NODE, &show_ip_bgp_vpn_rd_tags_cmd);
|
||||
install_element (VIEW_NODE, &show_ip_bgp_vpn_all_neighbor_routes_cmd);
|
||||
|
Loading…
Reference in New Issue
Block a user