mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
conf: record a portid against the domain conf
The portid will be the UUID of the virNetworkPort object associated with the network interface when a guest is running. Reviewed-by: Laine Stump <laine@laine.org> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
@@ -5309,6 +5309,14 @@
|
||||
information for different classes of network
|
||||
connections. <span class="since">Since 0.9.4</span>.
|
||||
</p>
|
||||
<p>
|
||||
When a guest is running and interface of type <code>network</code>
|
||||
may include a <code>portid</code> attribute. This provides the UUID
|
||||
of an associated virNetworkPortPtr object that records the association
|
||||
between the domain interface and the network. This attribute is
|
||||
read-only since port objects are create and deleted automatically
|
||||
during startup and shutdown. <span class="since">Since 5.1.0</span>/
|
||||
</p>
|
||||
<p>
|
||||
Also, similar to <code>direct</code> network connections
|
||||
(described below), a connection of type <code>network</code> may
|
||||
|
||||
Reference in New Issue
Block a user