commit | a9f54596fa20be3edefaa0b24c8714edb945eeaa | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Thu Oct 12 14:08:26 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sun Oct 15 23:14:08 2006 -0700 |
tree | 735fb43f1fa5b9ad2fd6d49387c279f2f663a5d3 | |
parent | f603b6ec50faabbabde53ae2e2ce774968524c40 [diff] |
[NETFILTER]: ipt_ECN/ipt_TOS: fix incorrect checksum update Even though the tos field is only a single byte large, the values need to be converted to net-endian for the checkum update so they are in the corrent byte position. Also fix incorrect endian annotations. Reported by Stephane Chazelas <Stephane_Chazelas@yahoo.fr> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>