Christoph Biedl aa617e42b3 bgpdump 1.5.0-2 7 years ago
..
patches 538f5fd2e8 Make the clean target work 7 years ago
source 869441f540 Add test data, and use it during build 7 years ago
tests 869441f540 Add test data, and use it during build 7 years ago
Makefile.am 538f5fd2e8 Make the clean target work 7 years ago
README.debian b723089cac Clarify upstream's tests are skipped 7 years ago
bgpdump.manpages b787b2861a Initial Debianisation 7 years ago
bgpdump.txt 277998a4d8 Update manpage: BGP FSM state values 7 and 8 are now supported upstream 7 years ago
changelog aa617e42b3 bgpdump 1.5.0-2 7 years ago
compat b787b2861a Initial Debianisation 7 years ago
configure.ac 538f5fd2e8 Make the clean target work 7 years ago
control f956eaf69a Use strlcat from libbsd-dev, fixing FTBFS on hurd and kfreebsd. Closes: #832038 7 years ago
copyright 9aa25b3739 Refine debian/copyright 7 years ago
rules 538f5fd2e8 Make the clean target work 7 years ago
watch 82b2aeedda Update watch file 7 years ago

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.


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: 42 Mbyte, after re-packing
some 41 kbyte.

To run the test during build:

* Download the full upstream tarball from
https://bitbucket.org/ripencc/bgpdump/downloads
* Unpack the test files:
$ tar --wildcards --strip-components=1 -xjvf .bz2 '*/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).