From 06e88ddd97aaacf50a8ca2418e9c6c5d95b99865 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Mon, 25 Jun 2007 14:33:07 +0000 Subject: Add Jozsef's TRACE target. Changed to be built unconditionally by myself since it doesn't need any headerfiles anyways. --- extensions/libip6t_TRACE.man | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 extensions/libip6t_TRACE.man (limited to 'extensions/libip6t_TRACE.man') diff --git a/extensions/libip6t_TRACE.man b/extensions/libip6t_TRACE.man new file mode 100644 index 00000000..ca3895a3 --- /dev/null +++ b/extensions/libip6t_TRACE.man @@ -0,0 +1,10 @@ +This target marks packes so that the kernel will log every rule which match +the packets as those traverse the tables, chains, rules. (The ip6t_LOG module +is required for the logging.) The packets are logged with the string prefix: +"TRACE: tablename:chainname:type:rulenum " where type can be "rule" for +plain rule, "return" for implicit rule at the end of a user defined chain +and "policy" for the policy of the built in chains. +.br +It can only be used in the +.BR raw +table. -- cgit v1.2.3