Re: [PATCH] vti6: return GRE_KEY for vti6

2017-02-24 Thread David Miller
From: David Forster Date: Fri, 24 Feb 2017 14:20:32 + > Align vti6 with vti by returning GRE_KEY flag. This enables iproute2 > to display tunnel keys on "ip -6 tunnel show" > > Signed-off-by: David Forster Applied, thanks.

[PATCH] vti6: return GRE_KEY for vti6

2017-02-24 Thread David Forster
Align vti6 with vti by returning GRE_KEY flag. This enables iproute2 to display tunnel keys on "ip -6 tunnel show" Signed-off-by: David Forster --- net/ipv6/ip6_vti.c | 4 1 file changed, 4 insertions(+) diff --git a/net/ipv6/ip6_vti.c b/net/ipv6/ip6_vti.c index c795fee..644ba59 100644 ---