Re: [PATCH v2] vxlan: Set ports in flow key when doing route lookups

2017-01-11 Thread David Miller
From: Martynas Pumputis Date: Wed, 11 Jan 2017 15:18:53 + > Otherwise, a xfrm policy with sport/dport being set cannot be matched. > > Signed-off-by: Martynas Pumputis > --- > Changes in v2: > - Set the source port in the flow key. Applied,

[PATCH v2] vxlan: Set ports in flow key when doing route lookups

2017-01-11 Thread Martynas Pumputis
Otherwise, a xfrm policy with sport/dport being set cannot be matched. Signed-off-by: Martynas Pumputis --- Changes in v2: - Set the source port in the flow key. drivers/net/vxlan.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git