lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame^] | 1 | This target marks packes so that the kernel will log every rule which match |
| 2 | the packets as those traverse the tables, chains, rules. (The ipt_LOG or |
| 3 | ip6t_LOG module |
| 4 | is required for the logging.) The packets are logged with the string prefix: |
| 5 | "TRACE: tablename:chainname:type:rulenum " where type can be "rule" for |
| 6 | plain rule, "return" for implicit rule at the end of a user defined chain |
| 7 | and "policy" for the policy of the built in chains. |
| 8 | .br |
| 9 | It can only be used in the |
| 10 | .BR raw |
| 11 | table. |