diff options
| author | Don Slice <dslice@cumulusnetworks.com> | 2016-06-13 09:17:25 -0400 |
|---|---|---|
| committer | Don Slice <dslice@cumulusnetworks.com> | 2016-06-13 09:17:25 -0400 |
| commit | 858fae6cb2e241f51b8a1eb025b380556610bbe3 (patch) | |
| tree | 61353d5db8ad6aa54d716217ec341a5d36465221 /lib/command.c | |
| parent | 70bd3c4369b1b77f680f5a308e73a6663056af2d (diff) | |
| parent | 8b1fb8be22f5565618c96f84700975c787e8e935 (diff) | |
Merge branch 'cmaster-next' of ssh://stash.cumulusnetworks.com:7999/quag/quagga into cmaster-next
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/command.c b/lib/command.c index 72a2739895..b82400ea71 100644 --- a/lib/command.c +++ b/lib/command.c @@ -2594,6 +2594,8 @@ node_parent ( enum node_type node ) { case BGP_VPNV4_NODE: case BGP_VPNV6_NODE: + case BGP_ENCAP_NODE: + case BGP_ENCAPV6_NODE: case BGP_IPV4_NODE: case BGP_IPV4M_NODE: case BGP_IPV6_NODE: @@ -2983,6 +2985,8 @@ DEFUN (config_exit, case BGP_IPV4M_NODE: case BGP_VPNV4_NODE: case BGP_VPNV6_NODE: + case BGP_ENCAP_NODE: + case BGP_ENCAPV6_NODE: case BGP_IPV6_NODE: case BGP_IPV6M_NODE: vty->node = BGP_NODE; @@ -3022,6 +3026,8 @@ DEFUN (config_end, case RIP_NODE: case RIPNG_NODE: case BGP_NODE: + case BGP_ENCAP_NODE: + case BGP_ENCAPV6_NODE: case BGP_VPNV4_NODE: case BGP_VPNV6_NODE: case BGP_IPV4_NODE: |
