Skip to content

Releases: bgpfix/bgpipe

v0.9.0

04 Oct 13:08
Compare
Choose a tag to compare

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

22 May 12:26
53488a4
Compare
Choose a tag to compare

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.

Full Changelog

v0.2.0...v0.8.8

v0.1.5

31 Oct 13:51
Compare
Choose a tag to compare

Fix AS origin-based prefix limits.

v0.1.4

30 Oct 23:58
Compare
Choose a tag to compare

Added "limit" stage

v0.1.3

26 Oct 11:04
Compare
Choose a tag to compare

Alpha release.

v0.1.0

25 Oct 19:19
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Alpha release with a usable "exec" stage.