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.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/command.h') diff --git a/lib/command.h b/lib/command.h index b5c73abe..fd55f2d5 100644 --- a/lib/command.h +++ b/lib/command.h @@ -87,6 +87,8 @@ enum node_type BGP_IPV4M_NODE, /* BGP IPv4 multicast address family. */ BGP_IPV6_NODE, /* BGP IPv6 address family */ BGP_IPV6M_NODE, /* BGP IPv6 multicast address family. */ + BGP_ENCAP_NODE, /* BGP ENCAP SAFI */ + BGP_ENCAPV6_NODE, /* BGP ENCAP SAFI */ OSPF_NODE, /* OSPF protocol mode */ OSPF6_NODE, /* OSPF protocol for IPv6 mode */ ISIS_NODE, /* ISIS protocol mode */ -- cgit v1.2.3