mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-11 23:06:21 +00:00
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:
commit
f3fd4b5bfd
@ -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)# ",
|
||||
|
Loading…
Reference in New Issue
Block a user