Blame SOURCES/iptables-1.4.21-rhbz_1261238.patch

26b15f
diff -up iptables-1.4.21/extensions/libxt_TRACE.man.rhbz_1261238 iptables-1.4.21/extensions/libxt_TRACE.man
26b15f
--- iptables-1.4.21/extensions/libxt_TRACE.man.rhbz_1261238	2013-11-22 12:18:13.000000000 +0100
26b15f
+++ iptables-1.4.21/extensions/libxt_TRACE.man	2016-07-01 11:43:59.775632018 +0200
26b15f
@@ -1,8 +1,8 @@
26b15f
 This target marks packets so that the kernel will log every rule which match 
26b15f
 the packets as those traverse the tables, chains, rules.
26b15f
 .PP
26b15f
-A logging backend, such as ip(6)t_LOG or nfnetlink_log, must be loaded for this
26b15f
-to be visible.
26b15f
+A logging backend, such as nf_log_ipv4(6) or nfnetlink_log, must be loaded for
26b15f
+this to be visible.
26b15f
 The packets are logged with the string prefix:
26b15f
 "TRACE: tablename:chainname:type:rulenum " where type can be "rule" for 
26b15f
 plain rule, "return" for implicit rule at the end of a user defined chain