diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c index fb0b7a63f4..9115a06702 100644 --- a/src/devices/nm-device.c +++ b/src/devices/nm-device.c @@ -14575,6 +14575,7 @@ nm_device_cleanup (NMDevice *self, NMDeviceStateReason reason, CleanupType clean } priv->mtu_source = NM_DEVICE_MTU_SOURCE_NONE; + priv->ip6_mtu = 0; if (priv->mtu_initial || priv->ip6_mtu_initial) { ifindex = nm_device_get_ip_ifindex (self);