From: Sander Vermin Date: Fri, 17 Mar 2017 09:03:37 +0000 (+0100) Subject: Increase number of lldp neighbors to 32. X-Git-Tag: 0.9.7~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86bc2873f7e2aedb4ef6ed6db6edc7d4e4f5fc76;p=thirdparty%2Flldpd.git Increase number of lldp neighbors to 32. --- diff --git a/src/daemon/lldpd.h b/src/daemon/lldpd.h index 5c475f40..50e00592 100644 --- a/src/daemon/lldpd.h +++ b/src/daemon/lldpd.h @@ -85,7 +85,7 @@ struct event_base; #define LLDPD_TX_HOLD 4 #define LLDPD_TTL LLDPD_TX_INTERVAL * LLDPD_TX_HOLD #define LLDPD_TX_MSGDELAY 1 -#define LLDPD_MAX_NEIGHBORS 4 +#define LLDPD_MAX_NEIGHBORS 32 #define LLDPD_FAST_TX_INTERVAL 1 #define LLDPD_FAST_INIT 4