Merge pull request #9209 from donaldsharp/bgp_ipv6_unicast

bgpd: Mark the node as the correct type for bgp ipv6 unicast
This commit is contained in:
Donatas Abraitis 2021-07-29 10:30:32 +03:00 committed by GitHub
commit f3fd4b5bfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)# ",