summaryrefslogtreecommitdiff
path: root/lib/vty.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2017-08-09 14:35:17 +0200
committerDavid Lamparter <equinox@diac24.net>2017-08-09 14:35:17 +0200
commit9cdce038c51d259e4416c3e2f15d70e76c5e176f (patch)
tree29fbd9adce8d50fb3183069e57f88f875b73efc0 /lib/vty.c
parent11f3bfdd71f9ccef52ddb6bc349b0554fd18c7ff (diff)
parent0e236c6cd7bef12a2a375153a0e2d81a961562a2 (diff)
Merge branch 'stable/3.0'
... with a lot of fixups. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/vty.c')
-rw-r--r--lib/vty.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/vty.c b/lib/vty.c
index e5bf2e6ced..31fcaf1026 100644
--- a/lib/vty.c
+++ b/lib/vty.c
@@ -684,6 +684,7 @@ static void vty_end_config(struct vty *vty)
break;
case CONFIG_NODE:
case INTERFACE_NODE:
+ case PW_NODE:
case ZEBRA_NODE:
case RIP_NODE:
case RIPNG_NODE:
@@ -1094,6 +1095,7 @@ static void vty_stop_input(struct vty *vty)
break;
case CONFIG_NODE:
case INTERFACE_NODE:
+ case PW_NODE:
case ZEBRA_NODE:
case RIP_NODE:
case RIPNG_NODE: