mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
8b19a3e57c
PR: 239953 Submitted by: Anton Yuzhhhaninov <citrin+pr@citrin.ru> Approved by: mjl@luckie.org.nz (maintainer) Relnotes: https://bitbucket.org/ripencc/bgpdump/src/default/ChangeLog
20 lines
491 B
Plaintext
20 lines
491 B
Plaintext
This is libbgpdump - a C library designed to help with analyzing dump
|
|
files produced by Zebra/Quagga or MRT.
|
|
|
|
File formats:
|
|
- MRT RIB dump
|
|
- Zebra/Quagga format
|
|
- These may be gzipped and/or passed in through stdin
|
|
|
|
Entry formats:
|
|
- MRT routing table dump entries
|
|
- Zebra/Quagga BGP records:
|
|
- BGP messages (OPEN, UPDATE, NOTIFY, KEEPALIVE)
|
|
- BGP state changes
|
|
|
|
See also:
|
|
|
|
https://bitbucket.org/ripencc/bgpdump/
|
|
|
|
WWW: https://www.ris.ripe.net/source/
|