Update Netfilter overview with Raw and Rawpost tables

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-06-10 15:30:39 -07:00
parent 705744fd8c
commit 61d4363865
3 changed files with 349 additions and 330 deletions

View File

@ -77,6 +77,24 @@
shaping.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Raw</term>
<listitem>
<para>Used primarily for creating exemptions from connection
tracking with the NOTRACK target. Also used for stateless
DNAT.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Rawpost</term>
<listitem>
<para>Used for stateless SNAT.</para>
</listitem>
</varlistentry>
</variablelist>
<para>The following diagram shows how packets traverse the various builtin

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 29 KiB

File diff suppressed because one or more lines are too long