Re: [PATCH net-next] erspan: Check IFLA_GRE_ERSPAN_VER is set.

2020-05-12 Thread David Miller
From: William Tu Date: Tue, 12 May 2020 10:36:23 -0700 > Add a check to make sure the IFLA_GRE_ERSPAN_VER is provided by users. > > Fixes: f989d546a2d5 ("erspan: Add type I version 0 support.") > Cc: Eric Dumazet > Signed-off-by: William Tu Applied, thanks.

Re: [PATCH net-next] erspan: Check IFLA_GRE_ERSPAN_VER is set.

2020-05-12 Thread Eric Dumazet
On 5/12/20 10:36 AM, William Tu wrote: > Add a check to make sure the IFLA_GRE_ERSPAN_VER is provided by users. > > Fixes: f989d546a2d5 ("erspan: Add type I version 0 support.") > Cc: Eric Dumazet > Signed-off-by: William Tu > --- Reviewed-by: Eric Dumazet Thanks.

[PATCH net-next] erspan: Check IFLA_GRE_ERSPAN_VER is set.

2020-05-12 Thread William Tu
Add a check to make sure the IFLA_GRE_ERSPAN_VER is provided by users. Fixes: f989d546a2d5 ("erspan: Add type I version 0 support.") Cc: Eric Dumazet Signed-off-by: William Tu --- net/ipv4/ip_gre.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/ipv4/ip_gre.c b/net/ipv