Re: [PATCH net-next 2/4] vxlan: support setting IPv6 flow label

2016-03-09 Thread Daniel Borkmann
On 03/09/2016 04:29 AM, Tom Herbert wrote: [...] diff --git a/include/uapi/linux/if_link.h b/include/uapi/linux/if_link.h index d452cea..6bebc97 100644 --- a/include/uapi/linux/if_link.h +++ b/include/uapi/linux/if_link.h @@ -456,6 +456,7 @@ enum { IFLA_VXLAN_GBP, IFLA_VXLAN_REM

Re: [PATCH net-next 2/4] vxlan: support setting IPv6 flow label

2016-03-08 Thread Tom Herbert
On Tue, Mar 8, 2016 at 6:00 PM, Daniel Borkmann wrote: > This work adds support for setting the IPv6 flow label for vxlan per > device and through collect metadata (ip_tunnel_key) frontends. The > vxlan dst cache does not need any special considerations here, for > the cases where caches can be us

[PATCH net-next 2/4] vxlan: support setting IPv6 flow label

2016-03-08 Thread Daniel Borkmann
This work adds support for setting the IPv6 flow label for vxlan per device and through collect metadata (ip_tunnel_key) frontends. The vxlan dst cache does not need any special considerations here, for the cases where caches can be used, the label is static per cache. Signed-off-by: Daniel Borkma