]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
man: document tx-hold
authorVincent Bernat <bernat@luffy.cx>
Tue, 14 May 2013 20:55:11 +0000 (22:55 +0200)
committerVincent Bernat <bernat@luffy.cx>
Tue, 14 May 2013 20:56:19 +0000 (22:56 +0200)
NEWS
src/client/lldpcli.8

diff --git a/NEWS b/NEWS
index fabe63d93219086fd9aaa5855f7dd985ff3b693d..a3e17dc766ff4d9210bd5dc7ebddcecbb986f422 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 lldpd (0.7.4)
   * Fixes:
     + Segfault in lldpcli.
+  * Features:
+    + Allow to configure hold value from the command-line (and hence
+      the TTL).
 
 lldpd (0.7.3)
   * Features:
index 92f10ec3ce8d411c56d2ffdfdf0ac09d1a4638fb..51135fa6f0f278b9685f9292eb98591e77ac9fbf 100644 (file)
@@ -174,6 +174,15 @@ delay is the delay between two transmissions of LLDP PDU. The default
 value is 30 seconds.
 .Ed
 
+.Cd configure
+.Cd lldp tx-hold Ar hold
+.Bd -ragged -offset XXXXXX
+Change transmit hold value to the specified value. This value is used
+to compute the TTL of transmitted packets which is the product of this
+value and of the transmit delay. The default value is 4 and therefore
+the default TTL is 120 seconds.
+.Ed
+
 .Cd configure med fast-start
 .Cd enable | tx-interval Ar interval
 .Bd -ragged -offset XXXXXX