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
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev
