aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-rw-r--r--include/net/vxlan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/vxlan.h b/include/net/vxlan.h
index ad342e3688a0..d2b88cafa7a2 100644
--- a/include/net/vxlan.h
+++ b/include/net/vxlan.h
@@ -25,7 +25,7 @@ struct vxlan_sock {
25 25
26struct vxlan_sock *vxlan_sock_add(struct net *net, __be16 port, 26struct vxlan_sock *vxlan_sock_add(struct net *net, __be16 port,
27 vxlan_rcv_t *rcv, void *data, 27 vxlan_rcv_t *rcv, void *data,
28 bool no_share); 28 bool no_share, bool ipv6);
29 29
30void vxlan_sock_release(struct vxlan_sock *vs); 30void vxlan_sock_release(struct vxlan_sock *vs);
31 31