Skip to content
Commit 08733a0c authored by Pablo Neira Ayuso's avatar Pablo Neira Ayuso
Browse files

netfilter: handle NF_REPEAT from nf_conntrack_in()



NF_REPEAT is only needed from nf_conntrack_in() under a very specific
case required by the TCP protocol tracker, we can handle this case
without returning to the core hook path. Handling of NF_REPEAT from the
nf_reinject() is left untouched.

Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 26dfab72
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment