mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
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)
11 lines
396 B
C
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.
|