From a55fee6e31704b995916faed0c8274ead8d3b8b8 Mon Sep 17 00:00:00 2001 From: Dongfeng Huang Date: Thu, 19 Jan 2017 15:30:03 +0800 Subject: [PATCH] "br-etx" should be "br-ext" in the doc 1. What is the problem? In the document networking-prerequisites.rst, the "br-ext" is written as "br-etx". It should be "br-ext". 2. What is the solution to the problem? Change the description of "br-etx" to "br-ext". 3. What the features need to be implemented to the Tricircle to realize the solution? No new features. Change-Id: I57c3f55f1ed07a6328a1af96459364df224551b8 Closes-Bug: #1657637 --- doc/source/networking-prerequisites.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/networking-prerequisites.rst b/doc/source/networking-prerequisites.rst index d5ab60a5..c37b191f 100644 --- a/doc/source/networking-prerequisites.rst +++ b/doc/source/networking-prerequisites.rst @@ -27,7 +27,7 @@ eth2 for external vlan network. If you want to verify the data plane connectivity, please make sure the bridges "br-vlan" and "br-ext" are connected to regarding interface. Using following command to connect the bridge to physical ethernet interface, as shown below, "br-vlan" is -wired to eth1, and "br-etx" to eth2:: +wired to eth1, and "br-ext" to eth2:: sudo ovs-vsctl add-br br-vlan sudo ovs-vsctl add-port br-vlan eth1