From: Vincent Bernat Date: Fri, 12 Jun 2020 05:41:21 +0000 (+0200) Subject: doc: fix wording about interface exclusion X-Git-Tag: 1.0.6~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=21a542b64563c19abf9f5a31829457e065168237;p=thirdparty%2Flldpd.git doc: fix wording about interface exclusion Reported in #398. --- diff --git a/src/client/lldpcli.8.in b/src/client/lldpcli.8.in index 53f5b53e..f5aa5379 100644 --- a/src/client/lldpcli.8.in +++ b/src/client/lldpcli.8.in @@ -275,9 +275,9 @@ option, .Nm lldpd 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 +It is also possible to blacklist an interface by prefixing it with an exclamation mark. It is possible to whitelist an interface by -suffixing it with two exclamation marks. A whitelisted interface beats +prefixing it with two exclamation marks. A whitelisted interface beats a blacklisted interfaces which beats a simple matched interface. For example, with .Em eth*,!eth1,!eth2 diff --git a/src/daemon/lldpd.8.in b/src/daemon/lldpd.8.in index e5040434..697514d2 100644 --- a/src/daemon/lldpd.8.in +++ b/src/daemon/lldpd.8.in @@ -209,9 +209,9 @@ option, .Nm 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 +It is also possible to blacklist an interface by prefixing it with an exclamation mark. It is possible to whitelist an interface by -suffixing it with two exclamation marks. A whitelisted interface beats +prefixing it with two exclamation marks. A whitelisted interface beats a blacklisted interface which beats a simple matched interface. For example, with .Em eth*,!eth1,!eth2