mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Fixed handling of bridge devices
This commit is contained in:
@@ -19,4 +19,4 @@ vncunused = 1
|
||||
vnclisten = "127.0.0.1"
|
||||
vncpasswd = "123poi"
|
||||
disk = [ "phy:/dev/HostVG/XenGuest2,hda,w", "file:/root/boot.iso,hdc:cdrom,r" ]
|
||||
vif = [ "mac=00:16:3E:66:92:9C,type=ioemu" ]
|
||||
vif = [ "mac=00:16:3E:66:92:9C,bridge=xenbr1,type=ioemu" ]
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
</disk>
|
||||
<interface type='bridge'>
|
||||
<mac address='00:16:3E:66:92:9C'/>
|
||||
<source bridge='xenbr1'/>
|
||||
</interface>
|
||||
<graphics type='vnc' port='-1' listen='127.0.0.1' passwd='123poi'/>
|
||||
</devices>
|
||||
|
||||
@@ -20,4 +20,4 @@ vncunused = 1
|
||||
vnclisten = "127.0.0.1"
|
||||
vncpasswd = "123poi"
|
||||
disk = [ "phy:/dev/HostVG/XenGuest2,ioemu:hda,w" ]
|
||||
vif = [ "mac=00:16:3E:66:92:9C,type=ioemu" ]
|
||||
vif = [ "mac=00:16:3E:66:92:9C,bridge=xenbr0,type=ioemu" ]
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
</disk>
|
||||
<interface type='bridge'>
|
||||
<mac address='00:16:3E:66:92:9C'/>
|
||||
<source bridge='xenbr0'/>
|
||||
</interface>
|
||||
<graphics type='vnc' port='-1' listen='127.0.0.1' passwd='123poi'/>
|
||||
</devices>
|
||||
|
||||
Reference in New Issue
Block a user