diff options
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. |