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,...