Re: [PATCH net] ip6_gre: update version related info when changing link

2019-01-15 Thread David Miller
From: Hangbin Liu Date: Thu, 10 Jan 2019 11:17:42 +0800 > We forgot to update ip6erspan version related info when changing link, > which will cause setting new hwid failed. > > Reported-by: Jianlin Shi > Fixes: 94d7d8f292870 ("ip6_gre: add erspan v2 support") > Signed-off-by: Hangbin Liu Appl

[PATCH net] ip6_gre: update version related info when changing link

2019-01-09 Thread Hangbin Liu
We forgot to update ip6erspan version related info when changing link, which will cause setting new hwid failed. Reported-by: Jianlin Shi Fixes: 94d7d8f292870 ("ip6_gre: add erspan v2 support") Signed-off-by: Hangbin Liu --- net/ipv6/ip6_gre.c | 4 1 file changed, 4 insertions(+) diff --g