summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitesh Kanjariya <mitesh@marvel-07.cumulusnetworks.com>2017-11-15 00:19:23 -0800
committerMitesh Kanjariya <mitesh@marvel-07.cumulusnetworks.com>2017-12-14 10:57:07 -0800
commit90384b2471e6b2c4f4a665ddbcce57d2c53b4be6 (patch)
treebbbdf17bb675a638963be849c1abdc4a43ca34cd
parent0b5131c951538ae8acbfa1c62e92632d89ebbd25 (diff)
zebra: vrf to vni mapping command is only valid under vrf submode
Ticket: CM-18821 Review: Trivial Testing: Manual Signed-off-by: Mitesh Kanjariya <mitesh@cumulusnetworks.com>
-rw-r--r--zebra/zebra_vty.c1
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);