GNOME Bugzilla – Bug 754781
wrong MTU on VPN connections
Last modified: 2015-09-30 10:20:56 UTC
Created attachment 310978 [details] [review] vpn mtu patch On versions of network manager >1.0.2 connecting to a vpn (using openconnect in my case) results in an incorrect MTU being set for the vpn tunnel. I was able to bisect back to this commit as the source http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=9b79e6c732ffb2fb105647c1465070d36a6cc180 I am attaching a patch, though it is simply a reversion patch that may need some love, that resolves the issue that I am experiencing (tested applied to 1.0.6).
[FTR] there is downstream bug https://bugs.launchpad.net/network-manager/+bug/1498474 ...
Created attachment 312320 [details] [PATCH] vpn-connection: set the MTU for the VPN IP interface
Thanks for the report. Here's the patch I'd like to apply to address the issue.
LGTM. Note that the patch applies on nm-1-0 branch. Could you first apply it on master, and then cherry-pick it...?
nm-1-0: 105e30e vpn-connection: set the MTU for the VPN IP interface master: e0fa48f vpn-connection: set the MTU for the VPN IP interface