From: Patrick McHardy Date: Tue, 25 Jul 2006 05:52:47 +0000 (-0700) Subject: [NETFILTER]: nf_queue: handle NF_STOP and unknown verdicts in nf_reinject X-Git-Tag: v2.6.18-rc3~30^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bc38712e3a6e0596ccb6f8299043a826f983701;p=pandora-kernel.git [NETFILTER]: nf_queue: handle NF_STOP and unknown verdicts in nf_reinject In case of an unknown verdict or NF_STOP the packet leaks. Unknown verdicts can happen when userspace is buggy. Reinject the packet in case of NF_STOP, drop on unknown verdicts. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed