commit | 3d1e0b406de16508de96f4a07fc3f94cfc678372 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Mon Feb 03 17:37:04 2020 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Feb 11 11:45:01 2020 +0100 |
tree | 01e5ac01e0872e8e7e824065ec7d90896f4df290 | |
parent | a7da92c2c8a1faf253a3b3e292fda6910deba540 [diff] |
netfilter: conntrack: remove two args from resolve_clash ctinfo is whats taken from the skb, i.e. ct = nf_ct_get(skb, &ctinfo). We do not pass 'ct' and instead re-fetch it from the skb. Just do the same for both netns and ctinfo. Also add a comment on what clash resolution is supposed to do. While at it, one indent level can be removed. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>