From: Patrick McHardy Date: Mon, 27 Feb 2006 21:03:10 +0000 (-0800) Subject: [NETFILTER]: nf_queue: check if rerouter is present before using it X-Git-Tag: v2.6.16-rc6~163^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f92f871989c97a24d284ac60b0f880222ddf87ac;p=pandora-kernel.git [NETFILTER]: nf_queue: check if rerouter is present before using it Every rerouter needs to provide a save and a reroute function, we don't need to check for them. But we do need to check if a rerouter is registered at all for the current family, with bridging for example packets of unregistered families can hit nf_queue. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed