v0.8.8
RIPE 88 release
This is a release for RIPE88 talk on bgpipe during the Routing WG, see https://ripe88.ripe.net/programme/meeting-plan/routing-wg/
Used the opportunity to bump the version number, and break the 1-1 relation of version numbers vs. the BGPFix library, which we likely won't maintain in the future anyway.
Silent by default
The highlight is that now bgpipe is silent by default. In order to get JSON output to stdout, use the --stdout
(short -o
) flag to restore previous behavior, or use the new --stdout-wait
(short -O
) to start printing to stdout after an End-of-RIB marker has been seen in the session. Alternatively, for more control, please use the stdout
stage somewhere in your pipeline.