diff --git a/src/util-ebpf.h b/src/util-ebpf.h index 83e36f88a8..2f411ddead 100644 --- a/src/util-ebpf.h +++ b/src/util-ebpf.h @@ -34,12 +34,12 @@ #include "flow-bypass.h" struct flowv4_keys { - __be32 src; - __be32 dst; - union { - __be32 ports; - __be16 port16[2]; - }; + __be32 src; + __be32 dst; + union { + __be32 ports; + __be16 port16[2]; + }; __u8 ip_proto:1; __u16 vlan0:15; __u16 vlan1;