From e5d325a6cabc736d4697ac941f14d5c5f5b402f5 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Tue, 11 Jun 2019 20:30:14 +0200 Subject: [PATCH] util-ebpf: reindex --- src/util-ebpf.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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; -- 2.47.2