]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
man: `-I` option and the like also affect sending
authorVincent Bernat <vincent@bernat.im>
Mon, 15 Dec 2014 07:54:25 +0000 (08:54 +0100)
committerVincent Bernat <vincent@bernat.im>
Mon, 15 Dec 2014 07:54:25 +0000 (08:54 +0100)
Instead of using `listen` to describe the `-I` option, specify that it
also used to decide which interfaces LLDP will be enabled on, both for
listening and sending.

src/client/lldpcli.8.in
src/daemon/lldpd.8.in

index 0f323442b4e7e0d250bc06a668b2fd60e327586f..b4594b64d7721166c4132484b2c9ca7a61068436 100644 (file)
@@ -211,9 +211,10 @@ option undoes the previous one.
 .Cd configure
 .Cd system interface pattern Ar pattern
 .Bd -ragged -offset XXXXXX
-Specify which interface to listen to. Without this option,
+Specify which interface to listen and send LLDPDU to. Without this
+option,
 .Nm lldpd
-will listen on all available physical interfaces. This option can use
+will use all available physical 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. It is possible to whitelist an interface by
@@ -222,7 +223,7 @@ a blacklisted interfaces which beats a simple matched interface. For
 example, with
 .Em eth*,!eth1,!eth2
 .Nm lldpd
-will only listen to interfaces starting by
+will only use interfaces starting by
 .Em eth
 with the exception of
 .Em eth1
@@ -231,7 +232,7 @@ and
 While with
 .Em *,!eth*,!!eth1
 .Nm
-will listen to all interfaces, except interfaces starting by
+will use all interfaces, except interfaces starting by
 .Em eth
 with the exception of
 .Em eth1 .
@@ -243,7 +244,7 @@ is specified, it will be accepted even if this is a VLAN interface.
 .Cd unconfigure
 .Cd system interface pattern
 .Bd -ragged -offset XXXXXX
-Remove any previously configured interface pattern and listen to all
+Remove any previously configured interface pattern and use all
 physical interafces. This option undoes the previous one.
 .Ed
 
index 63162ebace67e6da679f242e953dc7561f80a01c..695aaa9429db161d829b29ae9f819b176553d839 100644 (file)
@@ -195,9 +195,10 @@ want to blacklist IPv6 addresses, you can use
 Specify the Unix-domain socket used for communication with
 .Xr lldpctl 8 .
 .It Fl I Ar interfaces
-Specify which interface to listen to. Without this option,
+Specify which interface to listen and send LLDPDU to. Without this
+option,
 .Nm
-will listen on all available physical interfaces. This option can use
+will use all available physical 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. It is possible to whitelist an interface by
@@ -206,7 +207,7 @@ a blacklisted interfaces which beats a simple matched interface. For
 example, with
 .Em eth*,!eth1,!eth2
 .Nm
-will only listen to interfaces starting by
+will only use interfaces starting by
 .Em eth
 with the exception of
 .Em eth1
@@ -215,7 +216,7 @@ and
 While with
 .Em *,!eth*,!!eth1
 .Nm
-will listen to all interfaces, except interfaces starting by
+will use all interfaces, except interfaces starting by
 .Em eth
 with the exception of
 .Em eth1 .