]> git.ipfire.org Git - thirdparty/lldpd.git/commit
interfaces/linux: don't check transmit queue size
authorVincent Bernat <vincent@bernat.im>
Sat, 30 Jan 2016 11:59:04 +0000 (12:59 +0100)
committerVincent Bernat <vincent@bernat.im>
Sat, 30 Jan 2016 11:59:04 +0000 (12:59 +0100)
commit9e78f3a69b9328f21483ba6751c92eda6e73b781
tree91905d79580bb6ea8d208223828273a6037238d6
parentefc68c65fcd358607d45793b12623d1d10891d45
interfaces/linux: don't check transmit queue size

Its size can change while no netlink messages will be sent to update it.
src/daemon/interfaces-linux.c
src/daemon/lldpd.h
src/daemon/netlink.c