You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working in p4 in IPS to update the match action table dynamically, so when i install PI, I faced the issue in grpc
There is a version mismatch with grpc and grpc++ due to which I cant run simple_switch_grpc
"$ pkg-config --modversion protobuf grpc++ grpc
3.18.1.0
1.43.2
21.0.0"
My ubuntu version is 22.04 LTS.