]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-link.c
network: do not clear map from alternative names to link when IFLA_PROP_LIST attribut...
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 18 Nov 2021 20:36:44 +0000 (05:36 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 18 Nov 2021 21:13:02 +0000 (06:13 +0900)
commit50df02a705d78f8f4fa67cbac2b9d618c8a2a0dd
treea482ed637891a41bc126a642e840fdd6980596f6
parent1285252823c9d7766987043ba04eb03cb2b67875
network: do not clear map from alternative names to link when IFLA_PROP_LIST attribute is not contained

No IFLA_PROP_LIST attribute contained does not means the interface
has no alternative name.
E.g. the message created by inet6_fill_ifinfo() in net/ipv6/addrconf.c
does not contain IFLA_PROP_LIST.
src/network/networkd-link.c