After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 759549 - [review] bg/sw-devices-mtu-bgo759549: add support for changing MTU of ip-tunnel, vxlan, tun/tap interfaces
[review] bg/sw-devices-mtu-bgo759549: add support for changing MTU of ip-tunn...
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: general
git master
Other Linux
: Normal enhancement
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks: nm-review
 
 
Reported: 2015-12-16 14:28 UTC by Beniamino Galvani
Modified: 2015-12-19 11:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Beniamino Galvani 2015-12-16 14:28:33 UTC
Currently there is no way to change the MTU for ip-tunnel, vxlan and
tun/tap interfaces created through NM.

For vxlans and tun/taps it makes sense to add a NMSettingWired to
the connection since they are layer 2 interfaces (for NMDeviceTun,
only when in 'tap' mode). For these devices, also add support for
changing the MAC address.

For IP tunnels, adding a NMSettingWired seems wrong since the device
is layer3-only and so I would add the MTU to the ip-tunnel setting.
Comment 1 Beniamino Galvani 2015-12-16 14:36:43 UTC
Please review bg/sw-devices-mtu-bgo759549.
Comment 2 Thomas Haller 2015-12-16 14:51:03 UTC
lgtm