Skip to content

0.9.24

Choose a tag to compare

@github-actions github-actions released this 08 Sep 09:23
· 76 commits to main since this release

RtBrick BNG Blaster Version 0.9.24

This release adds limited ECMP support for BGP and LDP. We now accept incoming traffic on an interface different from the one used for sending. For example, if eth0 and eth1 are part of the same ECMP group and BGP is configured to use eth0, all outbound traffic will still be sent via eth0. However, responses received on eth1 will also be accepted. If eth0 goes down, we stop sending, so in this setup any interface flapping must occur on eth1.

New Features

  • add basic ECMP support (allow RX on other interface than TX) for BGP and LDP (IPv4 and IPv6)
  • add MED attribute to bgpupdate using --med XXX

Fixes

  • fix ISIS networks (set host bits to zero)
  • fix lspgen refresh from config file (#333)

Full Changelog

https://github.com/rtbrick/bngblaster/compare/0.9.23..0.9.24