From: Vincent Bernat Date: Sat, 1 Jun 2013 09:44:33 +0000 (+0200) Subject: lldpcli: document "configure lldp iface-pattern" in manual page X-Git-Tag: 0.7.4~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0093777b2894e3dcc86ebf7856d19880ec4c8648;p=thirdparty%2Flldpd.git lldpcli: document "configure lldp iface-pattern" in manual page --- diff --git a/NEWS b/NEWS index a3e17dc7..de1d2972 100644 --- a/NEWS +++ b/NEWS @@ -2,8 +2,8 @@ lldpd (0.7.4) * Fixes: + Segfault in lldpcli. * Features: - + Allow to configure hold value from the command-line (and hence - the TTL). + + Allow to configure hold value from lldpcli (and hence the TTL). + + Allow to configure pattern for valid interfaces from lldpcli. lldpd (0.7.3) * Features: diff --git a/src/client/lldpcli.8 b/src/client/lldpcli.8 index 51135fa6..578df2e8 100644 --- a/src/client/lldpcli.8 +++ b/src/client/lldpcli.8 @@ -183,6 +183,26 @@ value and of the transmit delay. The default value is 4 and therefore the default TTL is 120 seconds. .Ed +.Cd configure +.Cd lldp iface-pattern Ar pattern +.Bd -ragged -offset XXXXXX +Set the pattern of valid interfaces to listen to. When not set, +.Nm lldpd +will listen on all available interfaces. This option can use +wildcards. Several interfaces can be specified separated by commas. +It is also possible to blacklist an interface by suffixing it with an +exclamation mark. When an interface is both specified with and without +an exclamation mark, it is blacklisted. For example, with +.Em eth*,!eth1,!eth2 +.Nm lldpd +will only listen to interfaces starting by +.Em eth +with the exception of +.Em eth1 +and +.Em eth2 . +.Ed + .Cd configure med fast-start .Cd enable | tx-interval Ar interval .Bd -ragged -offset XXXXXX