commit | 3424fc9f16a1e7d1c48eb6d605eb0ca63e199ec2 | [log] [tgz] |
---|---|---|
author | Michal Privoznik <mprivozn@redhat.com> | Wed Feb 29 17:02:23 2012 +0100 |
committer | Michael Roth <mdroth@linux.vnet.ibm.com> | Mon Mar 12 15:09:18 2012 -0500 |
tree | 54d2bb0a79d91199986c0b29890e5ddb0b3cc8b4 | |
parent | f54603b6aa765514b2519e74114a2f417759d727 [diff] |
qemu-ga: add guest-network-get-interfaces command This command returns an array of: [ifname, hwaddr, [ipaddr, ipaddr_family, prefix] ] for each interface in the system. Currently, only IPv4 and IPv6 are supported. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>