summaryrefslogtreecommitdiff
path: root/include/net/flow_keys.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/flow_keys.h')
-rw-r--r--include/net/flow_keys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/flow_keys.h b/include/net/flow_keys.h
index e4cb285..80461c1 100644
--- a/include/net/flow_keys.h
+++ b/include/net/flow_keys.h
@@ -2,6 +2,7 @@
#define _NET_FLOW_KEYS_H
struct flow_keys {
+ /* (src,dst) must be grouped, in the same way than in IP header */
__be32 src;
__be32 dst;
union {