From 5949e30dae6ee2fc82e5425e56797043a5d07095 Mon Sep 17 00:00:00 2001 From: Pablo de Lara Date: Thu, 22 Jun 2017 13:02:35 +0100 Subject: [PATCH] doc: fix typo in l2fwd-crypto usage Fixes: ba7b86b1419b ("doc: add l2fwd-crypto sample app guide") Cc: stable@dpdk.org Signed-off-by: Pablo de Lara Acked-by: Fiona Trahe --- doc/guides/sample_app_ug/l2_forward_crypto.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/sample_app_ug/l2_forward_crypto.rst b/doc/guides/sample_app_ug/l2_forward_crypto.rst index d6df36b5fc..45d8a12a8e 100644 --- a/doc/guides/sample_app_ug/l2_forward_crypto.rst +++ b/doc/guides/sample_app_ug/l2_forward_crypto.rst @@ -135,7 +135,7 @@ where, * auth_algo: select the authentication algorithm (default is sha1-hmac) -* cipher_op: select the authentication operation to perform: GENERATE or VERIFY +* auth_op: select the authentication operation to perform: GENERATE or VERIFY (default is GENERATE) -- 2.20.1