Description: Increase limit of maximum prefixes Author: Christoph Biedl Forwarded: No Last-Update: 2016-10-30 Appearently update messages with a lot of prefixes do exist, raise the limit. --- a/bgpdump_attr.h +++ b/bgpdump_attr.h @@ -223,7 +223,7 @@ pathid_t path_id; }; -#define MAX_PREFIXES 2050 +#define MAX_PREFIXES 8192 struct mp_nlri { u_char nexthop_len;