diff options
author | David Wragg <david@weave.works> | 2016-02-10 01:05:57 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-02-10 11:50:03 +0100 |
commit | 55e5bfb53cff286c1c1ff49f51325dc15c7fea63 (patch) | |
tree | 37f478a42c7ab91a8dac7047c2c467acb84ce402 /include | |
parent | vxlan: Relax MTU constraints (diff) | |
download | linux-55e5bfb53cff286c1c1ff49f51325dc15c7fea63.tar.xz linux-55e5bfb53cff286c1c1ff49f51325dc15c7fea63.zip |
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 'include')
0 files changed, 0 insertions, 0 deletions