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