Skip to content

Releases: osrg/gobgp

v2.23.0

01 Jan 13:43
Compare
Choose a tag to compare

Changelog

496b372 v2.23.0
839495d fixed mistype
0558066 fixed possible crashes on parsing of bgp messages
5aa7108 Enable IPv6 and IPv4 labeled prefixes to match against prefix set in policy
066e791 change comments
c091ec6 interop fix

v2.22.0

02 Dec 00:33
Compare
Choose a tag to compare

Changelog

b5913a2 v2.22.0
283659d fix linting errors
57068b1 Add documentation, fix typo in proto and add marshal for tunne encal sub tlvs
ffe50e8 Add SR policy documentatiom
6e4eb28 Add missing marshal of Prefix SID path attribute
cb0c7ce Unit tests and dependencies
0422c60 Code changes
63b958b API chages
aa1272d set shutdownWG to nil after stopBGP finished
b55c32c Support of FRR7.5
c5dcfb7 dependency and spellchecker update
48e55b7 code changes
66413b5 API changes
17d0b3c fix wrong vrf neighbors display
b44362f api: keeps backward compatibility when extending LsAddrPrefix
c0d75f7 updates NLRI marshaller to include added fields
c595b56 api: adds LS attributes to LsAddrPrefix
9a5c7f3 ci: use ubuntu 18.04 for all jobs
3df131c server: fix conversion from api.RouteAction to config.DefaultPolicyType
3d51923 make CI faster
e67e373 Stop CI on Travis CI
c297c0b server: handle bogus addpath argument
46b15a7 run ci on github actions
e428529 config: fix Peer Group AddPath Config
393d82f Adding gRPC support for modified logging level
01aa3f2 Fix missing args in server tests
5c979fe Use MonitorTableRequest.Name to filter by peer

v2.21.0

01 Nov 14:30
Compare
Choose a tag to compare

Changelog

7ce0ddd v2.21.0
3d3d6f3 api: add ListPathRequest's option to get binary of nlri and attributes
e6eb1da fix stuck route
0ac9ac9 packet: handle malformed prefix len
22d745f server: fix ListPolicyAssignment to handle empty policy
98b017d README: remove slack status
0aff30a fix #2289: improve regex to give expected results
4e41131 README: update slack link

v2.20.0

01 Oct 21:51
Compare
Choose a tag to compare

Changelog

43da41a v2.20.0
1ee998c bugfix: fix a panic when delete neighborset (all) by name directly
f15ecf8 remove incomingCh when deleting dynamic peer
af37271 added .env file for vscode to find test/lib module replace is not exp in *_test.py files to suppress python syntax warning with py3
a4d5d00 best path selection - compare neigh addr

v2.19.0

06 Aug 05:59
Compare
Choose a tag to compare

Changelog

c6f0eba v2.19.0
7d6b9e7 Update zebra.md to fix markdownlint error
efeb8c5 zebra: refactoring and fix bug and add processing messageBackupNexthop (added in frr7.4)
6178fc5 implement LsAddrPrefix marshal json function
ffa47a6 fix fragment with ether-type
2dbb18f server: don't send empty ExtendedNexthop capability

v2.18.0

01 Jul 14:46
Compare
Choose a tag to compare

Changelog

b9c00dd v2.18.0
789d548 goreleaser: disable cgo completely
8cadc75 Add //go:generate stringer directives for public enum types.
210696d Regenerate stringer code for public enum types.

v2.17.0

02 Jun 12:57
Compare
Choose a tag to compare

Changelog

33e3bb6 v2.17.0
833188f extend attributes proto for Prefix SID support
95745b6 fix ipv6 nexthop
a8ed57e address more static check failures
52fc48e cleanup go dependencies
3a6211a Addressing review comments
7bdaeb3 remove debug messages
1f01ec2 Finish methods and restructure files
9251c7a code Decode and Serialize for Prefix SID types and add unit tests
cd4b9c5 add unit test to help with development
a9232e3 add object definitions
e3001f9 additional changes
8409507 coding the feature
f11ece9 adding prefix_sid_attr

v2.16.0

01 May 04:20
Compare
Choose a tag to compare

Changelog

df76b27 v2.16.0
cf572bc Refactoring Zebra and supporting frr7.3
f11b9c7 Add BGP-LS SRLG support
3bdfaf9 travis-ci: update ubuntu docker package url

v2.15.0

01 Apr 11:13
Compare
Choose a tag to compare

Changelog

7096117 v2.15.0
1f08348 packet: fix typos
ec9cb7a packet: silence staticcheck warning
750aa23 fixed naming issue, removed one more error allocation
80f18d5 optimized packet/mrt allocations, mostly by reuse of error values
a5f98d5 replaced fmt.Sprintf with strconv.Itoa for Protocol.String()
ff36bb9 optimized allocations in packet/bgp validations
2ef8db0 optimized allocations in packet/bgp
136c822 fixed style: unnecessary type cast after type switch and some minor issues.
077e3aa optimized EVPNMacIPAdvertisementRoute, SerializeExtendedCommunities and PathAttributeIP6ExtendedCommunities allocations.
03f864a docs: update cli output

v2.14.0

02 Mar 02:07
Compare
Choose a tag to compare

Changelog

4288502 v2.14.0
15eb09c bgp: silence statickcheck errors
659ef4b add summary command for vrf to cli #2235
789664e add support GetTable method for vrfs #2235
9291621 travis: use docker 17.03
46401a2 fix panic in Family == nil
7581d9a github: fix release action to generate proper changelog