p4runtime-go-client icon indicating copy to clipboard operation
p4runtime-go-client copied to clipboard

repo update needed

Open nupurjai opened this issue 10 months ago • 0 comments

/root/go/pkg/mod/github.com/antoninbas/[email protected]/pkg/client/pre.go:31:4: unknown field EgressPort in struct literal of type "github.com/p4lang/p4runtime/go/p4/v1".Replica /root/go/pkg/mod/github.com/antoninbas/[email protected]/pkg/client/pre.go:86:4: unknown field EgressPort in struct literal of type "github.com/p4lang/p4runtime/go/p4/v1".Replica make[1]: *** [Makefile:79: build] Error 1

Problem - Repo needs to be updated.

In https://github.com/p4lang/p4runtime/tree/main/go/p4/v1 EgressPort: port uint32 has been deprecated in favor of Port []byte.

nupurjai avatar Mar 04 '25 17:03 nupurjai