Code Review
/
vswitchperf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
888805e
)
docs: Fixing typo in testusage.rst for port name example.
89/10289/4
author
Christian Trautman
<ctrautma@redhat.com>
Fri, 19 Feb 2016 14:07:20 +0000
(09:07 -0500)
committer
Maryam Tahhan
<maryam.tahhan@intel.com>
Sun, 21 Feb 2016 19:21:47 +0000
(19:21 +0000)
JIRA: VSPERF-222
Signed-off-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
docs/userguide/testusage.rst
patch
|
blob
|
history
diff --git
a/docs/userguide/testusage.rst
b/docs/userguide/testusage.rst
index
c509d5e
..
06583d8
100755
(executable)
--- a/
docs/userguide/testusage.rst
+++ b/
docs/userguide/testusage.rst
@@
-194,7
+194,7
@@
for Vanilla OVS:
.. code-block:: console
VSWITCH = 'OvsVanilla'
- VSWITCH_VANILLA_PHY_PORT_NAMES = ['$PORT1', '$PORT
1
']
+ VSWITCH_VANILLA_PHY_PORT_NAMES = ['$PORT1', '$PORT
2
']
Where $PORT1 and $PORT2 are the Linux interfaces you'd like to bind
to the vswitch.