diff options
author | Christian Trautman <ctrautma@redhat.com> | 2016-02-19 09:07:20 -0500 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-02-21 19:21:47 +0000 |
commit | 3456f7b0aebd7509c0de4a2e850572cbf0e8d600 (patch) | |
tree | d00a7709a23ea5ceea925aa985a2e9af9db9ae06 /docs/userguide | |
parent | 888805eb639705b420c430727c2443189fcf8ab1 (diff) |
docs: Fixing typo in testusage.rst for port name example.
JIRA: VSPERF-222
Signed-off-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Diffstat (limited to 'docs/userguide')
-rwxr-xr-x | docs/userguide/testusage.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/testusage.rst b/docs/userguide/testusage.rst index c509d5e8..06583d83 100755 --- 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', '$PORT1'] + VSWITCH_VANILLA_PHY_PORT_NAMES = ['$PORT1', '$PORT2'] Where $PORT1 and $PORT2 are the Linux interfaces you'd like to bind to the vswitch. |