mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
commit
3fabd4f4f9
|
@ -1295,6 +1295,12 @@ static int netlink_route_change_read_unicast_internal(struct nlmsghdr *h,
|
|||
flags, &p,
|
||||
(struct prefix_ipv6 *)&src_p, &nh, 0,
|
||||
table, metric, distance, true);
|
||||
|
||||
if (nh.nh_label)
|
||||
nexthop_del_labels(&nh);
|
||||
|
||||
if (nh.nh_srv6)
|
||||
nexthop_del_srv6_seg6(&nh);
|
||||
} else {
|
||||
/* XXX: need to compare the entire list of
|
||||
* nexthops here for NLM_F_APPEND stupidity */
|
||||
|
|
Loading…
Reference in a new issue