]> git.ipfire.org Git - thirdparty/lldpd.git/commit
There are duplicate in the list of address we give to handler
authorVincent Bernat <bernat@luffy.cx>
Thu, 4 Jun 2009 21:16:36 +0000 (23:16 +0200)
committerVincent Bernat <bernat@luffy.cx>
Thu, 4 Jun 2009 21:16:36 +0000 (23:16 +0200)
commitcfe00f7f1a5b65e4586acfdf58d49769d9ee48d8
tree74e3d40768e04257698786468b16469d81068931
parent6a2fa591c100cdb21dc7373f765228f38fdc118d
There are duplicate in the list of address we give to handler
functions. We need to acknowledge this correctly.

For bonds and regular interfaces, just check that h_flags is 0 before
trying to get information one more time.

For VLAN, check if the VLAN is already present in the list.
src/interfaces.c