libxt_TRACE.man revision e24815d8a1b2755182fe983582a56fcc47153804
1This target marks packes so that the kernel will log every rule which match 
2the packets as those traverse the tables, chains, rules. (The ipt_LOG or
3ip6t_LOG module 
4is 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.
12