diff options
| author | Lou Berger <lberger@labn.net> | 2017-05-23 15:00:53 -0400 |
|---|---|---|
| committer | Lou Berger <lberger@labn.net> | 2017-05-23 15:40:12 -0400 |
| commit | b1ff4223c76d5f2d83dcdb1470fa188059b4211c (patch) | |
| tree | 80319cedc1f3125bfaa1bfcd7a7661d5ce789b3e /lib/command.c | |
| parent | db64fac494eb51ae481293b6edc9cae1dec88a10 (diff) | |
lib: remove BGP_ENCAP(V6)_NODE
Signed-off-by: Lou Berger <lberger@labn.net>
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 6 |
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: |
