Skip to content

libnm: support wait-activation-delay property

Fernando Fernández Mancera requested to merge ff/delay_activation into main

The property wait-activation-delay will delay the activation of an interface the specified amount of milliseconds. Please notice that it could be delayed some milliseconds more due to other events in NetworkManager.

The delay will happened right before the device is ready to be activated.

https://bugzilla.redhat.com/show_bug.cgi?id=2008337

Merge request reports