diff options
| -rw-r--r-- | zebra/zebra_vty.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/zebra_vty.c b/zebra/zebra_vty.c index 1ae632e4f4..ec7e2adcc1 100644 --- a/zebra/zebra_vty.c +++ b/zebra/zebra_vty.c @@ -2903,7 +2903,6 @@ void zebra_vty_init(void) install_element(VIEW_NODE, &show_evpn_neigh_vni_neigh_cmd); install_element(VIEW_NODE, &show_evpn_neigh_vni_vtep_cmd); - install_element(CONFIG_NODE, &vrf_vni_mapping_cmd); install_element(CONFIG_NODE, &no_vrf_vni_mapping_cmd); install_element(VRF_NODE, &vrf_vni_mapping_cmd); install_element(VRF_NODE, &no_vrf_vni_mapping_cmd); |
