Loading net/ipv4/ipip.c +1 −0 Original line number Diff line number Diff line Loading @@ -454,6 +454,7 @@ static netdev_tx_t ipip_tunnel_xmit(struct sk_buff *skb, struct net_device *dev) dev->stats.tx_fifo_errors++; goto tx_error; } dst = rt->rt_gateway; } rt = ip_route_output_ports(dev_net(dev), &fl4, NULL, Loading Loading
net/ipv4/ipip.c +1 −0 Original line number Diff line number Diff line Loading @@ -454,6 +454,7 @@ static netdev_tx_t ipip_tunnel_xmit(struct sk_buff *skb, struct net_device *dev) dev->stats.tx_fifo_errors++; goto tx_error; } dst = rt->rt_gateway; } rt = ip_route_output_ports(dev_net(dev), &fl4, NULL, Loading