Updated from Linux LTS 3.10.22 to 3.10.23
This commit is contained in:
@@ -351,6 +351,7 @@ static netdev_tx_t vti_tunnel_xmit(struct sk_buff *skb, struct net_device *dev)
|
||||
if (!rt->dst.xfrm ||
|
||||
rt->dst.xfrm->props.mode != XFRM_MODE_TUNNEL) {
|
||||
dev->stats.tx_carrier_errors++;
|
||||
ip_rt_put(rt);
|
||||
goto tx_error_icmp;
|
||||
}
|
||||
tdev = rt->dst.dev;
|
||||
|
||||
Reference in New Issue
Block a user