]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
lldpcli: document "configure lldp iface-pattern" in manual page
authorVincent Bernat <bernat@luffy.cx>
Sat, 1 Jun 2013 09:44:33 +0000 (11:44 +0200)
committerVincent Bernat <bernat@luffy.cx>
Sat, 1 Jun 2013 09:45:14 +0000 (11:45 +0200)
NEWS
src/client/lldpcli.8

diff --git a/NEWS b/NEWS
index a3e17dc766ff4d9210bd5dc7ebddcecbb986f422..de1d29728583f87bf107505874574a070ee73c66 100644 (file)
--- 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:
index 51135fa6f0f278b9685f9292eb98591e77ac9fbf..578df2e8c1db3a133319ca198ff3350c68950b20 100644 (file)
@@ -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