summaryrefslogtreecommitdiff
path: root/lib/command.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-05-24 11:04:53 -0400
committerGitHub <noreply@github.com>2017-05-24 11:04:53 -0400
commit2d828a0c671bdac6299cf3cde2b66e3589b47c60 (patch)
tree8a0f12e8c127fcb3c5a01d2c988cbcb0df5c7ea4 /lib/command.c
parentdb64fac494eb51ae481293b6edc9cae1dec88a10 (diff)
parent1ec1afd6cbff38e50bf5800a0503da71db7c836d (diff)
Merge pull request #612 from LabNConsulting/working/master/patch-set/deprecateEncap
master: remove support for config & show of encap safi
Diffstat (limited to 'lib/command.c')
-rw-r--r--lib/command.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/command.c b/lib/command.c
index 84d59f076c..eb163f6189 100644
--- a/lib/command.c
+++ b/lib/command.c
@@ -865,8 +865,6 @@ node_parent ( enum node_type node )
{
case BGP_VPNV4_NODE:
case BGP_VPNV6_NODE:
- case BGP_ENCAP_NODE:
- case BGP_ENCAPV6_NODE:
case BGP_VRF_POLICY_NODE:
case BGP_VNC_DEFAULTS_NODE:
case BGP_VNC_NVE_GROUP_NODE:
@@ -1238,8 +1236,6 @@ cmd_exit (struct vty *vty)
case BGP_IPV4L_NODE:
case BGP_VPNV4_NODE:
case BGP_VPNV6_NODE:
- case BGP_ENCAP_NODE:
- case BGP_ENCAPV6_NODE:
case BGP_VRF_POLICY_NODE:
case BGP_VNC_DEFAULTS_NODE:
case BGP_VNC_NVE_GROUP_NODE:
@@ -1305,8 +1301,6 @@ DEFUN (config_end,
case RIPNG_NODE:
case EIGRP_NODE:
case BGP_NODE:
- case BGP_ENCAP_NODE:
- case BGP_ENCAPV6_NODE:
case BGP_VRF_POLICY_NODE:
case BGP_VNC_DEFAULTS_NODE:
case BGP_VNC_NVE_GROUP_NODE: