summaryrefslogtreecommitdiffstats
path: root/src/fastd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fastd.h')
-rw-r--r--src/fastd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fastd.h b/src/fastd.h
index 06723a8..d015484 100644
--- a/src/fastd.h
+++ b/src/fastd.h
@@ -59,7 +59,7 @@ struct fastd_buffer {
size_t len;
};
-struct fastd_eth_addr {
+struct __attribute__((__packed__)) fastd_eth_addr {
uint8_t data[ETH_ALEN];
};