]> git.ipfire.org Git - thirdparty/lldpd.git/commit
lldp: don't use chassis TTL anymore fix/ttl-port 222/head
authorVincent Bernat <vincent@bernat.im>
Tue, 14 Feb 2017 15:50:54 +0000 (16:50 +0100)
committerVincent Bernat <vincent@bernat.im>
Wed, 15 Feb 2017 07:53:18 +0000 (08:53 +0100)
commit6274542a5e40dd3d1755141745a6e0a1312ed17a
tree861e866c30d2a53c4e530e885447ea8352049e60
parent717a0fdc86cb2f7efb038a18d80d422de19cca46
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