summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViacheslav <v.gletenko@vyos.io>2025-08-11 12:51:39 +0000
committerViacheslav <v.gletenko@vyos.io>2025-08-11 12:51:39 +0000
commitd808793e278e2a4494a2addc62f9dd8133143d02 (patch)
tree912190bcfcd8b978289d591ccf9727bd4f2e03dd
parent6fa4978e8bd57b3e50357a87eee4d884aba431ef (diff)
downloadvyos-1x-d808793e278e2a4494a2addc62f9dd8133143d02.tar.gz
vyos-1x-d808793e278e2a4494a2addc62f9dd8133143d02.zip
T7707: VPP add dependency vpp-crypto-engines required for IPsec
Add the dependency `vpp-crypto-engines` required for IPsec over VPP. Without this, VPP cannot handle IPsec SAs ``` vpp[1901]: linux-cp/ipsec: ipsec sa add cce6bfeb failure(err: -9) 10.0.0.1 -> 10.0.0.2 vpp[1901]: ipsec_sa_add_and_lock:548: No crypto engine support for sha-256-128 ```
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index f5853ba2c..3f9ad6d44 100644
--- a/debian/control
+++ b/debian/control
@@ -338,6 +338,7 @@ Depends:
libvppinfra,
python3-vpp-api,
vpp,
+ vpp-crypto-engines,
vpp-dev,
vpp-plugin-core,
vpp-plugin-dpdk,