Skip to content

v1.1.0

Compare
Choose a tag to compare
@pierky pierky released this 06 Dec 14:59
· 473 commits to master since this release
  • Improvement: multihop support.

    For BIRD, this option can be configured only when path-hiding mitigation is turned off.

    More details on GitHub #61.

  • Improvement (BIRD only): allow count_rejected_routes: True in BIRD 2.0.7 when the patch is used.

    A patch for BIRD 2.0.7 was released to address the bug that leads the daemon to crash when a configuration is built using count_rejected_routes: True. This release adds a new locally meaningful fictitious version of BIRD that can be used to overcome the limitation enforced in ARouteServer 1.0.1, by signalling to the tool the usage of a patched version of BIRD (--target-version 2.0.7+b962967e).

    See the notes for the 1.0.1 release for more details.

  • New: Add support for OpenBGPD/OpenBSD 6.8 and OpenBGPD Portable 6.8p1, also added to the integration testing suite.