diff --git a/src/core/devices/nm-device.c b/src/core/devices/nm-device.c index e6c79e994c..f8330a9d49 100644 --- a/src/core/devices/nm-device.c +++ b/src/core/devices/nm-device.c @@ -15110,6 +15110,9 @@ _cancel_activation(NMDevice *self) _dispatcher_cleanup(self); ip_check_gw_ping_cleanup(self); + _dev_ip_state_cleanup(self, AF_INET, FALSE); + _dev_ip_state_cleanup(self, AF_INET6, FALSE); + /* Break the activation chain */ activation_source_clear(self); }