Skip to content

Add "nmcli dev checkpoint"

Lubomir Rintel requested to merge lr/nmcli-checkpoint into main

This is intended to be a accessible way for the end user to exercise the checkpoint/rollback API than to talk to the D-Bus API.

$ nmcli dev checkpoint eth0 -- nmcli dev dis eth0
Device 'eth0' successfully disconnected.
Type "Yes" to commit the changes: No
Checkpoint was removed.

Merge request reports