aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp/conf/startup.conf
diff options
context:
space:
mode:
authorSzymon Sliwa <szs@semihalf.com>2018-01-24 14:05:06 +0100
committerSzymon Sliwa <szs@semihalf.com>2018-02-19 17:47:48 +0100
commit84cc712ed30960bd4b4598ce387fc9ed6a610987 (patch)
treef4e3a9bed98f9c54b65e7069a00883f73d577c65 /src/vpp/conf/startup.conf
parent97495b8966f4b25959719e3e1570b3f5942b1d64 (diff)
plugins: odp: Add support for IPsec inline operation
To use inline mode put inline flag in the odp section of the startup.conf file, like this: odp { enable-odp-ipsec inline } Falls back to lookaside mode. Change-Id: I1292a7254b25a15b25285773a43bae112394827d Signed-off-by: Szymon Sliwa <szs@semihalf.com>
Diffstat (limited to 'src/vpp/conf/startup.conf')
-rw-r--r--src/vpp/conf/startup.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vpp/conf/startup.conf b/src/vpp/conf/startup.conf
index 8b05286a..3d4f7c30 100644
--- a/src/vpp/conf/startup.conf
+++ b/src/vpp/conf/startup.conf
@@ -138,6 +138,9 @@ cpu {
## To use asynchronous mode of the crypto/ipsec operations
# async
+
+ ## To use inline mode of ipsec
+ # inline
# }
# Adjusting the plugin path depending on where the VPP plugins are: