]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix virsh net-info output for consistency
authorHao Liu <hliu@redhat.com>
Tue, 19 Nov 2013 06:20:57 +0000 (14:20 +0800)
committerEric Blake <eblake@redhat.com>
Tue, 19 Nov 2013 20:16:28 +0000 (13:16 -0700)
commit8836c1f87867229bf6beacc8c8f7a3156290f691
tree76c0cb9b40774a7353099a760f3c064398837850
parentde53eee25e1a6199146e69ac45e859a06707346c
Fix virsh net-info output for consistency

All *-info virsh commands output a list of colon-seperated key-val pairs.
But virsh net-info command misses this colon for key "Name" and "UUID".

Signed-off-by: Hao Liu <hliu@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
tools/virsh-network.c