From: Patrick McHardy Date: Mon, 27 Feb 2006 21:04:17 +0000 (-0800) Subject: [NETFILTER]: Restore {ipt,ip6t,ebt}_LOG compatibility X-Git-Tag: v2.6.16-rc6~163^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bafac2a512bf4fd2ce7520f3976ce8aab4435f74;p=pandora-kernel.git [NETFILTER]: Restore {ipt,ip6t,ebt}_LOG compatibility The nfnetlink_log infrastructure changes broke compatiblity of the LOG targets. They currently use whatever log backend was registered first, which means that if ipt_ULOG was loaded first, no messages will be printed to the ring buffer anymore. Restore compatiblity by using the old log functions by default and only use the nf_log backend if the user explicitly said so. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed