X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Fnet%2Fopenvswitch%2Fvport-vxlan.c;fp=kernel%2Fnet%2Fopenvswitch%2Fvport-vxlan.c;h=5eb7694348b5b82a3e80dc6262912eef441ec88e;hb=52f993b8e89487ec9ee15a7fb4979e0f09a45b27;hp=d933cb89efac18651174ea34ae2cb3d6f23a1701;hpb=c189ccac5702322ed843fe17057035b7222a59b6;p=kvmfornfv.git diff --git a/kernel/net/openvswitch/vport-vxlan.c b/kernel/net/openvswitch/vport-vxlan.c index d933cb89e..5eb769434 100644 --- a/kernel/net/openvswitch/vport-vxlan.c +++ b/kernel/net/openvswitch/vport-vxlan.c @@ -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 | VXLAN_F_UDP_ZERO_CSUM6_RX, + /* Don't restrict the packets that can be sent by MTU */ + .mtu = IP_MAX_MTU, }; if (!options) {