mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-05 10:20:14 +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')
This commit is contained in:
parent
a6fd641634
commit
b52941ac34
1 changed files with 0 additions and 1 deletions
|
|
@ -4344,7 +4344,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