Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28be9efd authored by Amit Pundir's avatar Amit Pundir
Browse files

Revert "net: ipv6: fix virtual tunneling build"



This reverts commit e9f6fb70.

Bug: 16355602
Signed-off-by: default avatarAmit Pundir <amit.pundir@linaro.org>
parent 109015e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -562,7 +562,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;