diff options
author | Stuart Cardall <developer@it-offshore.co.uk> | 2015-08-24 17:50:06 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-09-07 12:11:35 +0000 |
commit | f8f93ad97ae18ec74f543c0f9398e5795d85c0c8 (patch) | |
tree | ee9c6fc13c9ed61ac02bc6b63e48b27beea87d74 /main/openvswitch/readme.debian.patch | |
parent | 6e59c52ee696e5983d5ab36330e01db47ed3de01 (diff) | |
download | aports-f8f93ad97ae18ec74f543c0f9398e5795d85c0c8.tar.bz2 aports-f8f93ad97ae18ec74f543c0f9398e5795d85c0c8.tar.xz |
main/openvswitch: update to 2.4.0
*** NB: please move openvswitch-2.3.2-r1.apk in edge ---> stable ***
Changes in 2.4.0:
https://github.com/openvswitch/ovs/blob/master/NEWS
Added bash-completions
ovs 2.3.2 & 2.4.0 both have partial support for LXC:
see: https://github.com/itoffshore/lxc-scripts
ovsup / ovsdown stop LXC containers losing connectivity when networking
is restarted.
Diffstat (limited to 'main/openvswitch/readme.debian.patch')
-rw-r--r-- | main/openvswitch/readme.debian.patch | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/main/openvswitch/readme.debian.patch b/main/openvswitch/readme.debian.patch index 33f002e39a..82c186c671 100644 --- a/main/openvswitch/readme.debian.patch +++ b/main/openvswitch/readme.debian.patch @@ -1,5 +1,5 @@ ---- openvswitch-2.3.2/debian/openvswitch-switch.README.Debian 2015-06-18 19:32:47.000000000 +0000 -+++ openvswitch-2.3.2/debian/openvswitch-switch.README.Debian.new 2015-07-10 17:03:12.791341980 +0000 +--- openvswitch-2.4.0/debian/openvswitch-switch.README.Debian 2015-08-22 18:26:22.381124884 +0000 ++++ openvswitch-2.4.0/debian/openvswitch-switch.README.Debian.new 2015-08-22 18:44:37.717142304 +0000 @@ -1,44 +1,5 @@ -README.Debian for openvswitch-switch ---------------------------------- @@ -47,24 +47,28 @@ Debian network scripts integration ---------------------------------- -@@ -172,11 +133,6 @@ iface gre1 inet manual - ovs_tunnel_type gre - ovs_tunnel_options options:remote_ip=182.168.1.2 options:key=1 +@@ -202,8 +163,8 @@ iface gre1 inet manual + + ex 8: Create and destroy bridges. --ex 7: Create and destroy bridges. -- -ifup --allow=ovs $list_of_bridges -ifdown --allow=ovs $list_of_bridges -- ++ifup $list_of_bridges ++ifdown $list_of_bridges + Notes on dependencies: --------------------- - -@@ -203,3 +159,8 @@ in the 'auto' section, openvswitch-switc +@@ -231,3 +192,12 @@ in the 'auto' section, openvswitch-switc ifupdown kicks in. In a case like this, the admin needs to make sure that /usr has already been mounted and that a remote $syslog (if used) is ready to receive openvswitch logs. + +Notes on LXC / ifupdown integration: -+----------------------------------- ++------------------------------------ ++ ++LXC has partial support for ovs (ports are added but not fully removed) ++https://github.com/lxc/lxc/issues/590 + +See 'ovsup' & 'ovsdown' https://github.com/itoffshore/lxc-scripts ++these scripts allow networking to be restarted & containers do not lose ++connectivity. |