mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-30 22:16:55 +00:00
Merge pull request #10854 from pguibert6WIND/order_nai_ipv6
pathd: bad order of nai adjacencies for ipv6
This commit is contained in:
commit
d270ab31a3
@ -527,7 +527,7 @@ DEFPY(srte_segment_list_segment, srte_segment_list_segment_cmd,
|
|||||||
adj_src_ipv4, adj_dst_ipv4,
|
adj_src_ipv4, adj_dst_ipv4,
|
||||||
adj_src_ipv6, adj_dst_ipv6,
|
adj_src_ipv6, adj_dst_ipv6,
|
||||||
adj_src_ipv4_str, adj_dst_ipv4_str,
|
adj_src_ipv4_str, adj_dst_ipv4_str,
|
||||||
adj_dst_ipv6_str, adj_src_ipv6_str);
|
adj_src_ipv6_str, adj_dst_ipv6_str);
|
||||||
if (status != CMD_SUCCESS)
|
if (status != CMD_SUCCESS)
|
||||||
return status;
|
return status;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user