mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-05 06:30:42 +01:00
platform: fix handling IPv6 address index in nm_platform_ip_address_sync()
Fixes:4a548423b9('core: change order/priority of static IPv6 addresses relative to autoconf6/DHCPv6') (cherry picked from commitb52941ac34) (cherry picked from commit169d74b2e4)
This commit is contained in:
parent
08884c53a9
commit
1188942c75
1 changed files with 0 additions and 1 deletions
|
|
@ -4277,7 +4277,6 @@ nm_platform_ip_address_sync(NMPlatform *self,
|
|||
|
||||
if (IN6_ARE_ADDR_EQUAL(&plat_addr->address, &know_addr->address)) {
|
||||
/* we have a match. Mark address as handled. */
|
||||
i_know++;
|
||||
delete_remaining_addrs = FALSE;
|
||||
goto next_plat;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue