vxlan: add ipv6 support
[deliverable/linux.git] / net / openvswitch / vport-vxlan.c
index 36848bd54a77aaf7aea227eaf6dbefb4a00f789d..a0060245b4e1ba0c16b389a260802b46d38d9069 100644 (file)
@@ -123,7 +123,7 @@ static struct vport *vxlan_tnl_create(const struct vport_parms *parms)
        vxlan_port = vxlan_vport(vport);
        strncpy(vxlan_port->name, parms->name, IFNAMSIZ);
 
-       vs = vxlan_sock_add(net, htons(dst_port), vxlan_rcv, vport, true);
+       vs = vxlan_sock_add(net, htons(dst_port), vxlan_rcv, vport, true, false);
        if (IS_ERR(vs)) {
                ovs_vport_free(vport);
                return (void *)vs;
This page took 0.025471 seconds and 5 git commands to generate.