Re: [PATCH net 1/2] vxlan: Relax the MTU constraint on vxlan devices
From: Thomas Graf <tgraf@suug.ch> Date: 2016-01-07 11:50:04
On 01/07/16 at 11:31am, David Wragg wrote:
Thomas Graf [off-list ref] writes:
quoted
quoted
+ int max_mtu = 65535;
This should probably be represented as a new const DEV_MAX_MTU which
can be used by veth, tun, and virtio as well instead of hardcoding
this separately in each driver.
I discovered IP_MAX_MTU in net/route.h after putting the patch together.
Seems appropriate to use that?