I see gobgp 3.9.0 is uploaded to unstable, but has autopkgtest regression. > panic: protobuf tag not enough fields in StartBgpRequest.state:
This is exactly the runtime panic caused by the combination of golang-github-golang-protobuf-1-3-dev and pb.go files generated by newer protoc-gen-go(either protoc-gen-go-1-3 or protoc-gen-go/1.28.1). So we still need to figure out how to handle protobuf dependency in grpc-go. -- Shengjing Zhu