]> git.ipfire.org Git - thirdparty/lldpd.git/commit
lldp: when receiving a shutdown LLDPU, don't clear chassis information fix/chassis-shutdown 357/head
authorVincent Bernat <vincent@bernat.ch>
Tue, 8 Oct 2019 17:35:41 +0000 (19:35 +0200)
committerVincent Bernat <vincent@bernat.ch>
Tue, 8 Oct 2019 18:07:56 +0000 (20:07 +0200)
commitaa3dbd5059b86e17563e2dd85840ee44b0ceefd0
tree94df1e5b1a906cb02219213000eba8bd39536688
parent3aeae72b97716fddac290634fad02b952d981f17
lldp: when receiving a shutdown LLDPU, don't clear chassis information

The chassis may be shared with another port. When the MSAP is known
and we receive a shutdown LLDPDU, just leave the original chassis as
is instead of copying information from the new chassis to the old
chassis.

Fix #348.
NEWS
src/daemon/lldpd.c
tests/integration/requirements.txt
tests/integration/test_basic.py