summaryrefslogtreecommitdiffstats
path: root/lib/vty.c
diff options
context:
space:
mode:
authorLou Berger <lberger@labn.net>2016-01-12 13:42:04 -0500
committerPaul Jakma <paul.jakma@hpe.com>2016-02-26 14:11:44 +0000
commita3fda886cdd48b6d8c421ebb1401142fa9ee93b0 (patch)
tree42a5e6fda0978185128544fd199caf8ed93e58a3 /lib/vty.c
parent637035710a2f8e1e5944ee714135b7f88ac15ac4 (diff)
downloadquagga-a3fda886cdd48b6d8c421ebb1401142fa9ee93b0.tar.bz2
quagga-a3fda886cdd48b6d8c421ebb1401142fa9ee93b0.tar.xz
bgpd, lib, vtysh: hook up bgp ENCAP CLI node
Signed-off-by: Lou Berger <lberger@labn.net> 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 f695b722..e4510f85 100644
--- a/lib/vty.c
+++ b/lib/vty.c
@@ -738,6 +738,8 @@ vty_end_config (struct vty *vty)
case BGP_NODE:
case BGP_VPNV4_NODE:
case BGP_VPNV6_NODE:
+ case BGP_ENCAP_NODE:
+ case BGP_ENCAPV6_NODE:
case BGP_IPV4_NODE:
case BGP_IPV4M_NODE:
case BGP_IPV6_NODE: