Skip to content

Commit

Permalink
Merge pull request #6645 from pguibert6WIND/maxpathlunicast
Browse files Browse the repository at this point in the history
bgpd: add maximum-paths vty command to ipv6 lu node
  • Loading branch information
ton31337 authored Jun 29, 2020
2 parents f48e3fa + 39edaba commit 87b42ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bgpd/bgp_vty.c
Original file line number Diff line number Diff line change
Expand Up @@ -15671,6 +15671,11 @@ void bgp_vty_init(void)
install_element(BGP_IPV6_NODE, &bgp_maxpaths_ibgp_cluster_cmd);
install_element(BGP_IPV6_NODE, &no_bgp_maxpaths_ibgp_cmd);

install_element(BGP_IPV4L_NODE, &bgp_maxpaths_cmd);
install_element(BGP_IPV4L_NODE, &no_bgp_maxpaths_cmd);
install_element(BGP_IPV4L_NODE, &bgp_maxpaths_ibgp_cmd);
install_element(BGP_IPV4L_NODE, &bgp_maxpaths_ibgp_cluster_cmd);
install_element(BGP_IPV4L_NODE, &no_bgp_maxpaths_ibgp_cmd);
install_element(BGP_IPV6L_NODE, &bgp_maxpaths_cmd);
install_element(BGP_IPV6L_NODE, &no_bgp_maxpaths_cmd);
install_element(BGP_IPV6L_NODE, &bgp_maxpaths_ibgp_cmd);
Expand Down

0 comments on commit 87b42ba

Please sign in to comment.