]> git.ipfire.org Git - thirdparty/lldpd.git/commit
lldp: don't use chassis TTL anymore
authorVincent Bernat <vincent@bernat.im>
Tue, 14 Feb 2017 15:50:54 +0000 (16:50 +0100)
committerVincent Bernat <vincent@bernat.im>
Sun, 19 Feb 2017 12:59:48 +0000 (13:59 +0100)
commit71b0f9812101fd6313b78a5232d18e8cf438b5ea
treeaf6395ec669868aacf64057fad95157eb78c2f01
parent78346c890cfb3e2d53333d9c29ab89234ba52540
lldp: don't use chassis TTL anymore

Move it to global configuration instead. This is less confusing than
having it at two different places.
14 files changed:
src/client/display.c
src/daemon/agent.c
src/daemon/client.c
src/daemon/event.c
src/daemon/lldpd.c
src/daemon/protocols/cdp.c
src/daemon/protocols/lldp.c
src/lib/atoms/chassis.c
src/lib/lldpctl.h
src/lldpd-structs.h
tests/check_cdp.c
tests/check_snmp.c
tests/common.c
tests/decode.c