From 308831b3ff23d87e9e2afd9420254fd904d0a10b Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 19 Dec 2010 10:02:02 -0800 Subject: [PATCH] Clarify '+' in wildcard interfaces --- manpages/shorewall-interfaces.xml | 4 +++- manpages6/shorewall6-interfaces.xml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/manpages/shorewall-interfaces.xml b/manpages/shorewall-interfaces.xml index 9b0dfcb87..3818b5068 100644 --- a/manpages/shorewall-interfaces.xml +++ b/manpages/shorewall-interfaces.xml @@ -73,7 +73,9 @@ loc eth2 - You may use wildcards here by specifying a prefix followed by the plus sign ("+"). For example, if you want to make an entry that applies to all PPP interfaces, use 'ppp+'; that would match ppp0, - ppp1, ppp2, … + ppp1, ppp2, … Please note that the '+' means 'one or more additional characters' so 'ppp' + does not match 'ppp+'. When using Shorewall versions before 4.1.4, care must be exercised when using wildcards where there is another zone that uses diff --git a/manpages6/shorewall6-interfaces.xml b/manpages6/shorewall6-interfaces.xml index 95537da40..6345b3d1d 100644 --- a/manpages6/shorewall6-interfaces.xml +++ b/manpages6/shorewall6-interfaces.xml @@ -73,7 +73,9 @@ loc eth2 - You may use wildcards here by specifying a prefix followed by the plus sign ("+"). For example, if you want to make an entry that applies to all PPP interfaces, use 'ppp+'; that would match ppp0, - ppp1, ppp2, … + ppp1, ppp2, …Please note that the '+' means 'one or more additional characters' so 'ppp' + does not match 'ppp+'. Care must be exercised when using wildcards where there is another zone that uses a matching specific interface. See