aboutsummaryrefslogtreecommitdiffstats
path: root/main/openvswitch/musl-if_packet.patch
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2015-08-24 17:50:06 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2015-09-07 12:11:35 +0000
commitf8f93ad97ae18ec74f543c0f9398e5795d85c0c8 (patch)
treeee9c6fc13c9ed61ac02bc6b63e48b27beea87d74 /main/openvswitch/musl-if_packet.patch
parent6e59c52ee696e5983d5ab36330e01db47ed3de01 (diff)
downloadaports-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/musl-if_packet.patch')
-rw-r--r--main/openvswitch/musl-if_packet.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/openvswitch/musl-if_packet.patch b/main/openvswitch/musl-if_packet.patch
index ff9d76119e..e57b30778d 100644
--- a/main/openvswitch/musl-if_packet.patch
+++ b/main/openvswitch/musl-if_packet.patch
@@ -1,9 +1,9 @@
---- ./lib/netdev-linux.c.orig
-+++ ./lib/netdev-linux.c
+--- openvswitch-2.4.0/lib/netdev-linux.c 2015-08-20 00:33:42.960971996 +0000
++++ openvswitch-2.4.0/lib/netdev-linux.c.new 2015-08-22 18:16:10.741115156 +0000
@@ -37,10 +37,9 @@
- #include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
+ #include <sys/utsname.h>
-#include <netpacket/packet.h>
#include <net/if.h>
#include <net/if_arp.h>