From 5a1f45863ed5066e309dcaeb4f44a127899f1186 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 15 Dec 2014 08:54:25 +0100 Subject: [PATCH] man: `-I` option and the like also affect sending 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 | 11 ++++++----- src/daemon/lldpd.8.in | 9 +++++---- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/src/client/lldpcli.8.in b/src/client/lldpcli.8.in index 0f323442..b4594b64 100644 --- a/src/client/lldpcli.8.in +++ b/src/client/lldpcli.8.in @@ -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 diff --git a/src/daemon/lldpd.8.in b/src/daemon/lldpd.8.in index 63162eba..695aaa94 100644 --- a/src/daemon/lldpd.8.in +++ b/src/daemon/lldpd.8.in @@ -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 . -- 2.39.5