mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user