]> git.ipfire.org Git - thirdparty/lldpd.git/commit
daemon/lldp: restore read support for 802.3BT
authorVincent Bernat <vincent@bernat.ch>
Sun, 15 Oct 2023 18:28:46 +0000 (20:28 +0200)
committerVincent Bernat <vincent@bernat.ch>
Sun, 15 Oct 2023 18:28:46 +0000 (20:28 +0200)
commit551717c697fb5d4f77d0646ad2ff2fd922bcdfa2
tree6bdd2ad2a13a3da601de2345c222d95c5aa82f13
parent24b30d0e6b03584854eb149ab7a8a3127b2e261d
daemon/lldp: restore read support for 802.3BT

As it was said to work for most people, let's keep it. Just remove write
support for now.
NEWS
src/client/display.c
src/daemon/protocols/lldp.c
src/lib/Makefile.am
src/lib/atoms/dot3.c
src/lib/lldpctl.h
src/lldp-const.h
src/lldpd-structs.h
tests/integration/data/8023bt.pcap [new file with mode: 0644]
tests/integration/test_pcap.py