Smartbgp Yabgp Versions Save

:bowtie:Yet Another BGP Python Implementation

v0.8.3

2 years ago
  • support for IPv6 flowspec
  • fix windows compatibility by using radix instead of subnettree
  • updated twisted version from 16.0.0 to 20.3.0
  • app api for sending binary update
  • new link attribute type 1173
  • redirect-vrf extend attribute

v0.8.2

4 years ago
  • Ipv4 unicast label withdraw
  • Ipv4 unicast in MP_REACH_NLRI
  • community: demilitarized zone link bandwidth
  • large community
  • Sr policy new parameters: Explicit NULL Label Policy, Policy Name, Policy Priority, Remote Endpoint

v0.8.1

5 years ago
  • bug fix
  • Python 3 support improvement

v0.8.0

5 years ago
  • save in and out adjacency rib into memory, the feature can be opened or closed in start option.
  • support getting BGP path attributes by prefix from in or out adj rib.
  • support getting optimal prefix by ip address from incoming adj rib.
  • expose five BGP timer to start option.
  • manually start and stop session with no need to stop process.
  • save in and out rib update version number for each address family.

v0.7.0

5 years ago
  • more tlvs support for linkstate

v0.6.0

5 years ago

v0.5.2

6 years ago

v0.5.0

6 years ago
  • BGP LinkState updated

v0.4.1

6 years ago
  • sr-policy support update (@meidli )
  • evpn support update (@sanjmonkey )
  • some bug fixes and docker support

v0.4.0

6 years ago
  • flowspec API JSON support improvement
  • ext-community API JSON format improvement
  • API handler init