mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 13:28:02 +02:00
checkpoint: document flags availability
Flags DELETE_NEW_CONNECTIONS and DISCONNECT_NEW_DEVICES were added in
1.6, document that.
https://bugzilla.redhat.com/show_bug.cgi?id=1474039
(cherry picked from commit 7382441433)
This commit is contained in:
parent
2e80b66427
commit
20c55bf5a6
1 changed files with 2 additions and 2 deletions
|
|
@ -810,9 +810,9 @@ typedef enum {
|
|||
* @NM_CHECKPOINT_CREATE_FLAG_DESTROY_ALL: when creating
|
||||
* a new checkpoint, destroy all existing ones.
|
||||
* @NM_CHECKPOINT_CREATE_FLAG_DELETE_NEW_CONNECTIONS: upon rollback,
|
||||
* delete any new connection added after the checkpoint.
|
||||
* delete any new connection added after the checkpoint (Since: 1.6)
|
||||
* @NM_CHECKPOINT_CREATE_FLAG_DISCONNECT_NEW_DEVICES: upon rollback,
|
||||
* disconnect any new device appeared after the checkpoint.
|
||||
* disconnect any new device appeared after the checkpoint (Since: 1.6)
|
||||
*
|
||||
* The flags for CheckpointCreate call
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue