[NETFILTER]: nf_queue: handle NF_STOP and unknown verdicts in nf_reinject
authorPatrick McHardy <kaber@trash.net>
Tue, 25 Jul 2006 05:52:47 +0000 (22:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 25 Jul 2006 05:52:47 +0000 (22:52 -0700)
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 <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found