]> git.ipfire.org Git - thirdparty/lldpd.git/commit - NEWS
lldpd: enforce TTL on remote chassis
authorVincent Bernat <bernat@luffy.cx>
Sun, 31 Mar 2013 16:33:33 +0000 (18:33 +0200)
committerVincent Bernat <bernat@luffy.cx>
Sun, 31 Mar 2013 16:33:33 +0000 (18:33 +0200)
commit3333d2a8a81053b4522576f8e4b12c93beab0a26
treedde5bbd47b8ff2c4b455c5399e27590526b2e438
parent4258966022fc22c6e673b3de10f95ebc20aa8380
lldpd: enforce TTL on remote chassis

Remote chassis were not expired in a timely manner. They were only
expired when a change happened on an interface. To fix this, we
maintain a timer that will be triggered when an interface is about to
expire. The timer is updated when a change happens and rescheduled
once it is run.
NEWS
src/daemon/event.c
src/daemon/lldpd.c
src/daemon/lldpd.h
src/lldpd-structs.c