Trying to use debian wheezy openvswitch with xen.

I think the real problem is that openvswitch-switch is being started after 
networking but it needs to start before networking.

I put this in /etc/network/interfaces:
# XEN Bridge
auto xenbr0
iface xenbr0 inet dhcp
   pre-up service openvswitch-switch start

So far works fine.

Of course the real fix is to change the dependency settings.

If your networking is dependent on openvswitch I can't imagine of any other 
solution.

John
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to