]> git.ipfire.org Git - thirdparty/lldpd.git/commit
daemon/lldp: remove support for 802.3bt
authorVincent Bernat <vincent@bernat.ch>
Sun, 15 Oct 2023 17:41:38 +0000 (19:41 +0200)
committerVincent Bernat <vincent@bernat.ch>
Sun, 15 Oct 2023 18:01:51 +0000 (20:01 +0200)
commitf01183f986bd31e4306a363280e0a1154955cf9d
treecf362d6c5f2c0101a73ce31b0b7042185c2c77ce
parent4e750474a7766907a1c7a6c10144b207d1ec1ed1
daemon/lldp: remove support for 802.3bt

It was broken and despite a tentative to fix it, it is unknown if this
is correct. This looks different from the code in Wireshark. Maybe it
was done on an earlier version of 802.3bt? As the standard is not freely
available, I cannot reasonably fix it.
NEWS
src/client/conf-power.c
src/client/display.c
src/daemon/lldpd.c
src/daemon/protocols/lldp.c
src/lib/atoms/dot3.c
src/lib/lldpctl.h
src/lldp-const.h
src/lldpd-structs.h
tests/integration/test_dot3.py