commit | 8b3892ea8718920d29432328fe9544d89a429614 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Fri Jun 29 07:46:48 2018 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Jul 16 17:55:00 2018 +0200 |
tree | 867f0314069695401b357bcaad285e1913756ee5 | |
parent | 6816d931cab009024b68c11c4cf752f8bf9a1e32 [diff] |
netfilter: conntrack: avoid calls to l4proto invert_tuple Handle the common cases (tcp, udp, etc). in the core and only do the indirect call for the protocols that need it (GRE for instance). Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>