Document duplicate policy detection change

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6972 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep
2007-07-27 04:25:56 +00:00
parent 48b993f0cf
commit 7a6ac0a561
3 changed files with 27 additions and 0 deletions

View File

@ -491,6 +491,17 @@ eth0 eth1:!192.168.4.9 ...</programlisting></para>
available; otherwise, they will behave as if PKTTYPE=No had been
specified.</para>
</listitem>
<listitem>
<para> Shorewall-perl detects dead policy file entries that result
when an entry is masked by an earlier more general entry.</para>
<para>Example:</para>
<programlisting>#SOURCE DEST POLICY LOG LEVEL
all all REJECT info
loc net ACCEPT</programlisting>
</listitem>
</orderedlist>
</listitem>