mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 10:00:13 +01:00
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()') (cherry picked from commita8fa015a4e) (cherry picked from commit44e4ed1e95) (cherry picked from commitd3b7b0d286) (cherry picked from commit8f85b6a3af)
This commit is contained in:
parent
17709225ec
commit
ccd8afb4c1
1 changed files with 1 additions and 1 deletions
|
|
@ -671,7 +671,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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue