blob: d28c3a0c39b9a3058b71bfc9130c5be16888a461 [file] [log] [blame]
Patrick McHardy06e88dd2007-06-25 14:33:07 +00001This target marks packes so that the kernel will log every rule which match
Jan Engelhardte24815d2008-02-14 03:02:55 +01002the packets as those traverse the tables, chains, rules. (The ipt_LOG or
3ip6t_LOG module
Patrick McHardy06e88dd2007-06-25 14:33:07 +00004is required for the logging.) The packets are logged with the string prefix:
5"TRACE: tablename:chainname:type:rulenum " where type can be "rule" for
6plain rule, "return" for implicit rule at the end of a user defined chain
7and "policy" for the policy of the built in chains.
8.br
9It can only be used in the
10.BR raw
11table.