Changelog for
gobgp-3.28.0-lp155.1.6.x86_64.rpm :
* Mon Jul 01 2024 Martin Hauke
- Update to version 3.28.0 https://github.com/osrg/gobgp/releases/tag/v3.28.0- Update to version 3.27.0 https://github.com/osrg/gobgp/releases/tag/v3.27.0- Update to version 3.26.0 https://github.com/osrg/gobgp/releases/tag/v3.26.0
* Sun Apr 07 2024 Martin Hauke - Update to version 3.25.0 https://github.com/osrg/gobgp/releases/tag/v3.25.0
* Sun Mar 03 2024 Martin Hauke - Update to version 3.24.0 https://github.com/osrg/gobgp/releases/tag/v3.24.0- Update to version 3.23.0 https://github.com/osrg/gobgp/releases/tag/v3.23.0- Update to version 3.22.0 https://github.com/osrg/gobgp/releases/tag/v3.22.0- Update to version 3.21.0 https://github.com/osrg/gobgp/releases/tag/v3.21.0
* Wed Nov 01 2023 Martin Hauke - Update to version 3.20.0 https://github.com/osrg/gobgp/releases/tag/v3.20.0- Update to version 3.19.0 https://github.com/osrg/gobgp/releases/tag/v3.19.0- Update to version 3.18.0 https://github.com/osrg/gobgp/releases/tag/v3.18.0
* Sun Aug 27 2023 Martin Hauke - Update to version 3.17.0 https://github.com/osrg/gobgp/releases/tag/v3.17.0
* Sat Oct 01 2022 Martin Hauke - Update to version 3.7.0
* mup: handle Type 1 ST Route Prefix as Prefix instead of single address.
* pkg/internal/zebra: remove duplicate errorcheck.
* cli: Add local-as attribute in neighbor cmd.- Update to version 3.6.0
* mup: fixes for BGP-MUP.
* pkg/packet/bgp,api: add SRv6 behavior for SRv6 MUP.
* test: add scenario test for BGP-MUP SAFI and Extended Community.
* cli: initial support for BGP-MUP SAFI and Extended Community.
* pkg/packet/bgp: initial support for BGP-MUP SAFI and Extended Community.
* packet/bmp: enable parsing/serializing add-path-enabled BGP updates.
* server: handle uuid error in AddPath API.- Update to version 3.5.0
* no functional changes
* Sat Jul 02 2022 Martin Hauke - Update to version 3.4.0
* fix(cmd/gobgp): parse listen-port as u16, not i16.
* fix S1001 linter error.
* Fix panic in table.GetLongerPrefixDestinations() with invalid. cidr.- Update to version 3.3.0
* Listener Queue: reduce length.
* Add keywords (e.g., blackhole, srte) in ignore.txt .
* Support FRRouting 8.2 and introduce zebra.Software structure.- Update to version 3.2.0
* Expand first use of BGP acronym in Readme.
* Add the possibility to choose the local port in the TCP connection to a peer.
* cmd: avoid deprecated string.Title API.
* Sat Apr 02 2022 Martin Hauke - Update to version 3.1.0
* Fix IPv6 nlri empty path identifiers with PathAttributeMpReachNLRI
* documentation : BGP-SR via python grpc example
* cmd/gobgp: Fix deprecated grpc.WithInsecure
* optimised ExtCommunityCondition.Evaluate() by caching community string
* pkg/packet/bgp: fix PathAttributeUnknown output format- Update to version 3.0.0
* fix gobmp mrt command downtime
* Enable match-prefix-set policy for vpnv4/vpnv6 prefixes
* clean up FQDNCapability message
* make output of gobgp mrt pretty
* add filename variable DisableMrtRequest
* Add ListBmp API
* fix mrt proto typo
* cmd/gobgp: fix missing pre policy
* Ensure EndOfRibReceived is always cleared on Peer Down
* table: fix Path ToLocal() to set PathId
* fix WatchEvent API delay
* fix bmp crash
* fix bmp configuration via grpc
* fix bmp regression due to WatchEvent API
* Add WatchEvent API to replace MonitorPeer and MonitorTable
* Fix spelling of LinkBandwidth
* server: fix output of gobgp rpki server
* server: silence bogus warning on sockets
* update completion
* update scnario tests doc and script
* server: make MonitorTable callback usable with UseMultiplePaths
* decouple logging
* api: defines LsOspfRouteType enum for LsPrefixDescriptor
* api: corrects typo in validation reason enum (s/reasot/reason/)
* switch to Go API v2 for protobuf
* Wed Dec 01 2021 Martin Hauke - Update to version 2.34.0
* Fix SR segment label unmarshaling
* Bypass as-path loop filtering on locally injected routes
* Add SIGINT as shutdown signal
* Stop gRPC server when stopping GoBGP server
* tests: Check if link-local address is really link-local
* bgp: Make sure we don\'t pass non-link-local address as link-local
* doc: Adjust documentation for link-bandwidth extended community
* tests: Add BGP link-bandwidth extended community basic tests
* bgp: Implement BGP link-bandwidth extended community
* fix #2479: add route-server-client and route-reflector-client neighbor
* Wed Nov 03 2021 Martin Hauke - Update to version 2.33.0
* table: keep receiver name the same
* tests: Check if ValidateOpenMsg() works agains router-id validation
* bgp: Validate router-id against 0.0.0.0 and ASN-wide
* chore: fix linting ineffassign and redundant type from array, slice, or map composite literal
* tests: Check if we return an error and not crash if r.Peer is nil
* server: Do not crash the server if an empty request over gRPC
* Return MpGracefulRestart.State in ListPeer() api call
* Wed Oct 13 2021 Martin Hauke - Update to version 2.32.0
* Pass BGPUpdate message even on error
* internal/pkg/table: remove debug logging from Destination.Calculate- Update to version 2.31.0
* pkg/packet/bgp: avoid copying PrefixDefault lock in Test_CompareFlowSpecNLRI
* pkg/packet/bgp: add mutex to PrefixDefault to avoid data race
* Update the hold timer when a BGP Update message is received
* Fix extended-nexthop & add-path capability parsing.
* Add support for the gRPC client to connect on a unix domain socket
* server: fix ListVrf api to handle Name member—
* Sun Aug 01 2021 Martin Hauke - Update to version 2.30.0
* Use BGP_HEADER_LENGTH instead of 19 in the code
* fixed possible crash if nlriToIPNet result is null
* Thu Jul 01 2021 Martin Hauke - Update to version 2.29.0
* Handle ttl-security option correctly
* added check on data length for SRv6EndpointBehaviorStructure and SegmentTypeB, others minor fix
* fix UnmarshalSRSegments for SegmentTypeB
* add support of the optional \"SRv6 Endpoint Behavior and SID Structure\" in segment type b
* fix marshal and unmarshal
* wip SegmentTypeB without SRv6 Endpoint Behavior and Structure
* SegmentTypeB proto definition
* zebra: close the incoming channel
* Add support for encap tunnel in extended communities in policy.md.
* Add support for encapsulation tunnel type in the extended community support in gobgp policy.
* Tue Jun 08 2021 Martin Hauke - Update to version 2.28.0
* rfactor: nlri/nexthop requires MP will get MP explicitly already. so we can safely remove the MP_REACH_NLRI from ipv4_uc with ipv4 nexthop
* Add FQDN capability
* Fixed dead lock bug caused by hold-time expiry
* cmd/rpki: support delete api
* Thu Jun 03 2021 Martin Hauke - Initial package, version 2.27.0