blob: ea0ce0fa4eb3456a335b4bf8944ea3847bafa81d [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 Engelhardt887f5862011-02-20 17:13:03 +01002the packets as those traverse the tables, chains, rules.
3.PP
4A logging backend, such as ip(6)t_LOG or nfnetlink_log, must be loaded for this
5to be visible.
6The packets are logged with the string prefix:
Patrick McHardy06e88dd2007-06-25 14:33:07 +00007"TRACE: tablename:chainname:type:rulenum " where type can be "rule" for
8plain rule, "return" for implicit rule at the end of a user defined chain
9and "policy" for the policy of the built in chains.
10.br
11It can only be used in the
12.BR raw
13table.