commit | 9f7c824a44c9f03a5ee9b6291b0685cbdb89ae58 | [log] [tgz] |
---|---|---|
author | Liping Zhang <liping.zhang@spreadtrum.com> | Sat Jul 30 19:44:12 2016 +0800 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Aug 12 00:42:47 2016 +0200 |
tree | 65e18b82c059c3be10dc0dc0732f280fc5268451 | |
parent | ceee4091d622790a7a06e5b202670ef9fdfe8c79 [diff] |
netfilter: nf_dup4: remove redundant checksum recalculation IP header checksum will be recalculated at ip_local_out, so there's no need to calculated it here, remove it. Also update code comments to illustrate it, and delete the misleading comments about checksum recalculation. Signed-off-by: Liping Zhang <liping.zhang@spreadtrum.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>