core: fix mangling static IPv6 routes in nm_ip6_config_merge_setting()
https://bugzilla.redhat.com/show_bug.cgi?id=1727193
Fixes: 433d2f8659
('core: merge IPv4 and IPv6 version of _nm_ip_config_merge_route_attributes()')
This commit is contained in:
@@ -681,7 +681,7 @@ nm_ip6_config_merge_setting (NMIP6Config *self,
|
||||
|
||||
nm_utils_ip6_address_clear_host_address (&route.network, &route.network, route.plen);
|
||||
|
||||
_nm_ip_config_merge_route_attributes (AF_INET,
|
||||
_nm_ip_config_merge_route_attributes (AF_INET6,
|
||||
s_route,
|
||||
NM_PLATFORM_IP_ROUTE_CAST (&route),
|
||||
route_table);
|
||||
|
Reference in New Issue
Block a user