From: Pablo de Lara Date: Thu, 22 Jun 2017 12:02:35 +0000 (+0100) Subject: doc: fix typo in l2fwd-crypto usage X-Git-Tag: spdx-start~2933 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;ds=sidebyside;h=5949e30dae6ee2fc82e5425e56797043a5d07095;p=dpdk.git 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 --- 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)