diff options
| author | Viacheslav <v.gletenko@vyos.io> | 2025-08-11 12:51:39 +0000 |
|---|---|---|
| committer | Viacheslav <v.gletenko@vyos.io> | 2025-08-11 12:51:39 +0000 |
| commit | d808793e278e2a4494a2addc62f9dd8133143d02 (patch) | |
| tree | 912190bcfcd8b978289d591ccf9727bd4f2e03dd | |
| parent | 6fa4978e8bd57b3e50357a87eee4d884aba431ef (diff) | |
| download | vyos-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/control | 1 |
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, |
