[ovs-dev] Bug#686518: openvswitch-switch: No network configuration with openvswitch

Jonathan Dupart jonathan at dupart.org
Thu Jun 20 13:21:10 UTC 2013


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 eth1 up

Regards,

-- 
Jonathan Dupart



More information about the dev mailing list