github Exa-Networks/exabgp 4.2.0
ExaBGP 'setuptools' Release

latest releases: debian/sid/4.2.21-2, debian/sid/4.2.21-1, 4.2.21...
4 years ago

Version 4.2.0:

  • Feature: Support additional sub-type of BGP-Prefix-SID for SRv6-VPN
    patch by: Hiroki SHIROKURA
  • Fix: issue with pypi release (can not pip install)
    reported by: Thomas Faivre
  • Fix: on 'restart' config could improperly interference with current config which leads to inconsystent state and crash
    patch by: Alexander Petrovsky
  • Feature: "rate-limit" (per neighbor) limit the number of BGP message(s) handled per second
  • Feature: support draft-ietf-idr-flowspec-redirect-02 (previously only simpson was supported)
    patch by: Eli Lindsey
  • Feature: BGP LS IPv6 parsing support
    patch by: Tinus Flagstad
  • Feature: healthcheck handle loopback for non-Linux machines
  • Fix: use local IP for router-id when the peer is auto-deteted (and not the remote IP)
  • Fix: potential python3/python2 bytes vs string issues when generating updates
  • Fix: label is mandatory when using RD, force it, and perform better checks on the configuration
  • Fix: sending route-refresh message via the API was broken
    reported by: Konrad Zemek
  • Fix: make sure exabgpcli does not hang when exabgp.api.ack is set to False
    patch by: basyron
  • Fix: not correctly recording AFI for next-hop self use
  • Fix: removal of ip address by healthcheck
    patch by: wavezhang
  • Fix: healthcheck on ^C during time.sleep, exit gracefully
  • Fix: healthcheck do not fail if the IP address exist when we are trying to add it
  • Fix: healthcheck correctly remove the IP address on going down if it was added
  • Fix: bug when parsing passive keyword alone (was false not true)
  • Fix: was not always terminating with error code 0 when all was good
    patch by: badrabubker
  • CHANGE: large change to the configuration code (should not have any effect but the devil is in the details)
  • CHANGE: using next-hop self could lead to route generated with a IPv6 next-hop in the IPv4 next-hop
    This COULD have been accepted by peers. This version does prevent such generation.
  • CHANGE: resolve symlink when reading the file and not when parsing the configuration
    reported by: juise (with alternative patch - thank you)
  • CHANGE: the reactor was changed from using select to poll (removing the 1024 limit on connections)
  • CHANGE: rewrote setup.py, moving release code into another file

Don't miss a new exabgp release

NewReleases is sending notifications on new releases.