ports/net/igmpproxy/files/patch-src_igmpproxy.h
Luca Pizzamiglio a98326bf91 net/igmpproxy: Update to 0.3
igmpproxy update to 0.3, mostly fixing previous FreeBSD build issues.

MAX_IF patch kept and raised further to retain operation when many addresses are found in the system.  (On OPNsense/pfSense 40 addresses can be too low.)

PR:		252857
Submitted by:	Franco Fichtner <franco@opnsense.org> (maintainer)
2021-01-31 14:33:08 +00:00

11 lines
396 B
C

--- src/igmpproxy.h.orig 2021-01-12 08:24:34 UTC
+++ src/igmpproxy.h
@@ -112,7 +112,7 @@ void my_log( int Serverity, int Errno, const char *Fmt
/* ifvc.c
*/
-#define MAX_IF 40 // max. number of interfaces recognized
+#define MAX_IF 140 // max. number of interfaces recognized
// Interface states
#define IF_STATE_DISABLED 0 // Interface should be ignored.