mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
*** 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.
15 lines
455 B
Diff
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>
|