README.debian 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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.
  5. Running upstream's test
  6. -----------------------
  7. Upstream included some huge dump files to be tested for regressions
  8. during build. They have been removed from the Debian source package as
  9. they are pretty huge: Full upstream tarball: 42 Mbyte, after re-packing
  10. some 41 kbyte.
  11. To run the test during build:
  12. * Download the full upstream tarball from
  13. https://bitbucket.org/ripencc/bgpdump/downloads
  14. * Unpack the test files:
  15. $ tar --wildcards --strip-components=1 -xjvf <upstream.tar>.bz2 '*/test_*'
  16. * Add the list to include-binaries so dpkg-source will not complain:
  17. $ ls -1 test_*/* >>debian/source/include-binaries
  18. Then rebuild as usual.
  19. quagga configuration
  20. --------------------
  21. Since quagga documentation (10.15 "Dump BGP packets and table") is a
  22. bit terse, here a few hints:
  23. Add to your bgpd configuration, depending on whether you're interested
  24. in all messages or updates only:
  25. dump bgp all|updates <path> [<interval>]
  26. Where <interval> is in seconds. The <path> is a filename that must
  27. be writable by quagga. It may contain format specifiers as described
  28. in strftime(3).