[NETFILTER]: nf_queue: fix rerouting after packet mangling
authorPatrick McHardy <kaber@trash.net>
Mon, 27 Feb 2006 21:03:24 +0000 (13:03 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Feb 2006 21:03:24 +0000 (13:03 -0800)
Packets should be rerouted when they come back from userspace, not before.
Also move the queue_rerouters to RCU to avoid taking the queue_handler_lock
for each reinjected packet.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found