-
Notifications
You must be signed in to change notification settings - Fork 433
Update module github.com/osrg/gobgp/v3 to v4 (main) #7535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/main-mygithub.libinneed.workers.dev-osrg-gobgp-v3-4.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update module github.com/osrg/gobgp/v3 to v4 (main) #7535
renovate
wants to merge
1
commit into
main
from
renovate/main-mygithub.libinneed.workers.dev-osrg-gobgp-v3-4.x
+26
−5
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c7932a9 to
bc01c36
Compare
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
bc01c36 to
fa7bae5
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.37.0→v4.1.0Release Notes
osrg/gobgp (github.com/osrg/gobgp/v3)
v4.1.0Compare Source
Changelog
086af04GoBGP 4.1.03db447dtable: Fix regexp for parsing large communitya29625aserver: Avoid overwriting log fields in adj table76d3c1econfig: Fix RouteReflectorClusterId setting if configured3d4e1dcserver: guard timer config update with FSM lock2a0ea1eserver: Add TestUpdatePeer unit testdd41da9server: Fix invalid pointer dereference in updateNeighbor5f2d77emarkdownlint: Disable table-column-style rule74fde91fix: fsm connection write deadlinev4.0.0Compare Source
Changelog
c9c1c12GoBGP 4.0.025c2c6aconfig: remove neighbors.transport.config.ttl option6b9d9b1cmd: remove "global" magic keyword8d03fe5docs: clean up logger setupab6cef1docs: set default routing policye0f16a8server: default to global RIB when policy name is empty71b8bb4server: Remove request nil checks from gRPC handlerse38ad7capi: remove ApplyPolicy from Globalb0fe2a0config: remove unused InPolicy config7a31432server: fix ListPath returns context error2ce6f13server: return io error in streaming List RPCs78d53adserver: use stream.Context() instead of context.Background() in List* RPCs8ca4547server: improve context cancellation handling in List* functions8ad38a6packet/bgp: remove isIPv6 in MarshallingOption78dbfeaserver: add argument to getBestFromLocal function to exclude EORaf6056cserver/fsm: Remove redundant notification in handleOpen3c986d5server/fsm: Fix connection leak in connectLoop on context cancellationa30d59bfix: drain channel72f5b4bfix: remove logging on connection closing719ce3cdocs: Update repository clone URL in CONTRIBUTING.mdf5d2039fix: golanglint-cia2bc5a6server/mrt: add only established-peers to dumptable entry5a5d631fix: race condition in TestWatch3fe25f3server: fix WatchEventPeer5193940server/fsm: update fsm state after updating related information27f0355server/fsm: incoming fsm stops outgoing only in connect stateb9d06dfserver/fsm: call connectLoop directly instead of using goroutine822985ctest/scenario: remove IDLE state check after removing blackhole config in llgr testf20d519server/fsm: support parallel connections161c952Fix wrong multipath logic in the ListPath API911ab22Use netip.Addr in watchEventMessage instead of net.IPb910da3packet/rtr: remove SplitRTR functionf5f098dUse netip.Addr in watchEventUpdate instead of net.IPfd6214emodify addPathList in zclient to race-safe addPathStreamf6bf251doc: Add Locking session in CONTRIBUTINGcbbaac9fix operator conversion from APIStruct to occb60aefserver/fsm: Pass connection explicitly to sendNotification method2748557server: Complete nonblockSendChannel migration for notification sendsc9524dfserver/fsm: Move OpenMessage state updates to stateChange function1cb4905server/fsm: Move transport state updates to stateChange function451ff12server: Add nonblockSendChannel utility for non-blocking channel sends0bfe6ccserver/fsm: Use local holdtimerResetCh with struct{} type in established state7b38fc3server/fsm: Replace shared stateReasonCh with local channels per FSM state9e55f4aserver/fsm: Remove redundant fsmHandler.conn field82ab61eserver/fsm: Fix write deadline management during connection establishmenta63931bserver: trigger session reset for TTL changesdbdeba2test/scenario_test: clarify behaviors in llgr test6a484a6server/fsm: move establish handling to recvMessageloop from recvMessage2795378server: simplify *bgp.MessageError handling05c6077server: remove fsmMsgRouteRefresh typef42a936server/fsm: fix message header length error handlinge4725bfserver/fsm: drop AFI/SAFI-disable handling181f5a6remove ValidateBGPMessage()0eceae2server/fsm: add TreatAsWithdraw to fsme9f43bfserver/fsm: send open before moving to opensent statec134f48server: use atomic.Int32 for fsm.state99ac977server: make fms.adminState lock-free705ca3bserver: add isEBGP and isConfed to fsm0fa6eeeserver: use Mutex instead of RWMutex for fsm7897164server: add comments about locking for fsm membersa968da3server: remove fsm.marshallingOptionsd8f8ceeserver: use atomic.Value for fsm.rfMapd569b7epacket/bgp: remove message race test07375b0server: lock fsm.lock to access to Timers.Config1440166server: make fsm goroutin call fsm.StateChange3a35559server: make fsm set idleHoldTime after admin resetbefd213server: remove notification logic in outgoingChcf9315eserver: make fsm handler privatec023c9cserver: use atomic.Bool for rtcEORWait18ecaebserver: make the FSM state lock-freeaa0ca59server: create peer specific logger0c74e9cserver: remove access to fsm.conn in serverb414774server: don't log anything if logger isn't specifiedb5e996bserver: use netip.Addr for neighborMapb77ca57config: use netip for mrt table-name OpenConfig40d3f25add new word in tools/spell-check/ignore.txt9412c4fdocs: improve usage for 'gobgp global rib' commandbda4c72feat(test): improve Node NLRI, Link NLRI, SRv6 SID NLRI, and PrefixV6 NLRI testsacfa25cfeat(cli): implement BGP-LS Node, Link, SRv6, and PrefixV6 NLRI parsing01c009afix(apiutil): improve LsLink and LsAttribute processinge1a044dfix(bgp-ls): correct TLV type constants in BGP-LS constructors8730cbefix(bgp-ls): improve BGP-LS packet parsing and error handling1c34761feat(api): add protobuf definitions of TLVs related to SRv6 in RFC9514303516efeat(bgp-ls): implement TLVs related to SRv6 in RFC 9514436b989feat(apiutil): implement protobuf conversion of TLVs related to SRv6 in RFC 95144b75d99feat: Add BGP peer disconnect reason reportinge5d96f1Use log/slog instead of multiple logging libraries20b392bpacket/bgp: fix IPAddrPrefixDefault.decodePrefix()162ab97cmd/gobgp: fix p2p link show adj-in/out commandea2a2e3fix lint errors4b7e2d8server/fsm: replace fsm intermediate infinite channel with normal channel4b03534server/fsm: remove reason in fsm06f6196server/fsm: remove sentNotification in fsmHandler304bc04server: remove Notification in fsmMsgf3d7715server/fsm: rename notificaiton to deconfiguredNotification2792418server: remove fsm in FsmMsg914e829server: remove MsgSrc in FsmMsgc6110a6server: unify three functions to send notificationcf52588server/fsm: send notification directly due to admin state change67abdb7server: remove StayIdle in fsmOutgoingMsgdec44a0doc: update API session in CONTRIBUTINGefcdde9packet/bgp: make IsAttributePresent private4d9cd2bfix: fix route stuck on eBGP filterpathae72f0fpacket/bgp: make GetBGPUpdateAttributesFromMsg and GetBGPUpdateAttributes private4115136zebra: use netipe3eb542packet/bgp: add test for bottom of MPLS label for prefix SID64f6f19packet/bgp: fix decoding labels in SR7c0efd5table: disable CollisionAttack test2046f6bconfig: use netip for some OpenConfig typesd901922packet/bgp: rename AddrPrefixInterface to NLRIe5c90e4packet/bgp: remove AddPath methods in AddrPrefixInterface7e1f330packet/bgp: make DecodeFromBytes private4d5af86packet/bgp: add FlowSpecNLRI struct87fa960packet/bgp: remove SRPolicyIPv4 and SRPolicyIPv6 structs17acf97packet/bgp: simplify MUPNLRI handling in NLRIFromSlice()78d22d9packet/bgp: use netip.Adddr for EVPN NLRI structures4f9b18cpacket/bgp: update NewIPv4AddressSpecificExtended() and NewIPv6AddressSpecificExtended()1464772packet/bgp: update NewPathAttributeOriginatorId()24d5ec5packet/bgp: update NewPathAttributeAggregator() and NewPathAttributeAs4Aggregator()9fc035epacket/bgp: update NewPathAttributeClusterList()30c74a0packet/bgp: update NewRouteDistinguisherIPAddressAS()8923f69packet/bgp: Update NewBGPOpenMessage()00c46fcpackage/bgp: update NewPathAttributeNextHop()51e9ce0server: move longLivedRunning from fsm to peer8a146fapacket/bgp: remove LabeledIPv6AddrPrefix978e045packet/bgp: Update NewLabeledIPAddrPrefix()985f1fapacket/bgp: remove Encapv6NLRI12ff485packet/bgp: Update NewEncapNLRI()b1c8e78packet/bgp: remove LabeledVPNIPv6AddrPrefix8796631packet/bgp: Update NewLabeledVPNIPAddrPrefix()5e26505fix: properly stop bgpc88cffepacket/bgp: remove IPv6AddrPrefixc5477cdpkg/packet: remote DecodeFromBytes in AddrPrefixInterface4f1b45cwithdraw old path even if the new one will be omitedc58f55cserver: use netip for watchEventPeerab5eb12packet/bgp: Update NewIPAddrPrefix()dbc9cc2cmd/gobgp: fix monitor commandc90d733packet/bgp: remove AFI and SAFI in FlowSpecNLRI0ccc7f6packet/bgp: use IPAddrPrefix for flowSpecPrefix0a4ee2epacket/bgp: remove AFI and SAFI methods in AddrPrefixInterface7e0fce2packet/mrt: Add Family argument to NewRibbfaefe3apiutil: Add Family argument to NewPath functionf999796packet/mrt: update mrt APIs7bef026packet/bgp: Update NewPathAttributeMpUnreachNLRI()d39238fpacket: remove TreatAsWithdraw()00f3188server: move peerinfo from fsm to peer1bca39cpacket/bgp: Update NewPathAttributeMpReachNLRI()efc3f87pkg/packet: remove NewPrefixFromFamily usages800f941table/path: Add bgp.Family to Path5249600netip: pkg/apiutil/attribute075aab4convert PeerInfo to use netip instead of net22a82b8server/peer: remove peerInfo usages584da0cserver/fsm: move path creation to server70a3a74server: remove peerInfo abuse08a60b3server/fsm: move loopback check to fsmHandler665cdc5server: move peerInfo mutation from fsma5c8922feat(netip) apiutil use netip.Addr61bf575grpc-client.md: Corrects minimal typo3de12dfchore(deps): bump github.com/go-viper/mapstructure/v26202af6doc: add API session to CONTRIBUTING693c946fix: stop io loop when context is cancelled9dec5d5rework LlgrRunning flag to be per-family64ffc00expose LlgrRunning flag in API8c54fbbremove IPAddrPrefixDefault addrlen, use netip.Prefix and options to know/set the ip family6be5e11packet/bgp: Add NLRIFromSlice to build initialized NLRI from bytesb3582b1table: remove bgp.NewPrefixFromFamily usaged7b0533don't answer for rt's while waiting for rtc eor1565138server: remove Watch's Generate API6a0dbaaserver/mrt: change write_to_file() take MRTMessage instead of watchEventeb80da4server: remove Watcher Generate API with watchEventTypePreUpdatecad793dpkg/packet/mrt: use netip for BGP4MPHeader and GeoPeer91d6269pkg/packet/bgp: use netip for LsPrefixDescriptor23ddee2pkg/packet/bgp: move ContainsCIDR to table package37df67cpkg/packet/bgp: use netip for LsTLVSrv6SIDInfobf6e041pkg/packet/bgp: use netip for ParseVPNPrefix0d550fddoc: add Design considerations section to CONTRIBUTINGd96229dpkg/packet/bgp: rename IPAddrPrefixDefaultNetip to IPAddrPrefixDefaulted4ae96pkg/packet/bgp: use netip for EVPN related structures9b51dd7pkg/packet/rtr: use netip099cd4epacket/bgp: remove unnecessary double family checking in ValidateAttributebff358dpkg/packet/bgp: use netip for PathAttributeMpReachNLRIba486afpkg/packet/bmp: use netipaaef007pkg/packet/mrt: use netip86dabedpkg/packet/bgp: use netip for LS related structuresce7b75dpkg/packet/bgp: remove IPAddrPrefixDefault8129f56pkg/packet/bgp: use netip for LabeledIPAddrPrefix and LabeledIPv6AddrPrefix3d5b2ectable: Add BenchmarkTableKeyWithLabelsc8a32b4table: remove Family in Destination910cd2apkg/packet/bgp: use netip for PathAttributeOriginatorIdc232ef3pkg/packet/bgp: use netip for PathAttributeClusterList193ddd9pkg/packet/bgp: use netip for IPAddressSpecificExtended93a3192pkg/table: make AddrPrefixOnlyCompare private8c3de13pkg/packet/bgp: use netip for IngressReplTunnelIDb739a62pkg/packet/bgp: use netip for RouteDistinguisherIPAddressASf4850a1pkg/packet/bgp: use netip for TunnelEncapSubTLVEgressEndpoint6dea1d2pkg/packet/bgp: use netip for PathAttributeAggregator32c52c2pkg/packet/bgp: use netip for PathAttributeNextHopc83e70epkg/server: Add fsm lock during open message verification9251f62pkg/packet/bgp: use netip for LabeledVPNIPAddrPrefix and LabeledVPNIPv6AddrPrefixfa42a60pkg/packet/bgp: use netip for IPAddrPrefix and IPv6AddrPrefixa266c32pkg/packet/bgp: use netip for BGPOpend0992befix: close the stream properly, otherwise the last few paths are dropped52c0478doc: rename BUILD.md to CONTRIBUTING.md51c155fdoc: adding guidlines for getting code into GoBGP7e83a5bfix: remove incoming channels field and reflection8ccb05dAdd support for local-pref-eq and med-eq openconfig bgp conditions4f33de1pkg/packet/bgp: Make LabeledVPNIPv6AddrPrefix IPv4-mapped output consistent with othersed90936packet/bgp: use netip.Addr for EncapNLRI instead of IPAddrPrefixDefault0af0146pkg/packet/bgp: Add IPv6AddrPrefix test with mapped IPv6 addressc3b8fb6fix: wait 1s for bgp to start80d2e93fix: rlock peer state in watcher4c1b98afix: update fsm testcb7eeb6chore(deps): bump github.com/go-viper/mapstructure/v2f2713f0pip-requires: Remove Ryu140fe72Reduce randomness in active connect retry delay20f69eapath attributes hash, fast compare8c2ef10fix: reintroduce BenchmarkMultiPath2726a60chore: update go to 1.24.52c4e905fix: create MacOS equivalent for getting available memory6498891DeletePathRequest3b977a4AddPathRequest/Responsea6c4113simplify grpc list/delete Path7ce5b7eserver.DeletePath variants, easier to useef7d250server.AddPath variants, easier to use416077cfixup apiutil.Path Peer{ASN,ID,Adress}8619dd9fixup server.ListPath API96ce0aagrpc.DeletePath() use bgpServer.DeletePath() API24309e2grpc.AddPath() use bgpServer.AddPath() API5ce3637grpc.ListPath() use bgpServer.ListPath() API6d0f645new API Add/Delete/List Path(s)1e52815Disable transparent MPTCP on listenere168c66Some BGP-LS fixes: - Move setting of LS node attribute outside of srblock check - Fixed a few types - Convert IPv4 addresses to avoid serialization length issue - Fixed setting of node flags7f7f69amake CanImportToVrf faster31a97b2fix: case mp_reach mp_unreach082e297fix: remove unnecessary createMpReachbcc9cc1fix: MP REACH NLRI without NLRI59d4d39fix: remove *testing.T from MockConnection01aba7fstyle: apiutil.Path use Peer prefix for source fieldsebe6b6blint: renaming feilds apiutil PeerConf, PeerState to golangci-lint stylea2bde31grpc.WatchEvent() use bgpServer.WatchEvent() API16d39bdWatchEventMessages use WatchOption typesb51f867api: new server API WatchEventMessages(ctx, api.request, WatchEventMessageCallbacks{})901675aimprovement: MP REACH NLRI (de)serialisation362d3a2bgp,mrt: Replace ImplicitPrefix with HeaderContext for accurate Family handling7381813bgp: refactor Family API to follow Go idioms8cffd39TestTableKeyWithLabelsae0a44cTestTableDestinationsCollisionAttackd24100b386: CGO_ENABLED=17746dd4table: faster key without allocation51f6e3fBenchmarkTableKey1a65f94chore: remove invoke run for testing48d2fdcserver: Remove handlefsmMsg in the serve loop88bda3cPrevent startFsmHandler from cleaning up FSM resources twicef1de138Remove incoming channels used to receive events and BGP messages from peersc867115Count advertised-routes only when ESTABLISHED0d723ddfix(test): close mock connectionae0f5d1fix(test): prevent concurrent access to MockConnectionc0c6ea6fix(test): cancel fsm handler loope633de9feat: Allow graceful restart in StopBgpRequestc8ed70dfix(test): fix new waitState305f14ffix(test): TestWatchEvent - cancel watch loop3b1bcb5fix(test): keepalive timing131a274fix(test): TestListPathEnableFiltered - reset count to zero7a42388fix(test): improved waitStatee2775e6fix(test): TestMetricsc2351d0ci: enable verbose output for unit386fe53aadci: enable verbose output for Go tests in CI workflow44a8b69feat: add timestamp to watch eventf677e0bfeat: keep track on opened connexions0b16726fix: quit accept loop when context is cancelledd4e6f6drefactor: move socket code to its own package1e36940fix: fuzzing make linter happy and we must not check return error as it's legit execution path in fuzzing modeb0a6a3afix TestAddDeletePathb906df7fix: TestParseBogusShortData9946352fix: TestConfigErrors/policy_without_a_set0ea514ffix: table.Select usagee3f7606chore: remove unused importc4c668fchore: run modernize tools823abd5chore: errcheck in cmd/gobgp/bmp.go4e1600cchore: errcheck in cmd/gobgp/main.gobde35cdchore: errcheck in cmd/gobgp/root.go10b0631chore: errcheck in cmd/gobgp/rpki.goe6058adchore: remove nil error in internal/pkg/table/message.goe525a53chore: errcheck in internal/pkg/table/policy.go1af5ebfchore: remove nil error in internal/pkg/table/policy.go17ce1a7chore: errcheck in internal/pkg/table/policy_test.gof9b9b66chore: errcheck in internal/pkg/table/roa.gob8b10a7chore: errcheck in internal/pkg/table/table.go804f833chore: errcheck in pkg/config/config.go8d98e16chore: errcheck in pkg/config/server_config_test.gob3a5327chore: errcheck in pkg/metrics/metrics_test.go3d10348chore: errcheck in pkg/packet/bgp/bgp.gof7b198fchore: errcheck in pkg/packet/bgp/bgp_test.go7a6fdd9chore: errcheck in pkg/packet/bgp/validate_test.go7f97e61chore: errcheck in pkg/packet/bmp/bmp.gocf6d647chore: errcheck in pkg/packet/bmp/bmp_test.go61d2a86chore: errcheck in pkg/packet/mrt/mrt_test.go93c012cchore: errcheck in pkg/packet/rtr/rtr_test.gobc07f89chore: errcheck in pkg/server/bmp.goa7fc302chore: errcheck in pkg/server/fsm.go57b1752chore: errcheck in pkg/server/grpc_server.go59be3f8chore: errcheck in pkg/server/mrt.godf61c32chore: errcheck in pkg/server/rpki.godeae293chore: errcheck in pkg/server/server.gobd3cb24chore: errcheck in pkg/zebra/zapi_test.goc4f6cefchore: errcheck in plg/server/server_test.godb0bdd4chore: remove listVrf function38e47f0chore: errcheck in pkg/server/zclient.go34414aachore: remove unused close errorcfe6346chore: remove always nil return in sendCommand0a18995chore: fix ineffassign28128e3chore: fix transitive for extended opaqueb87a736chore: fix intrange7783a54chore: fix unconvert2348fa4chore: fix copyloopvardc87a98chore: golangci-lint run --fix17ca38cchore: update open-config header comment967cdb1chore: move to golangci-lint 2.1.014029e1path: fixup destination implicitWithdraw()bcd2d8bADD: E-Tree and Multicast Flags EVPN extended communities support8c32d66tools: add buflen to lint dictionary94d779dfuzzing: zebra FuzzDecodeFromBytesbd257bdfuzzing: mrt fixup1668dbefuzzing: fixup OpaqueNLRI13f6640fuzzing: bgp.FuzzDecodeFromBytes nite748f43fuzzing: fixup ParseRTRdefe9acfeat: optimize determining equally best paths781ee03fix: incorrect uint subtraction always led to overflowdfa77b5lintdoc: make markdownlint happy MD059/descriptive-link-text Link text should be descriptivebfa40aafix: migrate to modern testing interface449e3f2rtr fuzz fixup3a1bfc7mrt fuzz fixupe0d5e48bmp fuzz fixupa9325a9add pkg/packet/{bmp,mrt,rtr} DecodeFromBytesac5a889pkg/packet/bgp: fuzzing DecodeFromBytes5e3fbd0packet/bgp: fix security issue on DecodeFromBytes()1b40eacfix: incorporate sort.Search which uses binary search6449959feat: insert new paths into destination's known path list in sorted mannger080ecf2path: GetMed() optimize error pathf3a6e43ci: run protobuf linte4d7a1dserver: fix peerstate conversion3959594api: Fix SessionState enum prefix4bd4524api: Fix ValidationState enum prefix27e688aapi: Add ValidationState enum50d6ac4api: Fix PeerType Enum16908ddfix: MRT extended timestamp2d2f0b0api: Fix Type Enum in MatchSetcc1ac87api: Fix RemovePrivate Enum1f48585api: Fix AdminState Enum in PeerState3059e6eapi: Fix DefinedType Enum03ed81dserver: fix LLGR memory and timer leak4090f5eapi: Add Comparison enumba320b9api: Fix TableType Enumf90229fapi: Delete Conditions_ROUTE_TYPE_NONE enum01aa41capi: Delete OriginType_ORIGIN_TYPE_NONE enum15ecc11api: Fix OriginType Enum9741584api: Fix Type Enum in CommunityAction08e722capi: Fix DumpType Enum in EnableMrtRequest92b25a2api: Fix MonitoringPolicy Enumcd9a03aseveral small clarifications in4ca2099bc90ff7api: Fix MedAction Enum4ca2099fix covert withdraw of an updated rtc pathc758dcdpeer: add remote capabilities to peer watch responsedfbbc0etest: Pin requests==2.25.1 to maintain compatibility with docker-pye0d96ebtest: Add show_route and show_addr methods to BGPContainer class19fe638Fix Config.LocalAddress to handle ipv6 with zone indexcef0c99api: Fix Enum prefixfb87444api: Fix Enum prefix28235f7api: Fix AddPath Cap Enum91d1a81api: Fix SetLogLevel Enumcd39bdbapi: Fix Enum prefixConfiguration
📅 Schedule: 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.
This PR was generated by Mend Renovate. View the repository job log.