Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit ad18d7bf authored by Michal 'vorner' Vaner's avatar Michal 'vorner' Vaner Committed by Pablo Neira Ayuso
Browse files

netfilter: nfnetlink_queue: Solve the NFQUEUE/conntrack clash for NF_REPEAT



NF_REPEAT places the packet at the beginning of the iptables chain
instead of accepting or rejecting it right away. The packet however will
reach the end of the chain and continue to the end of iptables
eventually, so it needs the same handling as NF_ACCEPT and NF_DROP.

Fixes: 368982cd ("netfilter: nfnetlink_queue: resolve clash for unconfirmed conntracks")
Signed-off-by: default avatarMichal 'vorner' Vaner <michal.vaner@avast.com>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 99e25d07
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment