From ea481e37019995cf44f43a593936ad9550ba4f97 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 14 May 2013 22:55:11 +0200 Subject: [PATCH] man: document tx-hold --- NEWS | 3 +++ src/client/lldpcli.8 | 9 +++++++++ 2 files changed, 12 insertions(+) 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 -- 2.39.5