diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2008-02-14 03:02:55 +0100 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2008-04-14 09:09:49 +0200 |
commit | e24815d8a1b2755182fe983582a56fcc47153804 (patch) | |
tree | 74521e49f0274dd0ff7831d9b71d25ef020820b5 /extensions/libip6t_TRACE.man | |
parent | 23545c2a7a31c68c1e49c7c901b632c2f1c59968 (diff) |
Combine ipt and ip6t manpages
Combine ipt and ip6t manpages
Diffstat (limited to 'extensions/libip6t_TRACE.man')
-rw-r--r-- | extensions/libip6t_TRACE.man | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/extensions/libip6t_TRACE.man b/extensions/libip6t_TRACE.man deleted file mode 100644 index ca3895a3..00000000 --- a/extensions/libip6t_TRACE.man +++ /dev/null @@ -1,10 +0,0 @@ -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. |