]> git.ipfire.org Git - thirdparty/lldpd.git/commit
netlink: ignore IFLA_LINK if we previously received IFLA_LINK_NETNSID
authorVincent Bernat <vincent@bernat.ch>
Mon, 23 Sep 2019 19:35:14 +0000 (21:35 +0200)
committerVincent Bernat <vincent@bernat.ch>
Mon, 23 Sep 2019 19:42:21 +0000 (21:42 +0200)
commit5a85fbc934334c629a0d4cce5a8983e442f5a0df
tree00711e48d0dc275b02482f0a538f7395c2ceaa3c
parent43b33396701874eb4b4f51d8016e7e0b0156996c
netlink: ignore IFLA_LINK if we previously received IFLA_LINK_NETNSID

Starting from 5.2 (commit feadc4b6cf42), IFLA_LINK appear after
IFLA_LINK_NETNSID. Handle this case correctly.
src/daemon/netlink.c