]> git.ipfire.org Git - thirdparty/lldpd.git/commit
lldpd: fix ttl range on ports
authorHangbin Liu <liuhangbin@gmail.com>
Mon, 2 Dec 2024 06:33:16 +0000 (14:33 +0800)
committerVincent Bernat <vincent@bernat.ch>
Sat, 7 Dec 2024 11:38:18 +0000 (12:38 +0100)
commit54c057d1190d4405d66e752dff789a01b8612f9b
treee428f9588d1dd59952328e9f114c733a2e657e8d
parent50d0c2234774ed4b0e4c43f58ff5145641cffc93
lldpd: fix ttl range on ports

In the following fixed commit, I forgot to fix the ttl range for
interfaces/ports.

Fixes: a73e04f46ebe ("lldpd: limit tx ttl to 65535")
Reported-by: Fei Liu <feliu@redhat.com>
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
src/client/display.c
src/daemon/protocols/edp.c
src/daemon/protocols/sonmp.c