forked from extern/shorewall_code
fix typos.
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3176 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
b9f45ee744
commit
aab91fcc77
@ -176,15 +176,15 @@
|
||||
<filename>/etc/shorewall/interfaces</filename> and
|
||||
<filename>/etc/shorewall/hosts</filename>.</para>
|
||||
|
||||
<para>TCP new-not-syn packets may be blocked using the 'dropNonSyn' or
|
||||
'rejNonSyn' built-in actions.</para>
|
||||
<para>TCP new-not-syn packets may be blocked using the 'dropNotSyn' or
|
||||
'rejNotSyn' built-in actions.</para>
|
||||
|
||||
<para>Example: Reject all new-not-syn packets from the net and log
|
||||
them at the 'info' level.</para>
|
||||
|
||||
<programlisting>#ACTION SOURCE DEST PROTO
|
||||
SECTION NEW
|
||||
rejNonSyn:info net all tcp</programlisting>
|
||||
rejNotSyn:info net all tcp</programlisting>
|
||||
|
||||
<para>Note that the rule is added at the front of the NEW section of
|
||||
the rules file.</para>
|
||||
@ -905,4 +905,4 @@ error: failed dependencies:iproute is needed by shorewall-1.4.0-1
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
</article>
|
||||
</article>
|
||||
|
Loading…
Reference in New Issue
Block a user