From: Rami Rosen Date: Thu, 27 Dec 2018 19:59:05 +0000 (+0200) Subject: doc: fix a typo in testpmd guide X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=3caef7e1625f9ef1cf6785522917cb844eab5168;p=dpdk.git doc: fix a typo in testpmd guide This patch fixes a typo in testpmd user guide. Fixes: aac6f11f5864 ("app/testpmd: add ethernet peer command") Cc: stable@dpdk.org Signed-off-by: Rami Rosen Acked-by: Bernard Iremonger --- diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst index cbf23e928d..ab40b9f5f8 100644 --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst @@ -1149,7 +1149,7 @@ set eth-peer Set the forwarding peer address for certain port:: - testpmd> set eth-peer (port_id) (perr_addr) + testpmd> set eth-peer (port_id) (peer_addr) This is equivalent to the ``--eth-peer`` command-line option.