summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_TRACE.man
diff options
context:
space:
mode:
author/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net </C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net>2007-06-25 14:33:07 +0000
committer/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net </C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net>2007-06-25 14:33:07 +0000
commitacf20dea7ef4db864027a05e0f8e7d9b15a7511a (patch)
treee1d9ee020946a88b84a01415b2e81e528e2d4d1c /extensions/libip6t_TRACE.man
parent1206dc143be514742f1bd92e719e64dbc9993df0 (diff)
Add Jozsef's TRACE target.
Changed to be built unconditionally by myself since it doesn't need any headerfiles anyways.
Diffstat (limited to 'extensions/libip6t_TRACE.man')
-rw-r--r--extensions/libip6t_TRACE.man10
1 files changed, 10 insertions, 0 deletions
diff --git a/extensions/libip6t_TRACE.man b/extensions/libip6t_TRACE.man
new file mode 100644
index 0000000..ca3895a
--- /dev/null
+++ b/extensions/libip6t_TRACE.man
@@ -0,0 +1,10 @@
+This target marks packes so that the kernel will log every rule which match
+the packets as those traverse the tables, chains, rules. (The ip6t_LOG module
+is required for the logging.) The packets are logged with the string prefix:
+"TRACE: tablename:chainname:type:rulenum " where type can be "rule" for
+plain rule, "return" for implicit rule at the end of a user defined chain
+and "policy" for the policy of the built in chains.
+.br
+It can only be used in the
+.BR raw
+table.