summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/flow.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2016-03-18 19:38:53 -0400
committerDavid S. Miller <davem@davemloft.net>2016-03-18 19:38:53 -0400
commit3004932c804255cc0ed97f2afa31c6d252fed89e (patch)
tree06aa42e0d7679a15e223a05acd202d2897252bb1 /net/openvswitch/flow.h
parent019ded3aa7c9799fbe6533baeac9aafc7063bd39 (diff)
parentfca5fdf67de9e092fda23c9eb059ba968e7b5267 (diff)
downloadtalos-op-linux-3004932c804255cc0ed97f2afa31c6d252fed89e.tar.gz
talos-op-linux-3004932c804255cc0ed97f2afa31c6d252fed89e.zip
Merge branch 'bpf-misc'
Daniel Borkmann says: ==================== Minor BPF follow-ups Some minor last follow-ups I still had in my queue. The first one adds readability support for __sk_buff's tc_classid member, the remaining two are some minor cleanups. For details please see individual patches. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch/flow.h')
-rw-r--r--net/openvswitch/flow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/flow.h b/net/openvswitch/flow.h
index 1d055c559eaf..03378e75a67c 100644
--- a/net/openvswitch/flow.h
+++ b/net/openvswitch/flow.h
@@ -55,7 +55,7 @@ struct ovs_tunnel_info {
FIELD_SIZEOF(struct sw_flow_key, recirc_id))
struct sw_flow_key {
- u8 tun_opts[255];
+ u8 tun_opts[IP_TUNNEL_OPTS_MAX];
u8 tun_opts_len;
struct ip_tunnel_key tun_key; /* Encapsulating tunnel key. */
struct {
OpenPOWER on IntegriCloud