aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/Constants.py
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2025-02-05 14:45:31 +0100
committerVratko Polak <vrpolak@cisco.com>2025-02-05 14:45:31 +0100
commitd9701475f4a4809eb8b32ea04a9c05e2cf74ee94 (patch)
treec48558289c8643d57880a72454bb88a65a4a5d93 /resources/libraries/python/Constants.py
parent528fa294d4e60c6c9dbc122057f95160a3becd8a (diff)
fix(hoststack): Base ldpreload path on CPU arch
Without this, Nginx drop all packets on 2n-grc. + Also fix iperf3, even though we do not have working 3n ARM testbed. - If something else breaks Nginx, failed requests still count as real. Change-Id: Ib8d13986d2d58aaf3f63e70152bec45b303475f0 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'resources/libraries/python/Constants.py')
-rw-r--r--resources/libraries/python/Constants.py5
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"