diff --git a/docs/formatnetwork.html.in b/docs/formatnetwork.html.in index daa6524f0f..a010cbd217 100644 --- a/docs/formatnetwork.html.in +++ b/docs/formatnetwork.html.in @@ -15,8 +15,14 @@
The root element required for all virtual networks is
- named network
and has no attributes.
- The network XML format is available since 0.3.0
+ named network
and has no configurable attributes
+ (although since 0.10.0 there is one
+ optional read-only attribute - when examining the live
+ configuration of a network, the
+ attribute connections
, if present, specifies the
+ number of guest interfaces currently connected via this
+ network). The network XML format is
+ available since 0.3.0
<pf>
subelement to call out the
- corresponding physical interface associated with multiple
- virtual interfaces:
+
+ since 0.10.0,
+ <interface>
also has an optional read-only
+ attribute - when examining the live configuration of a
+ network, the attribute connections
, if present,
+ specifies the number of guest interfaces currently connected
+ via this physical interface.
+
+ Additionally, since 0.9.10, libvirt
+ allows a shorthand for specifying all virtual interfaces
+ associated with a single physical function, by using
+ the <pf>
subelement to call out the
+ corresponding physical interface associated with multiple
+ virtual interfaces:
+
... <forward mode='passthrough'> diff --git a/docs/schemas/network.rng b/docs/schemas/network.rng index 2ae879ec47..25df26686a 100644 --- a/docs/schemas/network.rng +++ b/docs/schemas/network.rng @@ -12,6 +12,11 @@+ + + + +