diff options
author | David Wragg <david@weave.works> | 2016-02-10 03:05:57 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-02-10 13:50:03 +0300 |
commit | 55e5bfb53cff286c1c1ff49f51325dc15c7fea63 (patch) | |
tree | 37f478a42c7ab91a8dac7047c2c467acb84ce402 /net/openvswitch | |
parent | 72564b59ffc438ea103b0727a921aaddce766728 (diff) | |
download | linux-55e5bfb53cff286c1c1ff49f51325dc15c7fea63.tar.xz |
geneve: Relax MTU constraints
Allow the MTU of geneve devices to be set to large values, in order to
exploit underlying networks with larger frame sizes.
GENEVE does not have a fixed encapsulation overhead (an openvswitch
rule can add variable length options), so there is no relevant maximum
MTU to enforce. A maximum of IP_MAX_MTU is used instead.
Encapsulated packets that are too big for the underlying network will
get dropped on the floor.
Signed-off-by: David Wragg <david@weave.works>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch')
0 files changed, 0 insertions, 0 deletions