]> git.ipfire.org Git - thirdparty/lldpd.git/commit
netlink: be more precise in how we handle link deletion of bridged interface
authorVincent Bernat <vincent@bernat.im>
Wed, 20 Sep 2017 22:25:01 +0000 (00:25 +0200)
committerVincent Bernat <vincent@bernat.im>
Wed, 20 Sep 2017 22:26:47 +0000 (00:26 +0200)
commit2b9ecd2af832982552978c71291c1dfcac2e9158
tree7c9db9a2ea143e979605444fe2eb5a0d0ad8eea1
parent69594747984ae7ef2d7cc05528e1edee6e2e7fba
netlink: be more precise in how we handle link deletion of bridged interface

If link family is AF_BRIDGE, transform deletion into update of
interface. Otherwise, skip the update.
src/daemon/netlink.c