]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: Split cmds to manage network from virsh.c
authorOsier Yang <jyang@redhat.com>
Mon, 23 Jul 2012 06:02:14 +0000 (14:02 +0800)
committerOsier Yang <jyang@redhat.com>
Thu, 26 Jul 2012 03:57:58 +0000 (11:57 +0800)
commit0510f97e73bae1b36129947c953f7ea15cb026f7
treed2aaae6c6746c57e206e20363e47ffe5354e8a21
parent2f033890c64511b70a0b134eb8619e0c65c03a11
virsh: Split cmds to manage network from virsh.c

Commands to manage network are moved from virsh.c to virsh-network.c,
with a few helpers for network command use.

* virsh.c: Remove network commands and a few helpers.
* virsh-network.c: New file, filled with network commands and its
                   helpers.
* po/POTFILES.in: Add virsh-network.c
* cfg.mk: Skip to check config.h including for virsh-network.c
cfg.mk
po/POTFILES.in
tools/virsh-network.c [new file with mode: 0644]
tools/virsh.c