vti6: return GRE_KEY for vti6
am: f1b3aae1f1
Change-Id: I62e249897c31124ca45296c2563c9e3d665e49fb
This commit is contained in:
commit
c298010eed
1 changed files with 4 additions and 0 deletions
|
@ -681,6 +681,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));
|
||||
|
|
Loading…
Add table
Reference in a new issue