Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPsecStatsRequest generates "Cannot find mem" #295

Open
mgheorghe opened this issue Apr 10, 2024 · 0 comments
Open

IPsecStatsRequest generates "Cannot find mem" #295

mgheorghe opened this issue Apr 10, 2024 · 0 comments

Comments

@mgheorghe
Copy link

Intel DYP SDK 1.4
opi-strongswan-bridge latest as of 10 April 2024
opi-api latest as of 10 April 2024

[root@ipu-acc ~]# docker run --privileged --rm --network host --mount src=/var/run,target=/var/run,type=bind -it ghcr.io/opiproject/opi-strongswan-bridge:main /opi-vici-bridge -port=50151
2024/04/03 21:48:33 server listening at [::]:50151
cat fir

2024/04/03 22:44:15 Cannot find mem
2024/04/03 22:45:01 Cannot find mem
2024/04/03 22:46:55 Cannot find mem
2024/04/03 22:47:25 Cannot find mem
2024/04/03 22:47:50 Cannot find mem
2024/04/03 22:47:59 Cannot find mem
import grpc
import ipsec_pb2
import ipsec_pb2_grpc
channel = grpc.insecure_channel('localhost:50151')
stub = ipsec_pb2_grpc.IPsecServiceStub(channel)
stats = stub.IPsecStats(ipsec_pb2.IPsecStatsRequest())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant