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