mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 16:26:10 +00:00
bgpd: fix ipv6 network statement label-index node
Problem reported with the inability to define "network x❌x::/64 label-index" to
the config. Found that the install_element was pointing to the wrong node.
Ticket: CM-16615
Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
This commit is contained in:
parent
697629e190
commit
a9609069a5
@ -10988,10 +10988,10 @@ bgp_route_init (void)
|
||||
install_element (BGP_IPV6_NODE, &ipv6_bgp_network_route_map_cmd);
|
||||
install_element (BGP_IPV6_NODE, &no_bgp_table_map_cmd);
|
||||
install_element (BGP_IPV6_NODE, &no_ipv6_bgp_network_cmd);
|
||||
install_element (BGP_IPV6_NODE, &ipv6_bgp_network_label_index_cmd);
|
||||
install_element (BGP_IPV6_NODE, &no_ipv6_bgp_network_label_index_cmd);
|
||||
install_element (BGP_IPV6_NODE, &ipv6_bgp_network_label_index_route_map_cmd);
|
||||
install_element (BGP_IPV6_NODE, &no_ipv6_bgp_network_label_index_route_map_cmd);
|
||||
install_element (BGP_IPV6L_NODE, &ipv6_bgp_network_label_index_cmd);
|
||||
install_element (BGP_IPV6L_NODE, &no_ipv6_bgp_network_label_index_cmd);
|
||||
install_element (BGP_IPV6L_NODE, &ipv6_bgp_network_label_index_route_map_cmd);
|
||||
install_element (BGP_IPV6L_NODE, &no_ipv6_bgp_network_label_index_route_map_cmd);
|
||||
|
||||
install_element (BGP_IPV6_NODE, &ipv6_aggregate_address_cmd);
|
||||
install_element (BGP_IPV6_NODE, &no_ipv6_aggregate_address_cmd);
|
||||
|
Loading…
Reference in New Issue
Block a user