12345678910111213141516171819 |
- Description: Increase limit of maximum prefixes
- Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
- Forwarded: No
- Last-Update: 2016-07-13
- Appearently update messages with more than 1000 prefixes to exist,
- raise the limit.
- --- a/bgpdump_attr.h
- +++ b/bgpdump_attr.h
- @@ -212,7 +212,7 @@
- u_char len;
- };
-
- -#define MAX_PREFIXES 2050
- +#define MAX_PREFIXES 8192
- struct mp_nlri {
- u_char nexthop_len;
-
|