mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
net-define: update or unify documentation
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1127045 Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
03369d9643
commit
b7d027b6a8
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* libvirt-network.c: entry points for virNetworkPtr APIs
|
* libvirt-network.c: entry points for virNetworkPtr APIs
|
||||||
*
|
*
|
||||||
* Copyright (C) 2006-2014 Red Hat, Inc.
|
* Copyright (C) 2006-2015 Red Hat, Inc.
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
@ -433,7 +433,8 @@ virNetworkCreateXML(virConnectPtr conn, const char *xmlDesc)
|
|||||||
* @conn: pointer to the hypervisor connection
|
* @conn: pointer to the hypervisor connection
|
||||||
* @xml: the XML description for the network, preferably in UTF-8
|
* @xml: the XML description for the network, preferably in UTF-8
|
||||||
*
|
*
|
||||||
* Define a network, but does not create it
|
* Define an inactive persistent virtual network or modify an existing
|
||||||
|
* persistent one from the XML description.
|
||||||
*
|
*
|
||||||
* virNetworkFree should be used to free the resources after the
|
* virNetworkFree should be used to free the resources after the
|
||||||
* network object is no longer needed.
|
* network object is no longer needed.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* virsh-network.c: Commands to manage network
|
* virsh-network.c: Commands to manage network
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005, 2007-2014 Red Hat, Inc.
|
* Copyright (C) 2005, 2007-2015 Red Hat, Inc.
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
@ -189,10 +189,11 @@ cmdNetworkCreate(vshControl *ctl, const vshCmd *cmd)
|
|||||||
*/
|
*/
|
||||||
static const vshCmdInfo info_network_define[] = {
|
static const vshCmdInfo info_network_define[] = {
|
||||||
{.name = "help",
|
{.name = "help",
|
||||||
.data = N_("define (but don't start) a network from an XML file")
|
.data = N_("define an inactive persistent virtual network or modify "
|
||||||
|
"an existing persistent one from an XML file")
|
||||||
},
|
},
|
||||||
{.name = "desc",
|
{.name = "desc",
|
||||||
.data = N_("Define a network.")
|
.data = N_("Define or modify a persistent virtual network.")
|
||||||
},
|
},
|
||||||
{.name = NULL}
|
{.name = NULL}
|
||||||
};
|
};
|
||||||
|
@ -2701,8 +2701,8 @@ to get a description of the XML network format used by libvirt.
|
|||||||
|
|
||||||
=item B<net-define> I<file>
|
=item B<net-define> I<file>
|
||||||
|
|
||||||
Define a persistent virtual network from an XML I<file>, the network is just
|
Define an inactive persistent virtual network or modify an existing persistent
|
||||||
defined but not instantiated (started).
|
one from the XML I<file>.
|
||||||
|
|
||||||
=item B<net-destroy> I<network>
|
=item B<net-destroy> I<network>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user