From 2e1cd8900f28a23ccad6d9fa054d686cdc36384a Mon Sep 17 00:00:00 2001 From: Gene Czarcinski Date: Sat, 16 Mar 2013 13:36:32 -0400 Subject: [PATCH] clarify virsh net commands Clarify that net-create deals with a transient virtual network whereas net-define defines a persistent virtual network definition and will create the network (xml) definition file. Clarify that net-destroy works with both transient and persistent virtual networks. Signed-off-by: Gene Czarcinski --- tools/virsh.pod | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index 7fb89e41ee..b5e632e9ea 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -2034,19 +2034,20 @@ The I<--disable> option disable autostarting. =item B I -Create a virtual network from an XML I, see the documentation at -L to get a description of the -XML network format used by libvirt. +Create a transient (temporary) virtual network from an +XML I and instantiate (start) the network. +See the documentation at L +to get a description of the XML network format used by libvirt. =item B I -Define a virtual network from an XML I, the network is just defined but -not instantiated. +Define a persistent virtual network from an XML I, the network is just +defined but not instantiated (started). =item B I -Destroy (stop) a given virtual network specified by its name or UUID. This -takes effect immediately. +Destroy (stop) a given transient or persistent virtual network +specified by its name or UUID. This takes effect immediately. =item B I [I<--inactive>] -- 2.47.2