diff options
author | David S. Miller <davem@davemloft.net> | 2016-03-11 15:14:27 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-03-11 15:14:27 -0500 |
commit | 627caa9d319d2402f3d41ebd8dd0fde9d41a33a7 (patch) | |
tree | 8ffadc3b984132b1cd44a8ab53e7fce257a8198f /include/uapi/linux/bpf.h | |
parent | e327f4e193b6a176f4dc3b19faf6371a8917588d (diff) | |
parent | 4018ab1875e0d00b84ac61bc15427136ad55849e (diff) |
Merge branch 'bpf-flow-labels'
Daniel Borkmann says:
====================
BPF support for flow labels
This set adds support for tunnel key flow labels for vxlan
and geneve devices in collect meta data mode and eBPF support
for managing these. For details please see individual patches.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/bpf.h')
-rw-r--r-- | include/uapi/linux/bpf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux/bpf.h index 0e30b19012a5..924f537183fd 100644 --- a/include/uapi/linux/bpf.h +++ b/include/uapi/linux/bpf.h @@ -375,6 +375,7 @@ struct bpf_tunnel_key { }; __u8 tunnel_tos; __u8 tunnel_ttl; + __u32 tunnel_label; }; #endif /* _UAPI__LINUX_BPF_H__ */ |