mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 15:23:39 +00:00
bgpd: Allow using maximum-prefix
for EVPN
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
b6e6656a2e
commit
0c54dfde69
@ -21187,6 +21187,15 @@ void bgp_vty_init(void)
|
|||||||
install_element(BGP_VPNV6_NODE,
|
install_element(BGP_VPNV6_NODE,
|
||||||
&neighbor_maximum_prefix_threshold_restart_cmd);
|
&neighbor_maximum_prefix_threshold_restart_cmd);
|
||||||
install_element(BGP_VPNV6_NODE, &no_neighbor_maximum_prefix_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" */
|
/* "neighbor allowas-in" */
|
||||||
install_element(BGP_NODE, &neighbor_allowas_in_hidden_cmd);
|
install_element(BGP_NODE, &neighbor_allowas_in_hidden_cmd);
|
||||||
|
Loading…
Reference in New Issue
Block a user