bgpd: Route Server support for evpn address-family

Signed-off-by: Lakshman Krishnamoorthy lkrishnamoor@vmware.com
This commit is contained in:
Lakshman Krishnamoorthy 2018-10-16 17:44:57 -07:00
parent 4a99c191c9
commit a6627c993e

View File

@ -13152,6 +13152,8 @@ void bgp_vty_init(void)
install_element(BGP_VPNV4_NODE, &no_neighbor_route_server_client_cmd);
install_element(BGP_VPNV6_NODE, &neighbor_route_server_client_cmd);
install_element(BGP_VPNV6_NODE, &no_neighbor_route_server_client_cmd);
install_element(BGP_EVPN_NODE, &neighbor_route_server_client_cmd);
install_element(BGP_EVPN_NODE, &no_neighbor_route_server_client_cmd);
install_element(BGP_FLOWSPECV4_NODE, &neighbor_route_server_client_cmd);
install_element(BGP_FLOWSPECV4_NODE,
&no_neighbor_route_server_client_cmd);