diff options
Diffstat (limited to 'net/openvswitch/flow.h')
-rw-r--r-- | net/openvswitch/flow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/openvswitch/flow.h b/net/openvswitch/flow.h index fe527d2dd4b7..5688e33e2de6 100644 --- a/net/openvswitch/flow.h +++ b/net/openvswitch/flow.h | |||
@@ -63,6 +63,7 @@ struct sw_flow_key { | |||
63 | u32 skb_mark; /* SKB mark. */ | 63 | u32 skb_mark; /* SKB mark. */ |
64 | u16 in_port; /* Input switch port (or DP_MAX_PORTS). */ | 64 | u16 in_port; /* Input switch port (or DP_MAX_PORTS). */ |
65 | } __packed phy; /* Safe when right after 'tun_key'. */ | 65 | } __packed phy; /* Safe when right after 'tun_key'. */ |
66 | u8 tun_proto; /* Protocol of encapsulating tunnel. */ | ||
66 | u32 ovs_flow_hash; /* Datapath computed hash value. */ | 67 | u32 ovs_flow_hash; /* Datapath computed hash value. */ |
67 | u32 recirc_id; /* Recirculation ID. */ | 68 | u32 recirc_id; /* Recirculation ID. */ |
68 | struct { | 69 | struct { |