README.Debian 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. bgpdump library not included
  2. ----------------------------
  3. This package provides the bpgdump binary only. If you're in need of
  4. the libbgpdump library, file a bugreport severity wishlist. Patches
  5. welcome.
  6. Running upstream's test
  7. -----------------------
  8. Upstream included some huge dump files to be tested for regressions
  9. during build. They have been removed from the Debian source package as
  10. they are pretty huge: Full upstream tarball: 51 Mbyte, after re-packing
  11. some 43 kbyte.
  12. To run the test during build:
  13. * Download the full upstream tarball from
  14. https://github.com/RIPE-NCC/bgpdump/releases
  15. * Unpack the test files:
  16. $ tar --wildcards --strip-components=1 -xavf <upstream.tar>.gz '*/test_*'
  17. * Add the list to include-binaries so dpkg-source will not complain:
  18. $ ls -1 test_*/* >>debian/source/include-binaries
  19. Then rebuild as usual.
  20. quagga configuration
  21. --------------------
  22. Since quagga documentation (10.15 "Dump BGP packets and table") is a
  23. bit terse, here a few hints:
  24. Add to your bgpd configuration, depending on whether you're interested
  25. in all messages or updates only:
  26. dump bgp all|updates <path> [<interval>]
  27. Where <interval> is in seconds. The <path> is a filename that must
  28. be writable by quagga. It may contain format specifiers as described
  29. in strftime(3).