From: Vincent Bernat Date: Tue, 14 May 2013 20:55:11 +0000 (+0200) Subject: man: document tx-hold X-Git-Tag: 0.7.4~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea481e37019995cf44f43a593936ad9550ba4f97;p=thirdparty%2Flldpd.git man: document tx-hold --- diff --git a/NEWS b/NEWS index fabe63d9..a3e17dc7 100644 --- 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: diff --git a/src/client/lldpcli.8 b/src/client/lldpcli.8 index 92f10ec3..51135fa6 100644 --- a/src/client/lldpcli.8 +++ b/src/client/lldpcli.8 @@ -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