|
|
|
|
|
|
|
|
|
|
xen-bugs
[Xen-bugs] [Bug 1699] vif-route does not work
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1699
------- Comment #6 from darkbasic4@xxxxxxxxx 2011-01-20 14:41 -------
Yes, I have both network-script and vif-script in xend-config.spx.
(network-script 'network-route netdev=eth1')
(vif-script vif-route)
Before starting any domU:
root@xen-dom0:~# brctl show
bridge name bridge id STP enabled interfaces
After (failing to) starting a domU (with vif = ['ip=192.168.1.78']):
root@xen-dom0:~# brctl show
bridge name bridge id STP enabled interfaces
network-script network-bridge works flawlessly instead (it creates the bridge
even before I start any domU, I use vif = ['bridge=eth1, vifname=vif1']):
root@xen-dom0:~# brctl show
bridge name bridge id STP enabled interfaces
eth1 8000.00e0ed0c980c no peth1
--
Configure bugmail:
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs
|
|
|
|
|