aports/main/openvswitch/musl-if_packet.patch
Stuart Cardall f8f93ad97a 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.
2015-09-07 12:11:35 +00:00

15 lines
455 B
Diff

--- 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/ioctl.h>
#include <sys/socket.h>
#include <sys/utsname.h>
-#include <netpacket/packet.h>
#include <net/if.h>
#include <net/if_arp.h>
-#include <net/if_packet.h>
+#include <linux/if_packet.h>
#include <net/route.h>
#include <netinet/in.h>
#include <poll.h>