We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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())
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Intel DYP SDK 1.4
opi-strongswan-bridge latest as of 10 April 2024
opi-api latest as of 10 April 2024
The text was updated successfully, but these errors were encountered: