mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 06:00:08 +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()')
This commit is contained in:
parent
7dd95221b7
commit
a8fa015a4e
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue