commit | 08733a0cb7decce40bbbd0331a0449465f13c444 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Nov 03 10:56:43 2016 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Nov 03 11:53:00 2016 +0100 |
tree | 1f206cbeae90d863b468156a5936ca5d265f8b3e | |
parent | 26dfab7216291cee94d6012d06c255fcc15cd72a [diff] |
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: Pablo Neira Ayuso <pablo@netfilter.org>