Blame SOURCES/iptables-1.4.21-rhbz_1261238.patch

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