Releases: smartbgp/yabgp
Releases · smartbgp/yabgp
Release 0.8.3
- 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
Release 0.8.2
- 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
Release 0.8.1
- bug fix
- Python 3 support improvement
Release 0.8.0
- 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.
Release 0.7.0
- more tlvs support for linkstate
Release 0.6.0
release 0.6.0 Signed-off-by: Peng Xiao <[email protected]>
bugfix
version 0.5.2 Signed-off-by: Peng Xiao <[email protected]>
Version 0.5.0
- BGP LinkState updated
Version 0.4.1
- sr-policy support update (@meidli )
- evpn support update (@sanjmonkey )
- some bug fixes and docker support
Version 0.4.0
- flowspec API JSON support improvement
- ext-community API JSON format improvement
- API handler init