aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/bash/function
diff options
context:
space:
mode:
authorPeter Mikus <peter.mikus@icloud.com>2025-01-31 08:44:49 +0100
committerPeter Mikus <peter.mikus@icloud.com>2025-01-31 08:43:11 +0000
commita8abc698a4d03488ac3808a9a3f106d6cb047e98 (patch)
tree1366e649c70cb1e5f090ad99380af54824898dc6 /resources/libraries/bash/function
parent4e6c67677f53c50e230672e0d0a2146ef963b70d (diff)
fix(core): VPP startup sequence
Signed-off-by: Peter Mikus <peter.mikus@icloud.com> Change-Id: I37899c45bf8d87f24cb67cdd120837a833955a3b
Diffstat (limited to 'resources/libraries/bash/function')
-rw-r--r--resources/libraries/bash/function/gather_dpdk.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/resources/libraries/bash/function/gather_dpdk.sh b/resources/libraries/bash/function/gather_dpdk.sh
index da3fa930e6..ead1079e7a 100644
--- a/resources/libraries/bash/function/gather_dpdk.sh
+++ b/resources/libraries/bash/function/gather_dpdk.sh
@@ -1,5 +1,4 @@
-# Copyright (c) 2024 Cisco and/or its affiliates.
-# Copyright (c) 2024 PANTHEON.tech and/or its affiliates.
+# Copyright (c) 2025 Cisco and/or its affiliates.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at:
@@ -57,7 +56,6 @@ function gather_dpdk () {
die "Failed to read DPDK VPP version!"
}
fi
- # TODO: Use "wget -N" instead checking for file presence?
if [[ ! -f "${dpdk_stable_ver}" ]]; then
wget -nv --no-check-certificate "${dpdk_repo}/${dpdk_stable_ver}" || {
die "Failed to get DPDK package from: ${dpdk_repo}"