summaryrefslogtreecommitdiffstats
path: root/iptables.8.in
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2004-10-06 12:32:54 +0000
committerHarald Welte <laforge@gnumonks.org>2004-10-06 12:32:54 +0000
commita1885992ea1813525bc0a812f8de47f58024388d (patch)
tree45ae13b674caf86022b9c86aab0d8b9dcca30062 /iptables.8.in
parent373f8e9a4d0b7794290f590b5664d3718bfbde15 (diff)
add paragraph about raw table
Diffstat (limited to 'iptables.8.in')
-rw-r--r--iptables.8.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/iptables.8.in b/iptables.8.in
index d082c600..927e959c 100644
--- a/iptables.8.in
+++ b/iptables.8.in
@@ -127,6 +127,16 @@ Since kernel 2.4.18, three other built-in chains are also supported:
(for altering packets being routed through the box), and
.B POSTROUTING
(for altering packets as they are about to go out).
+.TP
+.BR "raw" :
+This table is used mainly for configuring exemptions from connection
+tracking in combination with the NOTRACK target. It registers at the netfilter
+hooks with higher priority and is thus called before ip_conntrack, or any other
+IP tables. It provides the following built-in chains:
+.B PREROUTING
+(for packets arriving via any network interface)
+.B OUTPUT
+(for packets generated by local processes)
.RE
.SH OPTIONS
The options that are recognized by