]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: Create macro for common "interface" option v1.3.1-rc1
authorJohn Ferlan <jferlan@redhat.com>
Sat, 9 Jan 2016 13:36:35 +0000 (08:36 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 11 Jan 2016 23:14:01 +0000 (18:14 -0500)
commit545e5571f9bafc61c65b563ca69907f8cc935f72
tree0813755929ebcfec929a27db1d88f126470b835b
parent216552281995adadf19370d2bb02aba20d71afb8
virsh: Create macro for common "interface" 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 = "interface",' entries are replaced, just those that have the
common .help string of "interface name or MAC address".

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