blob: d28c3a0c39b9a3058b71bfc9130c5be16888a461 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001This 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.