diff options
Diffstat (limited to 'src/vpp/conf')
-rw-r--r-- | src/vpp/conf/startup.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vpp/conf/startup.conf b/src/vpp/conf/startup.conf index 1aee5ca0..6ae0dc15 100644 --- a/src/vpp/conf/startup.conf +++ b/src/vpp/conf/startup.conf @@ -133,6 +133,9 @@ cpu { ## Make use of ODP crypto API to accelerate IPsec # enable-odp-crypto + ## Use ODP ipsec API instead of ODP crypto API + # enable-odp-ipsec + ## To use asynchronous mode of the crypto operations # async # } |