]> git.ipfire.org Git - thirdparty/lldpd.git/commit
interfaces/linux: make veth special
authorVincent Bernat <vincent@bernat.im>
Thu, 19 May 2016 21:36:24 +0000 (23:36 +0200)
committerVincent Bernat <vincent@bernat.im>
Thu, 19 May 2016 21:38:01 +0000 (23:38 +0200)
commit2958b9d48940c27ae29b4fb5a6900ac178519a89
tree2f51170857e19c6548c68c38d66fdf5e23039bcb
parent8027d9076489bf4c54ab58100ffe847e749108f2
interfaces/linux: make veth special

veth is always a physical interface. However, it may be hard to detect
because when they are created, lower interface for the first one is none
and lower interface for the second one is the first one. Hence, no loop
detected, hence the second one is not considered as a physical
interface.

This is madness, just whitelist "veth".
NEWS
src/daemon/interfaces-linux.c