diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-01-26 00:26:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-26 00:26:15 +0100 |
commit | 6dfe1c38d7d4d60c3ddae3134af6877fd2047d82 (patch) | |
tree | 6c2cc885ba19231b27d346bd77230c203a8d7f54 /lib/command.h | |
parent | Merge branch 'frr/pull/92' (BGP Large Community support) (diff) | |
parent | bgpd: restore show bgp neighbors command (diff) | |
download | frr-6dfe1c38d7d4d60c3ddae3134af6877fd2047d82.tar.xz frr-6dfe1c38d7d4d60c3ddae3134af6877fd2047d82.zip |
Merge pull request #101 from LabNConsulting/working/master/patch-set/3-vrf
Master version of basic vrf commands & some other missed fixes
Diffstat (limited to 'lib/command.h')
-rw-r--r-- | lib/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index ff1b1a0e8..3c3c3ae37 100644 --- a/lib/command.h +++ b/lib/command.h @@ -100,6 +100,7 @@ enum node_type BGP_IPV6M_NODE, /* BGP IPv6 multicast address family. */ BGP_ENCAP_NODE, /* BGP ENCAP SAFI */ BGP_ENCAPV6_NODE, /* BGP ENCAP SAFI */ + BGP_VRF_POLICY_NODE, /* BGP VRF policy */ BGP_VNC_DEFAULTS_NODE, /* BGP VNC nve defaults */ BGP_VNC_NVE_GROUP_NODE, /* BGP VNC nve group */ BGP_VNC_L2_GROUP_NODE, /* BGP VNC L2 group */ |