--- src/igmpproxy.h.orig 2018-02-13 19:17:30 UTC +++ src/igmpproxy.h @@ -35,9 +35,6 @@ * igmpproxy.h - Header file for common includes. */ -#include "config.h" -#include "os.h" - #include #include #include @@ -60,6 +57,9 @@ #include #include +#include "os.h" +#include "config.h" + /* * 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.