diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-24 11:04:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-24 11:04:36 -0400 |
| commit | f731a65469170480bb25c05463fba8d69f172328 (patch) | |
| tree | ff7b60d1f140debf773d518ce0d367eeb506e612 /lib/command.h | |
| parent | 4e33d4ef9b031c9d2c2dbabfb1bb668ba8361b28 (diff) | |
| parent | 26a4b7c3c35f1fc1b0f72622d85330d95636a761 (diff) | |
Merge pull request #611 from LabNConsulting/working/3.0/patch-set/deprecateEncap
3.0: remove support for config & show of encap safi
Diffstat (limited to 'lib/command.h')
| -rw-r--r-- | lib/command.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/command.h b/lib/command.h index d62f7655ee..223f028144 100644 --- a/lib/command.h +++ b/lib/command.h @@ -98,8 +98,6 @@ 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 */ BGP_VRF_POLICY_NODE, /* BGP VRF policy */ BGP_VNC_DEFAULTS_NODE, /* BGP VNC nve defaults */ BGP_VNC_NVE_GROUP_NODE, /* BGP VNC nve group */ |
