diff options
| author | G. Paul Ziemba <paulz@labn.net> | 2018-03-09 10:45:50 -0500 |
|---|---|---|
| committer | Lou Berger <lberger@labn.net> | 2018-03-09 16:40:37 -0500 |
| commit | c8ff868c1a2070251beeb592ba27c3ca837fc9b6 (patch) | |
| tree | 81436d835ac8761d59230060b9145e80633db986 /lib/command.h | |
| parent | 51ade3a27f6d25ca97585d5d13780f2959d069de (diff) | |
lib: add new BGP VPN policy command node
Signed-off-by: G. Paul Ziemba <paulz@labn.net>
Diffstat (limited to 'lib/command.h')
| -rw-r--r-- | lib/command.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index 0febf903a3..b0d0482c4e 100644 --- a/lib/command.h +++ b/lib/command.h @@ -110,6 +110,8 @@ enum node_type { BGP_VNC_L2_GROUP_NODE, /* BGP VNC L2 group */ RFP_DEFAULTS_NODE, /* RFP defaults node */ BGP_EVPN_NODE, /* BGP EVPN node. */ + BGP_VPNPOLICY_IPV4_NODE,/* BGP VPN IPv6 policy */ + BGP_VPNPOLICY_IPV6_NODE,/* BGP VPN IPv6 policy */ OSPF_NODE, /* OSPF protocol mode */ OSPF6_NODE, /* OSPF protocol for IPv6 mode */ LDP_NODE, /* LDP protocol mode */ |
