1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-04-01 20:05:19 +00:00
Laine Stump 300bcdb63b network: add connections counter to networks
Just as each physical device used by a network has a connections
counter, now each network has a connections counter which is
incremented once for each guest interface that connects using this
network.

The count is output in the live network XML, like this:

   <network connections='20'>
   ...
   </network>

It is read-only, and for informational purposes only - it isn't used
internally anywhere by libvirt.
2012-08-14 23:53:58 -04:00
..
2012-02-23 16:02:33 -07:00
2011-10-29 19:50:48 +02:00
2012-06-13 18:23:00 +01:00
2011-08-26 17:52:55 +02:00
2011-10-28 10:07:45 +01:00
2012-08-10 10:58:38 +02:00
2012-07-02 11:25:36 +08:00
2012-08-10 10:58:38 +02:00
2011-05-11 08:18:04 -06:00