diff options
Diffstat (limited to 'resources/libraries/python/Constants.py')
-rw-r--r-- | resources/libraries/python/Constants.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index 4646ae3c5d..6a7b81b70d 100644 --- a/resources/libraries/python/Constants.py +++ b/resources/libraries/python/Constants.py @@ -155,8 +155,9 @@ class Constants: # VPP Communications Library templates location RESOURCES_TPL_TELEMETRY = "resources/templates/telemetry" - # VPP Communications Library LD_PRELOAD library - VCL_LDPRELOAD_LIBRARY = "/usr/lib/x86_64-linux-gnu/libvcl_ldpreload.so" + # VPP Communications Library LD_PRELOAD library. + # Set to override, keep empty for autodetection based on architecture. + VCL_LDPRELOAD_LIBRARY = "" # VPP service unit name VPP_UNIT = "vpp" |