]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: output forward device connections count in network XML
authorLaine Stump <laine@laine.org>
Sun, 5 Aug 2012 06:59:55 +0000 (02:59 -0400)
committerLaine Stump <laine@laine.org>
Wed, 15 Aug 2012 03:53:58 +0000 (23:53 -0400)
commit92a830408124c85f54a2222465a2e9a0ebff9d7e
treefba6eed881dc8dc5785fe6b69a0491d36b550f0e
parent643feae785781d0a309bc11bc553220fff46415a
conf: output forward device connections count in network XML

It may be useful for management applications to know which physical
network devices are in use by guests. This information is already
available in the network objects, but wasn't output in the XML. This
patch outputs it when the INACTIVE flag isn't set (and if it's non-0).
src/conf/network_conf.c