vti6: return GRE_KEY for vti6

am: f7081057d1

Change-Id: I2dc004c172148c3bd51fe617b209ba41d981e145
This commit is contained in:
David Forster
2017-03-22 11:56:11 +00:00
committed by android-build-merger

View File

@@ -692,6 +692,10 @@ vti6_parm_to_user(struct ip6_tnl_parm2 *u, const struct __ip6_tnl_parm *p)
u->link = p->link;
u->i_key = p->i_key;
u->o_key = p->o_key;
if (u->i_key)
u->i_flags |= GRE_KEY;
if (u->o_key)
u->o_flags |= GRE_KEY;
u->proto = p->proto;
memcpy(u->name, p->name, sizeof(u->name));