You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
474 B
14 lines
474 B
http://git.alpinelinux.org/cgit/aports/plain/main/iproute2/musl-fixes.patch |
|
|
|
Don't redefine in6_addr due to including linux/in6.h; use netinet/in.h instead. |
|
|
|
--- a/include/linux/if_bridge.h.orig 2014-12-28 06:08:02.569567949 +0100 |
|
+++ b/include/linux/if_bridge.h 2014-12-28 06:08:34.736569384 +0100 |
|
@@ -15,7 +15,6 @@ |
|
|
|
#include <linux/types.h> |
|
#include <linux/if_ether.h> |
|
-#include <linux/in6.h> |
|
|
|
#define SYSFS_BRIDGE_ATTR "bridge" |
|
#define SYSFS_BRIDGE_FDB "brforward"
|
|
|