diff options
| author | Stuart Cardall <developer@it-offshore.co.uk> | 2014-03-12 17:36:50 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-03-12 19:04:10 +0000 |
| commit | 041c19eeea7ac2bb445b2afbfd7fe76e8a724636 (patch) | |
| tree | 2d33c257bda355667eb2a89694129e0fa64827c7 /testing/openvswitch/ovs-controller.initd | |
| parent | 8a3de1b323c64b7a2a6fbd6c4e672701659a5805 (diff) | |
| download | aports-041c19eeea7ac2bb445b2afbfd7fe76e8a724636.tar.bz2 aports-041c19eeea7ac2bb445b2afbfd7fe76e8a724636.tar.xz | |
/testing/openvswitch - version bump to 2.01 + revised init scripts
** 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.
Diffstat (limited to 'testing/openvswitch/ovs-controller.initd')
| -rw-r--r-- | testing/openvswitch/ovs-controller.initd | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/testing/openvswitch/ovs-controller.initd b/testing/openvswitch/ovs-controller.initd deleted file mode 100644 index dea1f670b9..0000000000 --- a/testing/openvswitch/ovs-controller.initd +++ /dev/null @@ -1,23 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/files/ovs-controller-r1,v 1.1 2013/04/08 19:37:58 dev-zero Exp $ - -description="Open vSwitch OpenFlow controller" - -command="/usr/bin/ovs-controller" -command_args=" - --pidfile - --detach - --monitor - ${OPTIONS} ${METHODS}" -pidfile="/var/run/openvswitch/ovs-controller.pid" - -depend() { - need net - use logger -} - -start_pre() { - checkpath -d "/var/run/openvswitch" -m 0750 -} |
