diff options
Diffstat (limited to 'docs')
-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. |