bridge-utils/bridge-utils-1.5-ip6.patch
Pedro Monreal Gonzalez fba1f17298 Accepting request 844385 from home:pmonrealgonzalez:branches:network:utilities
- This utility is DEPRECATED. No new features will ever be added.
  Instead use the bridge command from the iproute2 package which
  supports more features.
- Update to version 1.7
  * Replace references to enslave
  * Remove out of date TODO
  * brctl: fix signed/unsigned comparison warnings
  * libbridge: add missing sys/time.h include in header
  * libbridge: Include the configured CFLAGS when compiling
- Rebase patches:
  * bridge-utils-1.5-ip6.patch
  * bridge-utils-1.5-optflags.patch

OBS-URL: https://build.opensuse.org/request/show/844385
OBS-URL: https://build.opensuse.org/package/show/network:utilities/bridge-utils?expand=0&rev=28
2020-11-03 07:35:09 +00:00

25 lines
696 B
Diff

Index: libbridge/libbridge.h
===================================================================
--- libbridge/libbridge.h.orig
+++ libbridge/libbridge.h
@@ -25,6 +25,7 @@
#include <netinet/in.h>
#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