diff options
author | Beniamino Galvani <bgalvani@redhat.com> | 2016-09-07 17:47:21 +0200 |
---|---|---|
committer | Beniamino Galvani <bgalvani@redhat.com> | 2016-09-26 15:10:39 +0200 |
commit | 8b9ea0b7c6254c62eaaf76e00ca2cfb79829cf53 (patch) | |
tree | dbe4dcd4f78ae3e02c12cd099770983c5302e77b /introspection | |
parent | c76e2188772525c00873b9a2796121c7044cc899 (diff) | |
download | NetworkManager-8b9ea0b7c6254c62eaaf76e00ca2cfb79829cf53.tar.gz |
checkpoint: consider all devices when an empty list is passed
First, consider all devices and not only realized and managed ones
when an empty list is passed. Also, move the list evaluation to the
checkpoint manager, since the check for device conflicts is done
there.
Fixes: 3e09aed2a09fab11f66b8228e48dc8f732c65cce
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/nm-manager.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/introspection/nm-manager.xml b/introspection/nm-manager.xml index 0537e86533..1c29936285 100644 --- a/introspection/nm-manager.xml +++ b/introspection/nm-manager.xml @@ -209,7 +209,7 @@ <!-- CheckpointCreate: - @devices: a list of device paths for which a checkpoint should be created. An empty list means all managed devices. + @devices: a list of device paths for which a checkpoint should be created. An empty list means all devices. @rollback_timeout: the time in seconds until NetworkManager will automatically rollback to the checkpoint. Set to zero for infinite. @flags: optional flags that influence the creation. @checkpoint: on success, returns the path of the checkpoint. |