From 15eadda4e12c10620d6ec40eb1d9f489fc0e75a6 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Mon, 1 Oct 2018 20:50:46 +0000 Subject: [PATCH] net/igmpproxy: increase MAX_IF to work around error on systems with larger numbers of network addresses PR: 231800 Submitted by: Franco Fichtner (maintainer) --- net/igmpproxy/Makefile | 1 + net/igmpproxy/files/patch-src_igmpproxy.h | 9 +++++++++ net/igmpproxy/pkg-descr | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/net/igmpproxy/Makefile b/net/igmpproxy/Makefile index 623c01376b4c..ad935daa6579 100644 --- a/net/igmpproxy/Makefile +++ b/net/igmpproxy/Makefile @@ -3,6 +3,7 @@ PORTNAME= igmpproxy DISTVERSION= 0.2.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net diff --git a/net/igmpproxy/files/patch-src_igmpproxy.h b/net/igmpproxy/files/patch-src_igmpproxy.h index 96ddfa06764c..5a00d8f65360 100644 --- a/net/igmpproxy/files/patch-src_igmpproxy.h +++ b/net/igmpproxy/files/patch-src_igmpproxy.h @@ -20,3 +20,12 @@ /* * Limit on length of route data */ +@@ -113,7 +113,7 @@ void my_log( int Serverity, int Errno, c + + /* ifvc.c + */ +-#define MAX_IF 40 // max. number of interfaces recognized ++#define MAX_IF 100 // max. number of interfaces recognized + + // Interface states + #define IF_STATE_DISABLED 0 // Interface should be ignored. diff --git a/net/igmpproxy/pkg-descr b/net/igmpproxy/pkg-descr index 0b5e1ab21026..d654c520db30 100644 --- a/net/igmpproxy/pkg-descr +++ b/net/igmpproxy/pkg-descr @@ -2,4 +2,4 @@ igmpproxy is a simple multicast routing daemon based on mrouted. It uses IGMP forwarding to dynamically route multicast traffic. Reqiures multicast forwarding enabled -WWW: https://sourceforge.net/projects/igmpproxy/ +WWW: https://github.com/pali/igmpproxy