Skip to content

Commit

Permalink
bgpd: Allow using maximum-prefix for EVPN
Browse files Browse the repository at this point in the history
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
(cherry picked from commit 0c54dfd)
  • Loading branch information
ton31337 authored and mergify[bot] committed Apr 15, 2024
1 parent 82ce33d commit b91ecd1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bgpd/bgp_vty.c
Original file line number Diff line number Diff line change
Expand Up @@ -20357,6 +20357,15 @@ void bgp_vty_init(void)
install_element(BGP_VPNV6_NODE,
&neighbor_maximum_prefix_threshold_restart_cmd);
install_element(BGP_VPNV6_NODE, &no_neighbor_maximum_prefix_cmd);
install_element(BGP_EVPN_NODE, &neighbor_maximum_prefix_cmd);
install_element(BGP_EVPN_NODE, &neighbor_maximum_prefix_threshold_cmd);
install_element(BGP_EVPN_NODE, &neighbor_maximum_prefix_warning_cmd);
install_element(BGP_EVPN_NODE,
&neighbor_maximum_prefix_threshold_warning_cmd);
install_element(BGP_EVPN_NODE, &neighbor_maximum_prefix_restart_cmd);
install_element(BGP_EVPN_NODE,
&neighbor_maximum_prefix_threshold_restart_cmd);
install_element(BGP_EVPN_NODE, &no_neighbor_maximum_prefix_cmd);

/* "neighbor allowas-in" */
install_element(BGP_NODE, &neighbor_allowas_in_hidden_cmd);
Expand Down

0 comments on commit b91ecd1

Please sign in to comment.