Skip to content

Update module github.com/osrg/gobgp/v3 to v4 (main)#196

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-github.com-osrg-gobgp-v3-4.x
Open

Update module github.com/osrg/gobgp/v3 to v4 (main)#196
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-github.com-osrg-gobgp-v3-4.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Mar 24, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
github.com/osrg/gobgp/v3 v3.37.0v4.6.0 age confidence

Release Notes

osrg/gobgp (github.com/osrg/gobgp/v3)

v4.6.0

Compare Source

Changelog

  • 5151100 GoBGP 4.6.0
  • 84a98f8 server: withdraw policy-filtered routes on soft reset out
  • 41e47a8 fsm: Do not emit warnings upon receiving notification
  • 748e233 server: don't treat unestablished GR peers as having sent EOR
  • c4fd8f2 pkt/server: return error instead of panic on invalid SourceId in AddPathStream
  • d43ff16 feat: add as-path-options params for peer-group api and config parser
  • 1affa9a docs(bfd): add docs for using and configuring bfd session state detection
  • e0d6b99 fix(table): preserve last action for the same path in coalesced updates
  • f9448f0 feat: add local caps and peer-group to watchEventPeer
  • 77a5cb0 fix(bfd): fix peer shutdown, remote down, and default port
  • 4ebc2d3 fix(bfd): fix goroutine leak, safe public API, remove read event loop
  • 0aef2d8 feat(bfd): add BFD server and peer state machine
  • 89ec8ad fix(cmd): avoid nil pointer panic in CLI when NLRI cannot be decoded
  • f0a540b feat(table): extract communityAnyIndex and add fast match for ext-comms
  • df0fb4d table: Do not emit warnings upon no-op withdrawals
  • 78d1c56 fsm: Do not emit warnings upon sending notification
  • c246294 refactor(table): drive UpdatePathAttrs from PeerInfo only.
  • accb63b feat(table): extend PeerInfo and add peer-group helpers for policy paths Expand PeerInfo with PeerType, route-server flags, remove-private-as, peer group name, and related neighbor/group fields so table logic can treat peer-group shared-policy paths consistently with per-peer paths.
  • a89819e refactor(config): move IsConfederation methods from Neighbor to Global
  • 3be7559 perf(table): bitmap-based fast path for standard BGP CommunitySet
  • ace3800 fix(server): compare ECMP paths against best path, not predecessor
  • ed9ec4f fix(cmd/gobgp): allow multiple RTs in mup route commands
  • 941f597 packet/bgp: propagate errors and enforce length bounds in BGP-LS NLRI decoders
  • 5d52dd1 packet/bgp: prevent nil pointer panic in TunnelEncapSubTLVSRBSID String and MarshalJSON
  • 7b3e555 packet/bgp: reject malformed MPLS label stacks missing bottom-of-stack bit
  • b6bfd5d apiutil: add tests for UnmarshalSRSegments nil Flags and round-trip
  • b22177e fix(apiutil): nil-safe Flags access in UnmarshalSRSegments
  • f02ca39 packet/bgp: enforce CapLen boundary in BGP OPEN capability decoders
  • 2ee365d fix: preserve unknown IPv6 Extended Communities in round-trip encoding
  • dd70de7 fix: evpn type2 handling without ip
  • 3072fe9 fix: nil pointer dereference for local paths in WatchPostUpdate

v4.5.0

Compare Source

Changelog

  • 5f19106 GoBGP 4.5.0
  • 264380b fix bgp-ls mt-id rib collision
  • 7899bb9 docs: recommend GOAMD64=v3 for maximum performance on AMD64
  • 8448d2c correct sub-TLV length validation in BGP-LS decoders
  • 010d6a5 feat(bfd): align BFD API
  • 90adc4a feat(bfd): align BFD schema with OpenConfig conventions
  • 4be569a feat: propagateBucket
  • a50fb45 feat: zebra client nexthopCache need to be accessed under lock
  • d60caf4 stopNeighbor under write lock
  • 57c66ea add FSMHandler race tests
  • d1cc36a s.shared.mu.RWLock
  • d6deb01 feat(bfd): parse and encode Diagnostic field per RFC 5880 §4.1
  • 4d989d8 feat: consistent routing update
  • 35aa05a fix(rtc): fix VPN path indexing — track best path (no-add-path) or all path-IDs (add-path)
  • ae1a568 feat(bfd): add RFC 5880 BFD packet codec
  • 8de689f chore(spell): add reuseaddr to spell-check dictionary SO_REUSEADDR is a standard POSIX socket option name; scspell3k doesn't recognize the combined token 'reuseaddr'.)
  • 4d098c9 feat(netutils): add SetUDPTTLSockopt and SetReuseAddrSockopt helpers
  • d12f363 watcher: serialize new watcher registration
  • 9aec25f bmp: fix reconnect on write error
  • 640b3a6 table: eliminate string round-trips in Select for IPv4/IPv6 UC
  • 00c7a4b table: fix shorter-prefix lookup returning only the first match for IPv4/IPv6 UC
  • be2b9e9 apiutil: fix wrong lookup option when converting from proto enum
  • d2d2be3 table: skip paths with unconfigured family in AdjRib.Update
  • 35adaa5 zebra: use netip.Addr as nexthopStateCache key
  • 153a25e test: use assert_several_times in zapi_v3 test
  • 83c341d test: replace OSPF with static routes in zebra-nht test
  • e26c0cc table: add unit test for new path with invalid nexthop
  • b21a8a7 test: expand unit tests for nexthopStateCache
  • 62e965a feat: (table/server) add VPN path RT index for O(1) RTC candidate lookup
  • 631de4c fix: rpki server listing panics
  • 97ca4e7 test: increase NHT test timeouts for CI stability
  • f20b97a server: fix nil pointer dereference in prePolicyFilterpath
  • b4e240e table: treat nexthop-invalid best path as no best in GetChanges
  • 075fb4c feat: rework RTC handling with RouteTargetMembershipHandler
  • c86f89e Coalesce outgoing BGP UPDATE messages
  • 11d0013 fix: ipv6 link local address with zone
  • 0d2f89d refactor: replace rtc handling logic to separate place. Key changes: 1. Move rtc registering logic to separate file 2. A little name and comments refactoring 3. Unit tests for rtc registering logic
  • 7cdba63 server: fix goroutine leak when WatchEvent outlives Serve
  • 9695ed2 Replace rtCounter (map[uint64]int) with adjRTSet (map[uint64]map[adjRTKey]struct{})
  • 55e5242 ci: replace bufbuild/buf-setup-action with go install
  • f4143fe ci: update GitHub Actions to Node 24 compatible versions
  • 0534445 fix bmp config map issue
  • a81d63d gobgpd: Fix printing of help message
  • 4643cba Add security policy for vulnerability reporting
  • 2df9ff3 atomic peerinfo or lock prefixLimitWarned, llgrEndChs
  • 9b36d84 server: Use State instead of Config to determine GR-enabled peers in StopBgp

v4.4.0

Compare Source

Changelog

  • 12b4eba GoBGP 4.4.0
  • 7e767a8 packet/bgp: use buffer length for sr-policy segment list parsing loop condition
  • f9f7b55 packet/bgp: fix infinite loop when decoding srv6 unknown sub-TLV types
  • f842cdf packet/bgp: prevent uint16 underflow in BGP-LS sub-TLV length tracking
  • 76d9110 packet/mrt: fix uint16 underflow in parseRibEntry path attribute loop
  • bc77597 packet/bmp: validate ParseBody input length before reading fields
  • 51ad1ad packet/bgp: Fix AIGP PathAttribute parser to return errors
  • 215aee0 fix: prevent nil dereference on BGP UPDATE validation and fix variable shadowing
  • 2814e72 fix: handle keepalive write error in openconfirm state
  • 60f548e netip: use github.com/gaissmai/bart Trie
  • 52fa007 build(deps): bump google.golang.org/grpc from 1.73.0 to 1.79.3
  • ad39ab1 test: fix race in TestWatchEvent
  • af16fb5 remove Locked suffix on internal API
  • af29736 cleanup Destinations RLock, iterate on per shard lock
  • 89b5acd adj.walkActive
  • 835fb96 table manager cache maxPathCounted
  • b48d135 table destination SelectDestinationLocked
  • 44a9abc table manage don't expose internal maps
  • 0ababab table/path: fix race on attrsHash
  • 91337e9 tests: add race tests for table manager
  • b55a5db EVPNMacNLRIs thread safe
  • 5a62b66 table manager lock
  • 49e5a2a table dest shard locks
  • 4819eb3 Fix linting
  • fbf326d test: reduce zebra-nht nexthop-cache-warm timeouts
  • b7c841e table: add unit tests for NHT path invalidation
  • b153964 zebra: fix nexthop-unreachable skip check in applyToPathList
  • c398043 server: return error when Family is not set in AddPath API
  • b0f41d8 Fix nexthop validation logic in PathAttributeMpReachNLRI serialization
  • 1ecd7ba fix nexthop length mismatch in NewPathAttributeMpReachNLRI
  • 7d8407f Fix assertion to check for maximum BGP message length in MP-NLRI tests
  • 04ea4d5 Fix extended-length attribute header calculation in packerMP
  • 150e672 Pack multiple NLRIs into MP-BGP UPDATE messages
  • 2b09db3 packet/bgp: fix CapFQDN.DecodeFromBytes ignoring DomainNameLen
  • 67c0594 packet/bgp: fix CapSoftwareVersion.DecodeFromBytes
  • 8cbf83d server: Strip LOCAL_PREF from eBGP peers
  • f0f24a2 packet/bgp: validate marker field in BGP header
  • 9ce8936 packet/bgp: fix uint16 underflow in BGPUpdate.DecodeFromBytes
  • 362cce3 packet/bgp: fix insufficient length check in ParseIP6Extended
  • e04d902 refactor: delete multiple lines setPathAttr
  • 6aa1c55 Fix nil pointer panic in TestGRPCAddPathUpdatesUUIDMap
  • b7e421a fix: fix seting nil originator id for local rtc routes in route-reflector
  • a38edb2 server: fix malformed message crash
  • 583080a server: fix malformed nexthop attribute crash

v4.3.0

Compare Source

Changelog

  • c3eb0db GoBGP 4.3.0
  • ab13976 fix(bgp-ls): fix TLV types, delay A-flag masking, and min/max validation
  • 38c64c9 Update pkg/packet/bgp/bgp.go
  • 2e9e2bb Update pkg/packet/bgp/bgp.go
  • d7a1541 fix(bgp-ls): correct SR capabilities and IGP flags bit mapping merged from issue #​3312
  • e13c9f7 bgp-ls: add delay-metric TLVs across packet, API, and CLI
  • df3bfb5 fix(lint): replace WriteString(fmt.Sprintf) with fmt.Fprintf
  • 597b5f0 decode AS_PATH based on capability negotiation
  • 2c49d8d table: fix cgo format
  • 9656368 server: add Confederation ID check in AS loop detection
  • 9fe96a9 table: fix panic when AS4_PATH appears before AS_PATH
  • caa7c28 feat(peer): atomic peer counters
  • dbb52c5 Adj-Rib: fix leak memory on withdraw unknown path
  • f12b8fb packet/bgp: validate NEXT_HOP attribute length and value to prevent panic
  • 1bb8896 config: return StartBgp error to prevent crash
  • f110e8b server: validate router-id must be IPv4 address
  • 3c5b2b6 atomic peer.peerInfo by using atomic.Pointer[table.PeerInfo]
  • 5fa0fd8 fix(StopBgp): if server is not serving, we cannot stop BGP server
  • cfe40c9 server: close connection when response to OPEN is not sent during hold time
  • da59637 ci: add buf generate diff check
  • 988fd14 Adding support for setting IP_TOS/IPV6_TCLASS as a socket option
  • 2b7e26b grpc_server: fix path best issue #​3301
  • f416268 fsm: mostly read peer.fsm.pConf
  • f26690d Speed up RTC in Adj-RIB tables
  • 3782650 server: Fix gRPC AddPath uuidMap handling
  • fe4eb38 Call initializeConn directly under lock and remove useless fsm.lock
  • cd9bbba internal/table/destination: make it private as it's only used internally
  • 1459163 Add CompareAndSwap for adminStateRaw
  • 9c003fe internal/destination: remove unused code (only in test)
  • 5faaea0 no lock in loop for peer.fsm.pConf.Config.Vrf
  • 7338052 remove debug log as it's too noisy an on the hot path
  • fc80fdf cmd: fix unix domain socket connection
  • b28d493 server/mrt: Avoid MustParseAddr on zone-qualified addresses
  • 30b905c Properly handle local zone information
  • 5831d74 server: fix racey waitState helpers in tests
  • 9338559 server: stabilize RTC deferral timer tests by avoiding watcher races
  • 48d0d70 fix: rtc deferral timer expired bugs
  • bb713fb Properly handle peer's zone information

v4.2.0

Compare Source

Changelog

  • 8d4da6d GoBGP 4.2.0
  • b994d31 README.md: add GoBGP.nix external reference
  • 824997d bmp: Use netip.AddrPort to identify client
  • a0d3b25 Migrate path.SetNexthop to netip types
  • d5174fe pkg/server: send bmp PeerUp/Down message for Local-RIB policy
  • a550fe7 packet/rtr: validate ErrorReport lengths to prevent OOM on malformed input
  • ca78de2 zebra: fix panic in FuzzZapi test on short inputs
  • b015c35 packet/mrt: fix panic in PeerIndexTable parsing on large view name length
  • d856321 packet/bgp: fix panic in FlowSpec component parsing on invalid input
  • db4ab83 packet/bgp: avoid mutating input in MP_REACH_NLRI
  • 76b17b7 packet/bgp: fix SRv6 End.X SID Sub-TLV length handling
  • f08babd packet/bmp: support Peer Down reason=6 TLVs (RFC9069)
  • fda3c2d packet/bmp: fix peer flag 0x80 semantics for Loc-RIB (RFC9069)
  • ce30223 packet/bmp: add Peer Up Information TLV support (RFC9069 VRF/Table Name)
  • fb36901 server: compare local address using netip.Addr to avoid IPv6 string mismatch
  • 2fd31c1 table: Fix next-hop-in-list condition
  • 5da7176 add peer-group option to cli
  • bd3b84e tools: update python examples for the gRPC API

v4.1.0

Compare Source

Changelog

  • 086af04 GoBGP 4.1.0
  • 3db447d table: Fix regexp for parsing large community
  • a29625a server: Avoid overwriting log fields in adj table
  • 76d3c1e config: Fix RouteReflectorClusterId setting if configured
  • 3d4e1dc server: guard timer config update with FSM lock
  • 2a0ea1e server: Add TestUpdatePeer unit test
  • dd41da9 server: Fix invalid pointer dereference in updateNeighbor
  • 5f2d77e markdownlint: Disable table-column-style rule
  • 74fde91 fix: fsm connection write deadline

v4.0.0

Compare Source

Changelog

  • c9c1c12 GoBGP 4.0.0
  • 25c2c6a config: remove neighbors.transport.config.ttl option
  • 6b9d9b1 cmd: remove "global" magic keyword
  • 8d03fe5 docs: clean up logger setup
  • ab6cef1 docs: set default routing policy
  • e0f16a8 server: default to global RIB when policy name is empty
  • 71b8bb4 server: Remove request nil checks from gRPC handlers
  • e38ad7c api: remove ApplyPolicy from Global
  • b0fe2a0 config: remove unused InPolicy config
  • 7a31432 server: fix ListPath returns context error
  • 2ce6f13 server: return io error in streaming List RPCs
  • 78d53ad server: use stream.Context() instead of context.Background() in List* RPCs
  • 8ca4547 server: improve context cancellation handling in List* functions
  • 8ad38a6 packet/bgp: remove isIPv6 in MarshallingOption
  • 78dbfea server: add argument to getBestFromLocal function to exclude EOR
  • af6056c server/fsm: Remove redundant notification in handleOpen
  • 3c986d5 server/fsm: Fix connection leak in connectLoop on context cancellation
  • a30d59b fix: drain channel
  • 72f5b4b fix: remove logging on connection closing
  • 719ce3c docs: Update repository clone URL in CONTRIBUTING.md
  • f5d2039 fix: golanglint-ci
  • a2bc5a6 server/mrt: add only established-peers to dumptable entry
  • 5a5d631 fix: race condition in TestWatch
  • 3fe25f3 server: fix WatchEventPeer
  • 5193940 server/fsm: update fsm state after updating related information
  • 27f0355 server/fsm: incoming fsm stops outgoing only in connect state
  • b9d06df server/fsm: call connectLoop directly instead of using goroutine
  • 822985c test/scenario: remove IDLE state check after removing blackhole config in llgr test
  • f20d519 server/fsm: support parallel connections
  • 161c952 Fix wrong multipath logic in the ListPath API
  • 911ab22 Use netip.Addr in watchEventMessage instead of net.IP
  • b910da3 packet/rtr: remove SplitRTR function
  • f5f098d Use netip.Addr in watchEventUpdate instead of net.IP
  • fd6214e modify addPathList in zclient to race-safe addPathStream
  • f6bf251 doc: Add Locking session in CONTRIBUTING
  • cbbaac9 fix operator conversion from APIStruct to oc
  • cb60aef server/fsm: Pass connection explicitly to sendNotification method
  • 2748557 server: Complete nonblockSendChannel migration for notification sends
  • c9524df server/fsm: Move OpenMessage state updates to stateChange function
  • 1cb4905 server/fsm: Move transport state updates to stateChange function
  • 451ff12 server: Add nonblockSendChannel utility for non-blocking channel sends
  • 0bfe6cc server/fsm: Use local holdtimerResetCh with struct{} type in established state
  • 7b38fc3 server/fsm: Replace shared stateReasonCh with local channels per FSM state
  • 9e55f4a server/fsm: Remove redundant fsmHandler.conn field
  • 82ab61e server/fsm: Fix write deadline management during connection establishment
  • a63931b server: trigger session reset for TTL changes
  • dbdeba2 test/scenario_test: clarify behaviors in llgr test
  • 6a484a6 server/fsm: move establish handling to recvMessageloop from recvMessage
  • 2795378 server: simplify *bgp.MessageError handling
  • 05c6077 server: remove fsmMsgRouteRefresh type
  • f42a936 server/fsm: fix message header length error handling
  • e4725bf server/fsm: drop AFI/SAFI-disable handling
  • 181f5a6 remove ValidateBGPMessage()
  • 0eceae2 server/fsm: add TreatAsWithdraw to fsm
  • e9f43bf server/fsm: send open before moving to opensent state
  • c134f48 server: use atomic.Int32 for fsm.state
  • 99ac977 server: make fms.adminState lock-free
  • 705ca3b server: add isEBGP and isConfed to fsm
  • 0fa6eee server: use Mutex instead of RWMutex for fsm
  • 7897164 server: add comments about locking for fsm members
  • a968da3 server: remove fsm.marshallingOptions
  • d8f8cee server: use atomic.Value for fsm.rfMap
  • d569b7e packet/bgp: remove message race test
  • 07375b0 server: lock fsm.lock to access to Timers.Config
  • 1440166 server: make fsm goroutin call fsm.StateChange
  • 3a35559 server: make fsm set idleHoldTime after admin reset
  • befd213 server: remove notification logic in outgoingCh
  • cf9315e server: make fsm handler private
  • c023c9c server: use atomic.Bool for rtcEORWait
  • 18ecaeb server: make the FSM state lock-free
  • aa0ca59 server: create peer specific logger
  • 0c74e9c server: remove access to fsm.conn in server
  • b414774 server: don't log anything if logger isn't specified
  • b5e996b server: use netip.Addr for neighborMap
  • b77ca57 config: use netip for mrt table-name OpenConfig
  • 40d3f25 add new word in tools/spell-check/ignore.txt
  • 9412c4f docs: improve usage for 'gobgp global rib' command
  • bda4c72 feat(test): improve Node NLRI, Link NLRI, SRv6 SID NLRI, and PrefixV6 NLRI tests
  • acfa25c feat(cli): implement BGP-LS Node, Link, SRv6, and PrefixV6 NLRI parsing
  • 01c009a fix(apiutil): improve LsLink and LsAttribute processing
  • e1a044d fix(bgp-ls): correct TLV type constants in BGP-LS constructors
  • 8730cbe fix(bgp-ls): improve BGP-LS packet parsing and error handling
  • 1c34761 feat(api): add protobuf definitions of TLVs related to SRv6 in RFC9514
  • 303516e feat(bgp-ls): implement TLVs related to SRv6 in RFC 9514
  • 436b989 feat(apiutil): implement protobuf conversion of TLVs related to SRv6 in RFC 9514
  • 4b75d99 feat: Add BGP peer disconnect reason reporting
  • e5d96f1 Use log/slog instead of multiple logging libraries
  • 20b392b packet/bgp: fix IPAddrPrefixDefault.decodePrefix()
  • 162ab97 cmd/gobgp: fix p2p link show adj-in/out command
  • ea2a2e3 fix lint errors
  • 4b7e2d8 server/fsm: replace fsm intermediate infinite channel with normal channel
  • 4b03534 server/fsm: remove reason in fsm
  • 06f6196 server/fsm: remove sentNotification in fsmHandler
  • 304bc04 server: remove Notification in fsmMsg
  • f3d7715 server/fsm: rename notificaiton to deconfiguredNotification
  • 2792418 server: remove fsm in FsmMsg
  • 914e829 server: remove MsgSrc in FsmMsg
  • c6110a6 server: unify three functions to send notification
  • cf52588 server/fsm: send notification directly due to admin state change
  • 67abdb7 server: remove StayIdle in fsmOutgoingMsg
  • dec44a0 doc: update API session in CONTRIBUTING
  • efcdde9 packet/bgp: make IsAttributePresent private
  • 4d9cd2b fix: fix route stuck on eBGP filterpath
  • ae72f0f packet/bgp: make GetBGPUpdateAttributesFromMsg and GetBGPUpdateAttributes private
  • 4115136 zebra: use netip
  • e3eb542 packet/bgp: add test for bottom of MPLS label for prefix SID
  • 64f6f19 packet/bgp: fix decoding labels in SR
  • 7c0efd5 table: disable CollisionAttack test
  • 2046f6b config: use netip for some OpenConfig types
  • d901922 packet/bgp: rename AddrPrefixInterface to NLRI
  • e5c90e4 packet/bgp: remove AddPath methods in AddrPrefixInterface
  • 7e1f330 packet/bgp: make DecodeFromBytes private
  • 4d5af86 packet/bgp: add FlowSpecNLRI struct
  • 87fa960 packet/bgp: remove SRPolicyIPv4 and SRPolicyIPv6 structs
  • 17acf97 packet/bgp: simplify MUPNLRI handling in NLRIFromSlice()
  • 78d22d9 packet/bgp: use netip.Adddr for EVPN NLRI structures
  • 4f9b18c packet/bgp: update NewIPv4AddressSpecificExtended() and NewIPv6AddressSpecificExtended()
  • 1464772 packet/bgp: update NewPathAttributeOriginatorId()
  • 24d5ec5 packet/bgp: update NewPathAttributeAggregator() and NewPathAttributeAs4Aggregator()
  • 9fc035e packet/bgp: update NewPathAttributeClusterList()
  • 30c74a0 packet/bgp: update NewRouteDistinguisherIPAddressAS()
  • 8923f69 packet/bgp: Update NewBGPOpenMessage()
  • 00c46fc package/bgp: update NewPathAttributeNextHop()
  • 51e9ce0 server: move longLivedRunning from fsm to peer
  • 8a146fa packet/bgp: remove LabeledIPv6AddrPrefix
  • 978e045 packet/bgp: Update NewLabeledIPAddrPrefix()
  • 985f1fa packet/bgp: remove Encapv6NLRI
  • 12ff485 packet/bgp: Update NewEncapNLRI()
  • b1c8e78 packet/bgp: remove LabeledVPNIPv6AddrPrefix
  • 8796631 packet/bgp: Update NewLabeledVPNIPAddrPrefix()
  • 5e26505 fix: properly stop bgp
  • c88cffe packet/bgp: remove IPv6AddrPrefix
  • c5477cd pkg/packet: remote DecodeFromBytes in AddrPrefixInterface
  • 4f1b45c withdraw old path even if the new one will be omited
  • c58f55c server: use netip for watchEventPeer
  • ab5eb12 packet/bgp: Update NewIPAddrPrefix()
  • dbc9cc2 cmd/gobgp: fix monitor command
  • c90d733 packet/bgp: remove AFI and SAFI in FlowSpecNLRI
  • 0ccc7f6 packet/bgp: use IPAddrPrefix for flowSpecPrefix
  • 0a4ee2e packet/bgp: remove AFI and SAFI methods in AddrPrefixInterface
  • 7e0fce2 packet/mrt: Add Family argument to NewRib
  • bfaefe3 apiutil: Add Family argument to NewPath function
  • f999796 packet/mrt: update mrt APIs
  • 7bef026 packet/bgp: Update NewPathAttributeMpUnreachNLRI()
  • d39238f packet: remove TreatAsWithdraw()
  • 00f3188 server: move peerinfo from fsm to peer
  • 1bca39c packet/bgp: Update NewPathAttributeMpReachNLRI()
  • efc3f87 pkg/packet: remove NewPrefixFromFamily usages
  • 800f941 table/path: Add bgp.Family to Path
  • 5249600 netip: pkg/apiutil/attribute
  • 075aab4 convert PeerInfo to use netip instead of net
  • 22a82b8 server/peer: remove peerInfo usages
  • 584da0c server/fsm: move path creation to server
  • 70a3a74 server: remove peerInfo abuse
  • 08a60b3 server/fsm: move loopback check to fsmHandler
  • 665cdc5 server: move peerInfo mutation from fsm
  • a5c8922 feat(netip) apiutil use netip.Addr
  • 61bf575 grpc-client.md: Corrects minimal typo
  • 3de12df chore(deps): bump github.com/go-viper/mapstructure/v2
  • 6202af6 doc: add API session to CONTRIBUTING
  • 693c946 fix: stop io loop when context is cancelled
  • 9dec5d5 rework LlgrRunning flag to be per-family
  • 64ffc00 expose LlgrRunning flag in API
  • 8c54fbb remove IPAddrPrefixDefault addrlen, use netip.Prefix and options to know/set the ip family
  • 6be5e11 packet/bgp: Add NLRIFromSlice to build initialized NLRI from bytes
  • b3582b1 table: remove bgp.NewPrefixFromFamily usage
  • d7b0533 don't answer for rt's while waiting for rtc eor
  • 1565138 server: remove Watch's Generate API
  • 6a0dbaa server/mrt: change write_to_file() take MRTMessage instead of watchEvent
  • eb80da4 server: remove Watcher Generate API with watchEventTypePreUpdate
  • cad793d pkg/packet/mrt: use netip for BGP4MPHeader and GeoPeer
  • 91d6269 pkg/packet/bgp: use netip for LsPrefixDescriptor
  • [23ddee2](https://redirect.github.com/osrg/gobgp/commit/23ddee2a4

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 24, 2026
@renovate
Copy link
Copy Markdown
Author

renovate Bot commented Mar 24, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated

Details:

Package Change
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 -> v0.0.0-20240924180020-3414d57e47da
github.com/pelletier/go-toml/v2 v2.0.8 -> v2.2.3
github.com/spf13/cast v1.5.1 -> v1.7.1
github.com/spf13/viper v1.16.0 -> v1.20.1
github.com/subosito/gotenv v1.4.2 -> v1.6.0

@renovate renovate Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 24, 2026
@renovate renovate Bot force-pushed the renovate/main-github.com-osrg-gobgp-v3-4.x branch from a651891 to 80e4596 Compare April 1, 2026 09:27
@renovate renovate Bot changed the title fix(deps): update module github.com/osrg/gobgp/v3 to v4 (main) Update module github.com/osrg/gobgp/v3 to v4 (main) Apr 10, 2026
@renovate renovate Bot force-pushed the renovate/main-github.com-osrg-gobgp-v3-4.x branch from 80e4596 to 6911720 Compare May 1, 2026 16:17
@renovate renovate Bot force-pushed the renovate/main-github.com-osrg-gobgp-v3-4.x branch 2 times, most recently from 54c51b5 to f31c4ad Compare May 19, 2026 23:29
@renovate renovate Bot force-pushed the renovate/main-github.com-osrg-gobgp-v3-4.x branch from f31c4ad to b0dfa00 Compare May 31, 2026 15:50
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot force-pushed the renovate/main-github.com-osrg-gobgp-v3-4.x branch from b0dfa00 to 85717fc Compare June 1, 2026 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants