diff options
| author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2021-07-29 10:30:32 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-29 10:30:32 +0300 |
| commit | f3fd4b5bfd964e5268c93d5b23f8cc399e29eabf (patch) | |
| tree | 10afdfc2cc929c86347e79fdcac62201be1a91e3 | |
| parent | 68b47b29d8d11a2b65e542f9ddbeb6fbdca262c7 (diff) | |
| parent | a17cfb3fdaacbdc1d7303aeb898939595dc931ad (diff) | |
Merge pull request #9209 from donaldsharp/bgp_ipv6_unicast
bgpd: Mark the node as the correct type for bgp ipv6 unicast
| -rw-r--r-- | bgpd/bgp_vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index dfdfab79a5..2b19f76c7b 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c @@ -18290,7 +18290,7 @@ static struct cmd_node bgp_ipv4_labeled_unicast_node = { }; static struct cmd_node bgp_ipv6_unicast_node = { - .name = "bgp ipv6", + .name = "bgp ipv6 unicast", .node = BGP_IPV6_NODE, .parent_node = BGP_NODE, .prompt = "%s(config-router-af)# ", |
