From: Eric Leblond Date: Tue, 11 Jun 2019 18:30:14 +0000 (+0200) Subject: util-ebpf: reindex X-Git-Tag: suricata-5.0.0-rc1~289 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5d325a6cabc736d4697ac941f14d5c5f5b402f5;p=thirdparty%2Fsuricata.git util-ebpf: reindex --- 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;