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-sw
Hi,
The bug still exists and the added "ifup -a" helps, but if the interface
has not been set up before you need to set the link up manually :
# ip link set eth1 up
I added this to my /etc/network/interfaces to fix this at boot :
auto eth1
iface eth1 inet manual
pre-up ip link set
Package: openvswitch-switch
Version: 1.4.2+git20120612-2
Severity: normal
Dear Maintainer,
when replacing the kernel bridge module by openvswitch, the machines network
configuration isn't executed because networking initialization is performed
before the openvswitch daemons are running.
I fixed
3 matches
Mail list logo