Skip to content

Releases: osrg/gobgp

v3.12.0

01 Mar 12:38
Compare
Choose a tag to compare

Changelog

  • 98442f6 v3.12.0
  • 8da98c8 Update x/net to 0.7.0
  • d286504 pyang_plugins: add MUP SAFI to YANG definition
  • e15e76f packet/bgp,mup: fix prefix format in Type 1 ST route

v3.11.0

31 Jan 23:18
Compare
Choose a tag to compare

Changelog

  • e53d531 v3.11.0
  • c556ca4 Add SoftwareVersion capability
  • 1a94820 Use concat instead of Sprintf for PathAttributeInterface
  • ac6e229 Use concat instead of Sprintf for RouteDistinguisherInterface
  • a5c3b0b Use concat instead of Sprintf AddrPrefixInterface
  • c61ef62 packet/bgp,mup: fix decode Interwork Segment Discovery route
  • 033cfdb add Extract for LsBgpPeerSegmentSID
  • 18b04d2 Marshal and Unmarshal BgpPeerSegmentSID
  • cfb39b1 re-design BgpPeerSegment protobuf
  • 82aebc2 Create LsBgpPeerSegmentSID struct
  • 37f04b3 Refine LsNodeNLRI and LsLinkNLRI stringify
  • a555074 Fix show results of LsAttributes
  • 7651e60 Add NewLsAttributeTLVs functions
  • 5b9a306 Add BGP-LS gRPC
  • 17eb68a add test for BGP-LS EPE
  • d1cd6b3 BGP-Confederation for BGP-LS EPE
  • 9026872 evpn type2 use in graceful restart crash Gobgp will crash when use evpn type2 sync in graceful restart and peer(crash or out by kill -9/reboot)

v3.10.0

01 Jan 02:57
Compare
Choose a tag to compare

Changelog

v3.9.0

03 Dec 02:00
Compare
Choose a tag to compare

Changelog

  • 9b49d2f v3.9.0
  • dc328dc cli,mup: add support for filtering MUP routes with route type
  • 82b708a cli,mup: show TEID,QFI,Endpoint for Type 1 ST Route
  • 411667d mup: fix route key for Type 1 ST Route
  • b2be005 Correct value of bsid in grpc list path
  • a3f1d8c Add enable_only_binary flag to grpc ListPath method
  • 9d89241 pkg/packet/bgp: initial support for BGP VPLS

v3.8.0

01 Nov 23:49
Compare
Choose a tag to compare

Changelog

  • e2161ac v3.8.0
  • 629b2c1 api,mup: remove unused prefix_length field in MUPInterworkSegmentDiscoveryRoute
  • bb6fd19 mup: fix decode/serialize prefix in Interwork Segment Discovery Route
  • 162eae6 grpc: fix goroutine leak in WatchEvent
  • 3bcf762 docs: add srv6_mup.md
  • cc75b03 cli,mup: support Prefix SID in Interwork/Direct Segment Discovery route
  • 0f377b3 api,pkg/packet/bgp: fix SRv6 Endpoint Behavior for MUP values
  • b77c0ce cli,mup: add mup option to t2st
  • 30b9599 pkg/packet/bgp: refactor Prefix-SID
  • 0a18fce Fix typo in SRv6 SID Structure Sub-Sub-TLV
  • 97ef13f ci: update actions

v3.7.0

01 Oct 03:05
Compare
Choose a tag to compare

Changelog

  • da00912 v3.7.0
  • 975db96 mup: handle Type 1 ST Route Prefix as Prefix instead of single address
  • 086c8c9 pkg/internal/zebra: remove duplicate errorcheck
  • c521e95 ci: add push event for ci trigger
  • bd5a566 docs: Update badges on README
  • ed0b7f9 cli: Add local-as attribute in neighbor cmd

v3.6.0

01 Sep 11:34
Compare
Choose a tag to compare

Changelog

  • cd4eec6 v3.6.0
  • 6966da9 mup: fixes for BGP-MUP
  • 06af56e pkg/packet/bgp,api: add SRv6 behavior for SRv6 MUP
  • 1f024af test: add scenario test for BGP-MUP SAFI and Extended Community
  • 9d20f2f tools/spell-check: add teid to dictionary
  • 438f246 cli: initial support for BGP-MUP SAFI and Extended Community
  • 3e31939 pkg/packet/bgp: initial support for BGP-MUP SAFI and Extended Community
  • a5bb236 packet/bmp: enable parsing/serializing add-path-enabled BGP updates
  • 2c493b5 ci: use ubuntu-20.04
  • 42a5f1d server: handle uuid error in AddPath API
  • 49a3897 fix markdownlint warnings
  • f862a96 fix staticcheck warnings

v3.5.0

05 Aug 10:23
Compare
Choose a tag to compare

Changelog

v3.4.0

02 Jul 12:29
Compare
Choose a tag to compare

Changelog

  • 047e107 v3.4.0
  • 4df7710 fix(cmd/gobgp): parse listen-port as u16, not i16
  • 89735e9 fix S1001 linter error
  • 1519b5b Fix panic in table.GetLongerPrefixDestinations() with invalid cidr

v3.3.0

02 Jun 22:14
Compare
Choose a tag to compare

Changelog

  • 52399b3 v3.3.0
  • 6d3dfb4 Bmp changes
  • fc6fa7c Listener Queue: reduce length
  • b68cebc Add keywords (e.g., blackhole, srte) in ignore.txt
  • 157a768 Support FRRouting 8.2 and introduce zebra.Software structure.