increase-max-prefixes.patch 421 B

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