summaryrefslogtreecommitdiff
path: root/doc/network.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/network.rst')
-rw-r--r--doc/network.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/network.rst b/doc/network.rst
index 7291249..eef0e68 100644
--- a/doc/network.rst
+++ b/doc/network.rst
@@ -174,6 +174,19 @@ Saves all queued operations to configuration storage and configures
network interfaces.
+``rollback()``
+~~~~~~~~~~~~~~
+
+Erases all queued operations and restores the configuration from when
+the transaction began.
+
+
+``transaction()``
+~~~~~~~~~~~~~~~~~
+
+A Python context manager designed to be used with the ``with`` keyword.
+
+
Parameters
----------