Revert "net: ipv6: fix virtual tunneling build"
This reverts commit 04f86f74f2
.
Bug: 16355602
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
This commit is contained in:
parent
a16373f493
commit
06d600f737
1 changed files with 1 additions and 1 deletions
|
@ -599,7 +599,7 @@ static int vti6_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
|
|||
if (type == NDISC_REDIRECT)
|
||||
ip6_redirect(skb, net, skb->dev->ifindex, 0);
|
||||
else
|
||||
ip6_update_pmtu(skb, net, info, 0, 0, INVALID_UID);
|
||||
ip6_update_pmtu(skb, net, info, 0, 0);
|
||||
xfrm_state_put(x);
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue