]> git.puffer.fish Git - matthieu/frr.git/commitdiff
bgpd: Route Server support for evpn address-family
authorLakshman Krishnamoorthy <lkrishnamoor@vmware.com>
Wed, 17 Oct 2018 00:44:57 +0000 (17:44 -0700)
committerLakshman Krishnamoorthy <lkrishnamoor@vmware.com>
Wed, 17 Oct 2018 00:44:57 +0000 (17:44 -0700)
Signed-off-by: Lakshman Krishnamoorthy lkrishnamoor@vmware.com
bgpd/bgp_vty.c

index 5af9f7e24c69b812393ede7724846749f3fcd586..88025337b2c2691c9f4857b763b8395c294af523 100644 (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);