2013-05-27 15:31:45 +02:00
|
|
|
Index: libbridge/libbridge.h
|
|
|
|
===================================================================
|
|
|
|
--- libbridge/libbridge.h.orig
|
|
|
|
+++ libbridge/libbridge.h
|
2020-11-03 08:35:09 +01:00
|
|
|
@@ -25,6 +25,7 @@
|
2016-10-18 16:07:55 +02:00
|
|
|
#include <netinet/in.h>
|
2020-11-03 08:35:09 +01:00
|
|
|
|
2013-05-27 15:31:45 +02:00
|
|
|
#include <linux/if.h>
|
|
|
|
+#include <linux/in6.h>
|
|
|
|
#include <linux/if_bridge.h>
|
|
|
|
|
|
|
|
/* defined in net/if.h but that conflicts with linux/if.h... */
|
|
|
|
Index: libbridge/libbridge_private.h
|
|
|
|
===================================================================
|
|
|
|
--- libbridge/libbridge_private.h.orig
|
|
|
|
+++ libbridge/libbridge_private.h
|
|
|
|
@@ -24,6 +24,7 @@
|
|
|
|
#include <linux/sockios.h>
|
|
|
|
#include <sys/time.h>
|
|
|
|
#include <sys/ioctl.h>
|
|
|
|
+#include <linux/in6.h>
|
|
|
|
#include <linux/if_bridge.h>
|
|
|
|
|
|
|
|
#define MAX_BRIDGES 1024
|