]> git.ipfire.org Git - thirdparty/lldpd.git/commit
client: fix global tx hold and interval setting
authorHangbin Liu <liuhangbin@gmail.com>
Mon, 2 Dec 2024 06:34:44 +0000 (14:34 +0800)
committerVincent Bernat <vincent@bernat.ch>
Sat, 7 Dec 2024 11:38:18 +0000 (12:38 +0100)
commit7de43fe8b8993f01422cfc00dfb06bcaf5171eb0
tree62fcf6a494c7ea1100eb980c79ee295e5569c820
parent54c057d1190d4405d66e752dff789a01b8612f9b
client: fix global tx hold and interval setting

In the following fixed commit, I forgot to fix the transmission (tx) hold
and interval range in the global configuration setting.

Fixes: 7b9abb819337 ("client: add range restriction for tx hold and interval")
Reported-by: Fei Liu <feliu@redhat.com>
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
src/daemon/client.c