Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/openvswitch: move from testing | Natanael Copa | 2014-10-09 | 1 | -50/+0 |
| | |||||
* | testing/openvswitch: fix creation/upgrade of database | Natanael Copa | 2014-10-06 | 1 | -4/+14 |
| | | | | | | | | | | | | | | | | | Instead of create/update database from install script we do it from init.d script. This is becase: - we need /dev/urandom, which might not exist til until the mdev/udev service is started. We cannot assume those are running during install - in case of upgrade, if the service is running (which is normally is) we will get locking error because the db is in use. We solve both those things by creating/upgrading the database before starting it, from the init.d script. fixes #3417 | ||||
* | /testing/openvswitch - version bump to 2.01 + revised init scripts | Stuart Cardall | 2014-03-12 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ** This is a clean patch against Master ** Version bump to 2.0.1 Init scripts improved to start ovsdb-server & ovs-vswitchd before networking comes up. ovs-dbserver is now a hard dependency for ovs-vswitchd to keep them in sync & prevent a hanging boot process. LXC Guests now autostart correctly on reboots. MACVLAN interfaces work out of the box with LXC. To use VETH interfaces with LXC do *NOT* set 'lxc.network.link' in /var/lib/lxc/guest/config - the VETH must be added manually with: ovs-vsctl --may-exist add-br $BRIDGE ovs-vsctl --may-exist add-port $BRIDGE $PORT I removed ovs-controller as it's not needed to run openvswitch & is no longer part of the current git. ovs-monitor will be removed from a default installation in the next release as it is poorly maintained & nobody really uses it. I've tested openvswitch 2.0.1 & have it bridging VETH across NAT & bridging MACVLAN interfaces internally without any problems. Bonding should also work. | ||||
* | testing/openvswitch: update init.d scripts | Natanael Copa | 2013-09-04 | 1 | -23/+26 |
| | |||||
* | testing/openvswitch: new aport | William Pitcock | 2012-09-26 | 1 | -0/+32 |