]> git.ipfire.org Git - thirdparty/lldpd.git/commit
netlink: ensure lower link doesn't change for an interface
authorVincent Bernat <vincent@bernat.im>
Sun, 13 Mar 2016 11:26:44 +0000 (12:26 +0100)
committerVincent Bernat <vincent@bernat.im>
Sun, 13 Mar 2016 11:26:44 +0000 (12:26 +0100)
commitd2e6f750fa13bb1f9b7701aced7457f0d609e2fc
treea240bb6e9514a2b24e491c4bbc910e7618128d2d
parentf7a5089bcbce31e55e9aa9122abb989b7dcbff7d
netlink: ensure lower link doesn't change for an interface

The lower link of an interface is defined at its creation. It's not
possible for it to change. This is important to not try to change it
because the kernel won't send IFLA_LINK_NETNSID each time it sends
IFLA_LINK.
src/daemon/netlink.c