Releases: bgpfix/bgpipe
v0.9.0
ADD_PATH and grep
This release brings ADD_PATH support, largely contributed by @netixx in bgpfix/bgpfix#5
Another new feature is the grep
stage, which can filter BGP messages based on various matches.
The bgpipe CLI now has a few new options, including --caps
that lets you specify the capabilities you need in JSON format.
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.