Skip to content

Releases: osrg/gobgp

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

v2.13.0

01 Feb 11:09
Compare
Choose a tag to compare

Changelog

f56e8b4 v2.13.0

v2.12.0

01 Jan 13:26
Compare
Choose a tag to compare

Changelog

a4b688a v2.12.0

v2.11.0

02 Dec 10:34
Compare
Choose a tag to compare

Changelog

8f02912 v2.11.0
416445b tools: add python grpc ListPeer API example
79a9e20 docs: update python grpc code generation
72a0e55 Use correct import paths for protobuf packages

v2.10.0

01 Nov 11:52
Compare
Choose a tag to compare

Changelog

a42a1a5 v2.10.0
cd4fee4 bgp: fix dynamic neighbors with prefix "0.0.0.0/0"
ef3a967 config: peer groups support ebgp multihop
da20a05 travis: update go to 1.13
ce62ea6 table: handle staticcheck's warnings
2e05695 avoid installing routes with originator ID to global when softresetin
b4e2d9e table: replace radix with crit-bit algo for longer-prefixes search
6e81f59 table: replace radix with crit-bit algo for policy
a2a72e3 table: remove unnecessary code in UpdateAdjRibOut()
70bf80a table: replace radix with crit-bit algo for roa
98a539a Split Reset into three methods
5c5deac table: use net.IPNet for roa instead of homegrown IPPrefix structure
a1a523a move roa table code to table/ from server/
f1f0f77 test: update scenario_test dependencies
75cf2de test: update scenario_test command
853944f server: speed up session establishment
19e9900 test: rm pipework functions
2457948 need to reset session when gr config is changed
a464d93 docs: update bmp verification section
2941202 Fix adj-out display with add path enabled
0794811 Transition to graceful restart state on hold timer expiry if applicable
0235f7c Support vrfs in zapi multipath
bfb371d Avoid locking in cases that return immediately
65929fe Keep Lock and defer Unlock together
ea87564 Remove policy from FSM
1c8da63 gobgp: fix rpki table printing
0da37b0 Maintain unique vrf IDs in watchEventBestPath vrf map
6f3cb40 Update adjrib for LLGR and preserve aslooped attr

v2.9.0

01 Oct 11:06
Compare
Choose a tag to compare

Changelog

93beafe v2.9.0
2219380 Fix crash on nonexistent vrf delete
7426699 table: add NewSingleAsPathMatch unittest
e193217 table: fix SingleAsPathMatch pre compiled pattern
5a48332 table: add more tests for adj
589fdea table: implement adj-in table use routing table structures
21093fb server: improve ListPath's performance
682e42c table: improve table.Info for global rib
03f8fb2 docs: update rpki config
25438b2 execute rpki validation for policy only when it's necessary
07e70de server: fix mrt injection race
a2ecd78 Fix nexhop overwrite with gobgp mrt inject --no-ipv6 --nexthop x.x.x.x