]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: ipv6: network protocol structures should be packed
authorEhsan Mohandesi <emohandesi@linux.microsoft.com>
Thu, 18 May 2023 18:24:39 +0000 (11:24 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 27 Jul 2023 17:39:07 +0000 (13:39 -0400)
commit1196e5241d9e0167e668af42d4327d483cf052ae
treee0e982a9a09839eff48d650a751fb6e024ba1be3
parenta29df56eab4ad7957649834c1120c69ce03115ee
net: ipv6: network protocol structures should be packed

The structure icmp6_ra_prefix_info needs to be packed because it is read
from a network stream.

Signed-off-by: Ehsan Mohandesi <emohandesi@linux.microsoft.com>
Reviewed-by: Viacheslav Mitrofanov <v.v.mitrofanov@yadro.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
include/net6.h