Skip to content
  • Beniamino Galvani's avatar
    platform: don't update IPv6 temporary addresses · 1dbd9d79
    Beniamino Galvani authored
    The kernel already takes care of adding and updating temporary
    addresses when an address with IFA_F_MANAGETEMPADDR flag is added or
    updated; doing it also in nm_platform_ip6_address_sync() can overwrite
    the changes done by kernel, especially because since commit
    0a0bca9c ("ip6-config: sort addresses only when reading the
    property value") there is no guarantee that temporary addresses are
    before the public ones in the IPv6 configuration.
    
    Still delete temporary addresses, but don't add or update them.
    1dbd9d79