diff options
| author | vivek <vivek@cumulusnetworks.com> | 2016-06-06 19:29:05 -0700 |
|---|---|---|
| committer | vivek <vivek@cumulusnetworks.com> | 2016-06-06 19:29:05 -0700 |
| commit | 8ecd32669320500e6d144d079a42183035b0ee4f (patch) | |
| tree | 13291508d3d6168d3039073fd5b137a88b39160f /lib/vty.c | |
| parent | 945c8fe985b57c97fe6eb84d055196752ade9736 (diff) | |
bgpd, lib, vtysh: hook up bgp VPNv6 CLI node
Signed-off-by: Lou Berger <lberger@labn.net>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit 13c378d96a57017f5995b2e0df46cfc31123f0e8)
Conflicts:
bgpd/bgp_vty.c
bgpd/bgpd.c
vtysh/vtysh_config.c
Diffstat (limited to 'lib/vty.c')
| -rw-r--r-- | lib/vty.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -703,6 +703,7 @@ vty_end_config (struct vty *vty) case RIPNG_NODE: case BGP_NODE: case BGP_VPNV4_NODE: + case BGP_VPNV6_NODE: case BGP_IPV4_NODE: case BGP_IPV4M_NODE: case BGP_IPV6_NODE: |
