mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 14:50:07 +01:00
platform: fix resusing ext-data from cache in _new_from_nl_link()
This commit is contained in:
parent
989bdaec63
commit
f18fb7745a
1 changed files with 1 additions and 0 deletions
|
|
@ -2366,6 +2366,7 @@ _new_from_nl_link (NMPlatform *platform, const NMPCache *cache, struct nlmsghdr
|
|||
|
||||
if ( completed_from_cache
|
||||
&& ( lnk_data_complete_from_cache
|
||||
|| need_ext_data
|
||||
|| address_complete_from_cache
|
||||
|| !af_inet6_token_valid
|
||||
|| !af_inet6_addr_gen_mode_valid
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue