Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 23/28] docs: correct spp_vf secondary command
@ 2018-02-05  2:46 ogawa.yasufumi
  0 siblings, 0 replies; only message in thread
From: ogawa.yasufumi @ 2018-02-05  2:46 UTC (permalink / raw)
  To: ferruh.yigit, spp, nakamura.hiroyuki; +Cc: Yasufumi Ogawa

From: Yasufumi Ogawa <ogawa.yasufumi@lab.ntt.co.jp>

Signed-off-by: Yasufumi Ogawa <ogawa.yasufumi@lab.ntt.co.jp>
---
 docs/guides/spp_vf/commands/secondary.rst | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/guides/spp_vf/commands/secondary.rst b/docs/guides/spp_vf/commands/secondary.rst
index 44c7248..bbbe69e 100644
--- a/docs/guides/spp_vf/commands/secondary.rst
+++ b/docs/guides/spp_vf/commands/secondary.rst
@@ -164,8 +164,8 @@ Or to delete VLAN tag, ``del_vlantag`` option is required.
 
 This is an example for adding a port with ``add_vlantag`` or
 ``del_vlantag``.
-In this case, add rx port to append VLAN tag 101 with PCP 3 and
-tx port to append VLAN tag 102 with PCP3.
+In this case, add rx port to append VLAN ID 101 with PCP 3 and
+tx port to append VLAN ID 102 with PCP3.
 
 (1) Add VLAN tag
 
@@ -215,13 +215,13 @@ This is an example to register an entry for port ``ring:0``.
 
     spp > sec 1;classifier_table add mac 52:54:00:01:00:01 ring:0
 
-Register an entry with a VLAN tag to classifier table.
+Register an entry with a VLAN ID to classifier table.
 
 .. code-block:: console
 
     spp > sec 1;classifier_table add vlan [VLAN_ID] [MAC_ADDRESS] [RES_ID]
 
-This is an example to register an entry with VLAN tag 101
+This is an example to register an entry with VLAN ID 101
 for port ``ring:0``.
 
 .. code-block:: console
@@ -240,13 +240,13 @@ This is an example to delete an entry for port ``ring:0``.
 
     spp > sec 1;classifier_table del mac 52:54:00:01:00:01 ring:0
 
-Delete an entry with a VLAN tag.
+Delete an entry with a VLAN ID.
 
 .. code-block:: console
 
-    spp > sec 1;classifier_table add del [MAC_ADDRESS] [RES_ID]
+    spp > sec 1;classifier_table del vlan [VLAN_ID] [MAC_ADDRESS] [RES_ID]
 
-This is an example to delete an entry with VLAN tag 101.
+This is an example to delete an entry with VLAN ID 101.
 
 .. code-block:: console
 
-- 
2.13.1

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-02-05  2:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-05  2:46 [spp] [PATCH 23/28] docs: correct spp_vf secondary command ogawa.yasufumi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).