aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/vxlan.c')
-rw-r--r--drivers/net/vxlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c
index b247a7a29366..ea203c1aaa24 100644
--- a/drivers/net/vxlan.c
+++ b/drivers/net/vxlan.c
@@ -1683,7 +1683,7 @@ static void vxlan_xmit_one(struct sk_buff *skb, struct net_device *dev,
1683 netdev_dbg(dev, "circular route to %pI4\n", 1683 netdev_dbg(dev, "circular route to %pI4\n",
1684 &dst->sin.sin_addr.s_addr); 1684 &dst->sin.sin_addr.s_addr);
1685 dev->stats.collisions++; 1685 dev->stats.collisions++;
1686 goto tx_error; 1686 goto rt_tx_error;
1687 } 1687 }
1688 1688
1689 /* Bypass encapsulation if the destination is local */ 1689 /* Bypass encapsulation if the destination is local */