1. > NOTE: order of components start at boot > /etc/rc.d/rc3.d/S09openvswitch > /etc/rc.d/rc3.d/S10network It is like that on my system. I think rpmbuild doing providing all the sys files neded correctly.
2. IP assigned by ifconfig to bridge created by ovs-vsctl without scripts - lost after restart 3. created some independent bridge br1 without ports with script and IP address on it...service restart showed no errors 4. created same standalone br0 without port assigned - no errors during restart 5. added eth0 to br0 and assigned ip on bridge = error. but it's kind of informational error, coz everything working... i think some loop in ifup/down-ovs scripts it's trying recreate eth0 or wake it up after it is already UP My scripts: br0 - standalone working excellent, same br1 but with different subnet: DEVICE=br0 ONBOOT=yes NAME="Bridge0" NM_CONTROLLED="no" DEVICETYPE=ovs TYPE=OVSBridge BOOTPROTO=static IPADDR=192.168.1.254 NETMASK=255.255.255.0 IPV6INIT=no IPV6_AUTOCONF=no HOTPLUG=no eth0: DEVICE=eth0 ONBOOT=yes DEVICETYPE=ovs TYPE=OVSPort OVS_BRIDGE=br0 BOOTPROTO=none IPV6INIT=no IPV6_AUTOCONF=no HOTPLUG=no _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
