From 5e5a4ea716082faea8c6ea035450ffb1283c5a4c Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 22 Nov 2006 23:29:21 +0000 Subject: [PATCH] New syntax convention in policy manpage git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4981 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- manpages/shorewall-netmap.xml | 13 +++++++++---- manpages/shorewall-policy.xml | 31 ++++++++++++++++++++++++------- 2 files changed, 33 insertions(+), 11 deletions(-) diff --git a/manpages/shorewall-netmap.xml b/manpages/shorewall-netmap.xml index 9b18bc333..18affccbb 100644 --- a/manpages/shorewall-netmap.xml +++ b/manpages/shorewall-netmap.xml @@ -33,7 +33,9 @@ - TYPE + TYPEDNAT|SNAT Must be DNAT or SNAT. @@ -49,7 +51,8 @@ - NET1 + NET1 — + network-address Network in CIDR format (e.g., 192.168.1.0/24). @@ -57,7 +60,8 @@ - INTERFACE + INTERFACE — + interface The name of a network interface. The interface must be defined @@ -66,7 +70,8 @@ - NET2 + NET2 — + network-address Network in CIDR format diff --git a/manpages/shorewall-policy.xml b/manpages/shorewall-policy.xml index d71db5c17..34fecdd85 100644 --- a/manpages/shorewall-policy.xml +++ b/manpages/shorewall-policy.xml @@ -52,7 +52,9 @@ - SOURCE + SOURCE — + zone|$FW|all Source zone. Must be the name of a zone defined in @@ -61,7 +63,9 @@ - DEST + DEST — + zone|$FW|all Destination zone. Must be the name of a zone defined in @@ -70,7 +74,14 @@ - POLICY + POLICY — {ACCEPT|DROP|REJECT|CONTINUE|NONE}[:{default-action-or-macro|None}] Policy if no match from the rules file is found. Must be @@ -155,7 +166,9 @@ - LOG LEVEL (Optional) + LOG LEVEL (Optional) — + [log-level|ULOG] If supplied, each connection handled under the default POLICY @@ -173,11 +186,15 @@ - BURST:LIMIT + BURST:LIMIT — + rate/{second|minute}:burst - If passed, specifies the maximum TCP connection rate and the - size of an acceptable burst. If not specified, TCP connections are + If passed, specifies the maximum TCP connection + rate and the size of an acceptable + burst. If not specified, TCP connections are not limited.