From b8d55433888032b7e627795b5c8a112973df3301 Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 27 Nov 2004 16:17:16 +0000 Subject: [PATCH] Fix 'add' and 'delete' with bridging git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1777 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall2/help | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Shorewall2/help b/Shorewall2/help index c35657ec0..c4d80adec 100644 --- a/Shorewall2/help +++ b/Shorewall2/help @@ -29,11 +29,11 @@ case $1 in add) - echo "add: add [:] + echo "add: add [:][:] Adds a host or subnet to a dynamic zone usually used with VPN's. shorewall add interface[:host] zone - Adds the specified interface - (and host if included) to the specified zone. + (and bridge port/host if included) to the specified zone. Example: @@ -95,11 +95,11 @@ debug) ;; delete) - echo "delete: delete [:] + echo "delete: delete [:][:] Deletes a host or subnet from a dynamic zone usually used with VPN's. - shorewall delete interface[:host] zone - Deletes the specified - interface (and host if included) from the specified zone. + shorewall delete interface[:port][:host] zone - Deletes the specified + interface (and bridge port/host if included) from the specified zone. Example: