]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/openvswitch/vport-vxlan.c
Merge remote-tracking branch 'net-next/master'
[karo-tx-linux.git] / net / openvswitch / vport-vxlan.c
index 1605691d94144aee0fc50ffb17be05eca2b59675..de9cb19efb6a3e2774624c29b2fe5c977ef92fe4 100644 (file)
@@ -91,6 +91,8 @@ static struct vport *vxlan_tnl_create(const struct vport_parms *parms)
        struct vxlan_config conf = {
                .no_share = true,
                .flags = VXLAN_F_COLLECT_METADATA,
+               /* Don't restrict the packets that can be sent by MTU */
+               .mtu = IP_MAX_MTU,
        };
 
        if (!options) {