Message ID | f8bfd4983bd06685a59b1e3ba76ca27496f51ef3.1658759380.git.paul@isovalent.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 451ef36bd229f8aa329cb2258a859b4c636d08ef |
Delegated to: | BPF |
Headers | show |
Series | bpf: Allow any source IP in bpf_skb_set_tunnel_key | expand |
diff --git a/include/net/ip_tunnels.h b/include/net/ip_tunnels.h index 20db95055db3..63fac94f9ace 100644 --- a/include/net/ip_tunnels.h +++ b/include/net/ip_tunnels.h @@ -54,6 +54,7 @@ struct ip_tunnel_key { __be32 label; /* Flow Label for IPv6 */ __be16 tp_src; __be16 tp_dst; + __u8 flow_flags; }; /* Flags for ip_tunnel_info mode. */