]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: Create macro for common "network" option
authorJohn Ferlan <jferlan@redhat.com>
Sat, 9 Jan 2016 13:36:34 +0000 (08:36 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 11 Jan 2016 23:14:01 +0000 (18:14 -0500)
commit216552281995adadf19370d2bb02aba20d71afb8
treef5ffbf596e80d62118b0c0c327a14e8d6c1ea714
parent5b436359a825713975b1b39e597a02910cf57f90
virsh: Create macro for common "network" option

Rather than continually cut-n-paste the strings into each command,
create a common macro to be used generically.  Note that not all
'{.name = "network",' entries are replaced, just those that have the
common .help string of "network name or uuid".

Signed-off-by: John Ferlan <jferlan@redhat.com>
tools/virsh-network.c