On Thu, Mar 7, 2013 at 10:05 PM, Yeming Zhao <[email protected]> wrote: > I saw the tunnel path mtu discovery featured deprecated and will be removed > soon. > > This feature is quite handy for me actually. I'm wondering what's the work > around after its removal, assuming I cannot go and manually change all the > mtu values on the hosts.
There's no direct substitute for it at the moment in OVS. MSS clamping is the best solution, which you may be able to implement using iptables in some situations. Otherwise, tunnels will continue to work although large packets may result in IP fragmentation. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
