summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
authorLou Berger <lberger@labn.net>2016-01-12 13:42:04 -0500
committervivek <vivek@cumulusnetworks.com>2016-06-11 15:52:05 -0700
commit8b1fb8be22f5565618c96f84700975c787e8e935 (patch)
tree335a0c863f4385e13dd8054a1097a6776f7cc6b7 /lib/command.h
parent587ff0fd881e3532226afa7a007a5a8ff7b89871 (diff)
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> (cherry picked from commit a3fda886cdd48b6d8c421ebb1401142fa9ee93b0) Conflicts: bgpd/bgp_vty.c bgpd/bgpd.c vtysh/vtysh_config.c
Diffstat (limited to 'lib/command.h')
-rw-r--r--lib/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h
index 523d1a2e4c..c1ef0e55bd 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 */