summaryrefslogtreecommitdiff
path: root/lib/vty.c
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2017-08-01 20:16:28 -0300
committerRenato Westphal <renato@opensourcerouting.org>2017-08-01 21:12:13 -0300
commit1a99ca998dd05c41d4068ace4ca3ef8ac4ba309c (patch)
tree5e9e78836c9c6db2f74ac8eb99e17cfeffb15829 /lib/vty.c
parentdc4ccdd901047789f1a7075860d4874de1c12549 (diff)
zebra: add support for static pseudowires
Signed-off-by: Renato Westphal <renato@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 e7e0f17e67..9b4badb096 100644
--- a/lib/vty.c
+++ b/lib/vty.c
@@ -731,6 +731,7 @@ 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:
@@ -1156,6 +1157,7 @@ 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: