commit | a7fb5ea463f18a15f990b298e893cc7eeb180827 | [log] [tgz] |
---|---|---|
author | Jouni Malinen <jouni@qca.qualcomm.com> | Wed Nov 26 01:05:24 2014 +0200 |
committer | Jouni Malinen <j@w1.fi> | Wed Nov 26 01:09:54 2014 +0200 |
tree | aca7270149eaf23823407e72bbc0073c5718a1d2 | |
parent | 3a7414b6a65403ca1b857aa8950a384adaec5f13 [diff] |
proxyarp: Fix DHCP and ND message structures These need to be marked packed to avoid issues with compilers potentially adding padding between the fields (e.g., gcc on 64-bit seemed to make struct icmpv6_ndmsg two octets too long which broke IPv6 address discovery). Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>