]> git.ipfire.org Git - thirdparty/lldpd.git/commit
interfaces: limit the maximum search depth when applying a VLAN
authorVincent Bernat <vincent@bernat.im>
Sun, 13 Mar 2016 11:04:06 +0000 (12:04 +0100)
committerVincent Bernat <vincent@bernat.im>
Sun, 13 Mar 2016 11:04:06 +0000 (12:04 +0100)
commite7e6676e05879c364d6d79288f06d4098d2b2775
tree6d0f63da3f56402a22102a7d23b58a26531252d1
parent92a6d7f99331b399383ed54f105775de2b548c06
interfaces: limit the maximum search depth when applying a VLAN

It's now quite easy to hit a bug where we loop over interfaces when
trying to find the physical interface associated to a VLAN. Put a
maximum depth of 5.
NEWS
src/daemon/interfaces.c