Christoph Biedl 58ae45ac64 bgpdump 1.6.2-3 2 週間 前
..
extra-tests 6127fd1031 Add a simple autopkgtest 4 年 前
patches 139f20b1f5 Packaging cleanup 2 週間 前
source 6127fd1031 Add a simple autopkgtest 4 年 前
tests dd6cdcb539 Enhance test script further to be usable in autopkgtest. Closes: #960324 4 年 前
README.Debian a4bbbf7652 README.Debian mainenance 4 年 前
bgpdump.manpages b787b2861a Initial Debianisation 8 年 前
bgpdump.scd 5b4f80c906 Switch manpage generation from asciidoctor to scdoc 7 ヶ月 前
changelog 58ae45ac64 bgpdump 1.6.2-3 2 週間 前
control 139f20b1f5 Packaging cleanup 2 週間 前
copyright dfd44e895a Use secure URLs where possible 6 年 前
rules 5b4f80c906 Switch manpage generation from asciidoctor to scdoc 7 ヶ月 前
watch 139f20b1f5 Packaging cleanup 2 週間 前

README.Debian


bgpdump library not included
----------------------------
This package provides the bpgdump binary only. If you're in need of
the libbgpdump library, file a bugreport severity wishlist. Patches
welcome.


Running upstream's test
-----------------------
Upstream included some huge dump files to be tested for regressions
during build. They have been removed from the Debian source package as
they are pretty huge: Full upstream tarball: 51 Mbyte, after re-packing
some 43 kbyte.

To run the test during build:

* Download the full upstream tarball from
https://github.com/RIPE-NCC/bgpdump/releases
* Unpack the test files:
$ tar --wildcards --strip-components=1 -xavf .gz '*/test_*'
* Add the list to include-binaries so dpkg-source will not complain:
$ ls -1 test_*/* >>debian/source/include-binaries

Then rebuild as usual.


quagga configuration
--------------------
Since quagga documentation (10.15 "Dump BGP packets and table") is a
bit terse, here a few hints:

Add to your bgpd configuration, depending on whether you're interested
in all messages or updates only:

dump bgp all|updates []

Where is in seconds. The is a filename that must
be writable by quagga. It may contain format specifiers as described
in strftime(3).