diff options
Diffstat (limited to 'VNFs/DPPD-PROX/qinq.h')
-rw-r--r-- | VNFs/DPPD-PROX/qinq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VNFs/DPPD-PROX/qinq.h b/VNFs/DPPD-PROX/qinq.h index 1d11114d..03c89b9b 100644 --- a/VNFs/DPPD-PROX/qinq.h +++ b/VNFs/DPPD-PROX/qinq.h @@ -36,6 +36,6 @@ struct qinq_hdr { struct my_vlan_hdr svlan; struct my_vlan_hdr cvlan; uint16_t ether_type; -} __attribute__((packed)); +} __attribute__((packed)) __attribute__((__aligned__(2))); #endif /* _QINQ_H_ */ |