From: Gene Czarcinski Date: Sat, 16 Mar 2013 17:36:32 +0000 (-0400) Subject: clarify virsh net commands X-Git-Tag: v1.0.4-rc1~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e1cd8900f28a23ccad6d9fa054d686cdc36384a;p=thirdparty%2Flibvirt.git 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 --- 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>]