mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Revert "network: use 'bridge' as actual type instead of 'network'"
This caused the live XML to report the 'bridge' type instead of the
'network' type, which is a behavioural regression.
It also breaks 'virsh domif-setlink', 'virsh update-device' and
'virsh domiftune'
This reverts commit 518026e159.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
@@ -458,7 +458,7 @@
|
||||
<interface type='network'>
|
||||
<mac address='52:54:00:36:bd:3b'/>
|
||||
<source network='default'/>
|
||||
<actual type='bridge'>
|
||||
<actual type='network'>
|
||||
<source bridge='virbr0'/>
|
||||
</actual>
|
||||
<target dev='vnet0'/>
|
||||
|
||||
@@ -329,7 +329,7 @@
|
||||
<interface type='network'>
|
||||
<mac address='52:54:00:59:59:91'/>
|
||||
<source network='default'/>
|
||||
<actual type='bridge'>
|
||||
<actual type='network'>
|
||||
<source bridge='virbr0'/>
|
||||
</actual>
|
||||
<target dev='vnet0'/>
|
||||
|
||||
@@ -370,7 +370,7 @@
|
||||
<interface type='network'>
|
||||
<mac address='52:54:00:36:bd:3b'/>
|
||||
<source network='default'/>
|
||||
<actual type='bridge'>
|
||||
<actual type='network'>
|
||||
<source bridge='virbr0'/>
|
||||
</actual>
|
||||
<target dev='vnet0'/>
|
||||
|
||||
@@ -407,7 +407,7 @@
|
||||
<interface type='network'>
|
||||
<mac address='52:54:00:36:bd:3b'/>
|
||||
<source network='default'/>
|
||||
<actual type='bridge'>
|
||||
<actual type='network'>
|
||||
<source bridge='virbr0'/>
|
||||
</actual>
|
||||
<target dev='vnet0'/>
|
||||
|
||||
@@ -343,7 +343,7 @@
|
||||
<interface type='network'>
|
||||
<mac address='52:54:00:59:59:91'/>
|
||||
<source network='default'/>
|
||||
<actual type='bridge'>
|
||||
<actual type='network'>
|
||||
<source bridge='virbr0'/>
|
||||
</actual>
|
||||
<target dev='vnet0'/>
|
||||
|
||||
@@ -390,7 +390,7 @@
|
||||
<interface type='network'>
|
||||
<mac address='52:54:00:36:bd:3b'/>
|
||||
<source network='default'/>
|
||||
<actual type='bridge'>
|
||||
<actual type='network'>
|
||||
<source bridge='virbr0'/>
|
||||
</actual>
|
||||
<target dev='vnet0'/>
|
||||
|
||||
Reference in New Issue
Block a user