On 01/14/2013 11:59 PM, Michal Privoznik wrote:
---
tools/virsh-network.c | 193 ++++++++++++++++++++++++++++++++++++++------------
1 file changed, 149 insertions(+), 44 deletions(-)
diff --git a/tools/virsh-network.c b/tools/virsh-network.c
index fc73a28..9ba3ca8 100644
--- a/tools/virsh-network.c
+++ b/tools/virsh-network.c
ACK with these change I am wondering why some structure didn't be
touched.
probably only option related structure.
For example:
/*
* "net-autostart" command
*/
static const vshCmdInfo info_network_autostart[] = {
{"help", N_("autostart a network")},
{"desc",
N_("Configure a network to be automatically started at boot.")},
{NULL, NULL}
};