summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2023-07-27 16:45:50 -0400
committerTom Rini <[email protected]>2023-07-27 16:45:50 -0400
commit67957176a258d4288740acd2a18097d5b4ecf080 (patch)
treec6e3a7ca859163001529829eab3697518ebe3678 /include
parentc98c401dfb485b39c7453a4147b17cd4b8d10c67 (diff)
parente8b4a8d7f0583268a9ecfb4910558e10aa7a473b (diff)
Merge branch '2023-07-27-assorted-network-updates'
- Merge a few network updates
Diffstat (limited to 'include')
-rw-r--r--include/net6.h2
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 */