]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
util-ebpf: reindex
authorEric Leblond <eric@regit.org>
Tue, 11 Jun 2019 18:30:14 +0000 (20:30 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 18 Jun 2019 05:07:02 +0000 (07:07 +0200)
src/util-ebpf.h

index 83e36f88a862b2b01016447b875a59601a3f3493..2f411ddeadfc057075101b53b49140519ad79522 100644 (file)
 #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;