summaryrefslogtreecommitdiff
path: root/lib/vty.c
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2017-07-14 09:36:31 -0400
committerGitHub <noreply@github.com>2017-07-14 09:36:31 -0400
commit805d1ca6b06158ce9f31f77867ef9d293744a95f (patch)
tree855a3dca8ef223561892a62f8ef3adef89ff84eb /lib/vty.c
parent28bd1c1158c10268655878d12e5d8f17737de1bb (diff)
parent2850f0ea580764393ae1253ef87a57d772dafafd (diff)
Merge pull request #809 from donaldsharp/evpn_plus_struct_attr
Evpn plus struct attr
Diffstat (limited to 'lib/vty.c')
-rw-r--r--lib/vty.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/vty.c b/lib/vty.c
index 3785070860..be2f2a6e55 100644
--- a/lib/vty.c
+++ b/lib/vty.c
@@ -768,6 +768,7 @@ vty_end_config (struct vty *vty)
case MASC_NODE:
case PIM_NODE:
case VTY_NODE:
+ case BGP_EVPN_VNI_NODE:
vty_config_unlock (vty);
vty->node = ENABLE_NODE;
break;