> Can you tell the version with: > ovs-vsctl --version # ovs-vsctl --version ovs-vsctl (Open vSwitch) 2.0.90 Compiled Dec 19 2013 10:25:22
> > auto vmbr0 > I don't think the above line will help you. > > > > That works, but it does not work when I boot the host. Simply because > > ovs-vswitchd is started much too late in runlevel 2. > > > > So what is the reasoning behind that? > If you are using Open vSwitch version >= 1.10, there is a function in > /etc/init.d/openvswitch-switch which looks at /etc/network/interfaces for the > keyword "allow-ovs" and calls "ifup --allow=ovs $bridge_name" > > I can see why it does not work if you are using OVS version < 1.10. You totally missed the problem, so I try to explain again. The problem is that the ovs-vswitchd is started much too late in the boot process (in runlevel 2), so it is not available when debian starts the networking setup at boot time (started early in rulevel S). is that more clear now? _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev