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/command.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/command.c') diff --git a/lib/command.c b/lib/command.c index dbcef5ee..80893602 100644 --- a/lib/command.c +++ b/lib/command.c @@ -2591,6 +2591,8 @@ node_parent ( enum node_type 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: @@ -2962,6 +2964,8 @@ DEFUN (config_exit, case BGP_IPV4M_NODE: case BGP_VPNV4_NODE: case BGP_VPNV6_NODE: + case BGP_ENCAP_NODE: + case BGP_ENCAPV6_NODE: case BGP_IPV6_NODE: case BGP_IPV6M_NODE: vty->node = BGP_NODE; @@ -3001,6 +3005,8 @@ DEFUN (config_end, case RIPNG_NODE: case BABEL_NODE: case BGP_NODE: + case BGP_ENCAP_NODE: + case BGP_ENCAPV6_NODE: case BGP_VPNV4_NODE: case BGP_VPNV6_NODE: case BGP_IPV4_NODE: -- cgit v1.2.3