diff options
Diffstat (limited to 'include/net6.h')
-rw-r--r-- | include/net6.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net6.h b/include/net6.h index beafc053386..1e766aa7209 100644 --- a/include/net6.h +++ b/include/net6.h @@ -204,7 +204,7 @@ struct icmp6_ra_prefix_info { * be initialized to zero by the sender and ignored by the receiver. */ struct in6_addr prefix; -}; +} __packed; extern struct in6_addr const net_null_addr_ip6; /* NULL IPv6 address */ extern struct in6_addr net_gateway6; /* Our gateways IPv6 address */ |