summaryrefslogtreecommitdiff
path: root/lib/vty.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vty.c')
-rw-r--r--lib/vty.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/vty.c b/lib/vty.c
index 679e001992..9381c6e0fd 100644
--- a/lib/vty.c
+++ b/lib/vty.c
@@ -731,7 +731,6 @@ static void vty_end_config(struct vty *vty)
case ISIS_NODE:
case KEYCHAIN_NODE:
case KEYCHAIN_KEY_NODE:
- case MASC_NODE:
case VTY_NODE:
case BGP_EVPN_VNI_NODE:
vty_config_unlock(vty);
@@ -1128,7 +1127,6 @@ static void vty_stop_input(struct vty *vty)
case ISIS_NODE:
case KEYCHAIN_NODE:
case KEYCHAIN_KEY_NODE:
- case MASC_NODE:
case VTY_NODE:
vty_config_unlock(vty);
vty->node = ENABLE_NODE;