p4runtime-go-client
p4runtime-go-client copied to clipboard
Go client for P4Runtime
Only the top level error is handled today. We need a way to be able to parse the individual update errors in a batch
I'd love to help with the reconnection to the switch. How were you planning to do it? https://github.com/antoninbas/p4runtime-go-client/blob/f5609a358ca5d980b28c9e021e230cc54fb8b01b/pkg/client/client.go#L78 I think that the client should just notify that a disconnection has...
@antonin, do you have any objections on making the p4info data available outside the client module? If not, any preference on the implementation of that (function returning total p4info var,...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.38.0. Commits e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign... ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest 1f1fa29 publicsuffix: regenerate...
/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...
Hi! I’m really excited about this project and would love to try it out, but I’m having trouble figuring out how to use it since I couldn’t find any documentation....