forked from extern/shorewall_code
Fix 'add' and 'delete' with bridging
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1777 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
43583a9eb4
commit
b8d5543388
@ -29,11 +29,11 @@
|
|||||||
case $1 in
|
case $1 in
|
||||||
|
|
||||||
add)
|
add)
|
||||||
echo "add: add <interface>[:<host>] <zone>
|
echo "add: add <interface>[:<bridge-port>][:<host>] <zone>
|
||||||
Adds a host or subnet to a dynamic zone usually used with VPN's.
|
Adds a host or subnet to a dynamic zone usually used with VPN's.
|
||||||
|
|
||||||
shorewall add interface[:host] zone - Adds the specified interface
|
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:
|
Example:
|
||||||
|
|
||||||
@ -95,11 +95,11 @@ debug)
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
delete)
|
delete)
|
||||||
echo "delete: delete <interface>[:<host>] <zone>
|
echo "delete: delete <interface>[:<bridge-port>][:<host>] <zone>
|
||||||
Deletes a host or subnet from a dynamic zone usually used with VPN's.
|
Deletes a host or subnet from a dynamic zone usually used with VPN's.
|
||||||
|
|
||||||
shorewall delete interface[:host] zone - Deletes the specified
|
shorewall delete interface[:port][:host] zone - Deletes the specified
|
||||||
interface (and host if included) from the specified zone.
|
interface (and bridge port/host if included) from the specified zone.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user