]> git.ipfire.org Git - thirdparty/lldpd.git/commit
interfaces: bond listening was broken only for old kernels
authorVincent Bernat <vincent@bernat.im>
Sun, 26 Oct 2014 10:31:34 +0000 (11:31 +0100)
committerVincent Bernat <vincent@bernat.im>
Sun, 26 Oct 2014 10:31:34 +0000 (11:31 +0100)
commit148a1efedcdfde013488998581f3325dc432461e
tree97705c8418299644d34f78ef5710824c6f969246
parent08ced6b4edf2d129b5e550b0c1b6aab09531302a
interfaces: bond listening was broken only for old kernels

With a recent kernel, we can listen to individual member. lldpd is still
listening on master to keep compatibility with older kernels and because
it is difficult to detect if the kernel gives us this ability or not. We
can't rely on version numbers as some kernels have backported
features (like 2.6.18 from RHEL 5).
NEWS
src/daemon/interfaces-linux.c