commit | 6dbd5c7876d3401f34bd83af8bc5c9b6f7e003da | [log] [tgz] |
---|---|---|
author | Robert Lubos <robert.lubos@nordicsemi.no> | Wed Oct 06 10:06:26 2021 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Nov 25 10:46:35 2021 -0500 |
tree | d9cd45718b20a3aa106bbefb44038e2115ee2442 | |
parent | 666e9f80d60fc29adfe9474da46f31ed391baec0 [diff] |
net: icmpv6: Remove in6_addr from packed structs Replace unpacked in6_addr structures with raw buffers in packed icmpv6 structs, to prevent compiler warnings about unaligned access. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>