commit | b7b45f47d6f8c83a0f958d7e2924468b6942dd9e | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Mon Nov 10 16:46:06 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 10 16:46:06 2008 -0800 |
tree | 89697247a2995d339eef39081b72461402b8f965 | |
parent | 87b30a6530218cde431a659f2c118cb72175507c [diff] |
netfilter: payload_len is be16, add size of struct rather than size of pointer payload_len is a be16 value, not cpu_endian, also the size of a ponter to a struct ipv6hdr was being added, not the size of the struct itself. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>