From b1a7bb1131a5b2a68f620f60e6c0657a6542cff7 Mon Sep 17 00:00:00 2001 From: teastep Date: Thu, 30 Aug 2007 17:25:24 +0000 Subject: [PATCH] Add note to manpage about refreshing individual chains git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7257 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- manpages/shorewall.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/manpages/shorewall.xml b/manpages/shorewall.xml index c7a1d3649..a0c657d2a 100644 --- a/manpages/shorewall.xml +++ b/manpages/shorewall.xml @@ -840,13 +840,17 @@ the command while restart recreates the entire Netfilter ruleset. If no chain is given, the static blacklisting chain blacklst is assumed. + role="bold">blacklst is assumed. + Specifying chains in the command requires Shorewall-perl + 4.0.3 or later. Earlier versions only refresh the blacklst chain. + - The listed chains are assumed to be in the filter table. You + The listed chains are assumed to be in the filter table. You can refresh chains in other tables by prefixing the chain name with the table name followed by ":" (e.g., nat:net_dnat). Chain names which follow are assumed to be in that table until the end of the - list or until an entry in the list names another table. + list or until an entry in the list names another table. Example:shorewall refresh net2fw nat:net_dnat #Refresh the 'net2loc' chain in the filter table and the 'net_dnat' chain in the nat table