From 3456f7b0aebd7509c0de4a2e850572cbf0e8d600 Mon Sep 17 00:00:00 2001 From: Christian Trautman Date: Fri, 19 Feb 2016 09:07:20 -0500 Subject: docs: Fixing typo in testusage.rst for port name example. JIRA: VSPERF-222 Signed-off-by: Christian Trautman Reviewed-by: Maryam Tahhan --- docs/userguide/testusage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/userguide/testusage.rst') 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. -- cgit 1.2.3-korg