mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 02:46:37 +00:00
bgpd: add neighbor l2vpn evpn software discovery inbound command
this command permits configuring adj-rib-in for l2vpn evpn entries. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
This commit is contained in:
parent
b7822d2016
commit
616c6ee8bd
@ -12998,6 +12998,8 @@ void bgp_vty_init(void)
|
||||
&neighbor_soft_reconfiguration_cmd);
|
||||
install_element(BGP_FLOWSPECV6_NODE,
|
||||
&no_neighbor_soft_reconfiguration_cmd);
|
||||
install_element(BGP_EVPN_NODE, &neighbor_soft_reconfiguration_cmd);
|
||||
install_element(BGP_EVPN_NODE, &no_neighbor_soft_reconfiguration_cmd);
|
||||
|
||||
/* "neighbor attribute-unchanged" commands. */
|
||||
install_element(BGP_NODE, &neighbor_attr_unchanged_hidden_cmd);
|
||||
|
Loading…
Reference in New Issue
Block a user