aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/vxlan.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c
index 1e0a775ea882..25d92d4fc625 100644
--- a/drivers/net/vxlan.c
+++ b/drivers/net/vxlan.c
@@ -2516,7 +2516,6 @@ static struct socket *vxlan_create_sock(struct net *net, bool ipv6,
2516 !(flags & VXLAN_F_UDP_ZERO_CSUM6_RX); 2516 !(flags & VXLAN_F_UDP_ZERO_CSUM6_RX);
2517 } else { 2517 } else {
2518 udp_conf.family = AF_INET; 2518 udp_conf.family = AF_INET;
2519 udp_conf.local_ip.s_addr = INADDR_ANY;
2520 } 2519 }
2521 2520
2522 udp_conf.local_udp_port = port; 2521 udp_conf.local_udp_port = port;