From a3fda886cdd48b6d8c421ebb1401142fa9ee93b0 Mon Sep 17 00:00:00 2001 From: Lou Berger Date: Tue, 12 Jan 2016 13:42:04 -0500 Subject: bgpd, lib, vtysh: hook up bgp ENCAP CLI node Signed-off-by: Lou Berger Signed-off-by: David Lamparter --- lib/vty.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/vty.c') 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: -- cgit v1.2.3