-
Improvement
-
Resolution: Done
-
Medium
-
None
VPP can be run with custom SHM segment prefix:
sudo vpp unix {cli-listen /run/vpp/cli-vpp1.sock} api-segment { prefix vpp1 } sudo vppctl -s /run/vpp/cli-vpp1.sock
As a fix, add api-segment-prefix parameter to
/opt/honeycomb/config/jvpp.json
file.
Example configuration:
{ "jvpp-connection-name": "honeycomb", "api-segment-prefix": "vpp1", "jvpp-request-timeout": 5 }
- blocks
-
HC2VPP-370 hc2vpp should be able to run without root privilidges
-
- To Do
-
- relates to
-
JVPP-2 Take shm prefix as paramenter of VppJNIConnection constructor instead of SHM region name
-
- To Do
-