summaryrefslogtreecommitdiff
path: root/include/openvswitch/packets.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openvswitch/packets.h')
-rw-r--r--include/openvswitch/packets.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/openvswitch/packets.h b/include/openvswitch/packets.h
index 925844eda..a65cb0d04 100644
--- a/include/openvswitch/packets.h
+++ b/include/openvswitch/packets.h
@@ -43,7 +43,9 @@ struct flow_tnl {
uint32_t erspan_idx;
uint8_t erspan_dir;
uint8_t erspan_hwid;
- uint8_t pad1[6]; /* Pad to 64 bits. */
+ uint8_t gtpu_flags;
+ uint8_t gtpu_msgtype;
+ uint8_t pad1[4]; /* Pad to 64 bits. */
struct tun_metadata metadata;
};