summaryrefslogtreecommitdiff
path: root/ovn/controller
diff options
context:
space:
mode:
authorMauricio Vásquez <mauricio.vasquezbernal@studenti.polito.it>2016-08-11 22:23:00 +0200
committerRussell Bryant <russell@ovn.org>2016-08-11 16:38:08 -0400
commit2f4962f15ceaf3d0bd126cc7887f383f98d09275 (patch)
treea1eb017772cef28f8e88d02120afdbf660d891a3 /ovn/controller
parent1a2927eb7912ce7b5e297241ddc80171d551e2aa (diff)
downloadopenvswitch-2f4962f15ceaf3d0bd126cc7887f383f98d09275.tar.gz
ovn: make external_ids naming uniform
In some places it is called "external-ids" while in others "external_ids" is used. This commit changes it to external_ids in all of them. Signed-off-by: Mauricio Vasquez B <mauricio.vasquezbernal@studenti.polito.it> Signed-off-by: Russell Bryant <russell@ovn.org>
Diffstat (limited to 'ovn/controller')
-rw-r--r--ovn/controller/ovn-controller.8.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/ovn/controller/ovn-controller.8.xml b/ovn/controller/ovn-controller.8.xml
index 3fda8e766..4681b3ffa 100644
--- a/ovn/controller/ovn-controller.8.xml
+++ b/ovn/controller/ovn-controller.8.xml
@@ -159,7 +159,7 @@
<h1>Open vSwitch Database Usage</h1>
<p>
- <code>ovn-controller</code> uses a number of <code>external-ids</code>
+ <code>ovn-controller</code> uses a number of <code>external_ids</code>
keys in the Open vSwitch database to keep track of ports and interfaces.
For proper operation, users should not change or clear these keys:
</p>
@@ -176,7 +176,7 @@
</dd>
<dt>
- <code>external-ids:ovn-localnet-port</code> in the <code>Port</code>
+ <code>external_ids:ovn-localnet-port</code> in the <code>Port</code>
table
</dt>
<dd>
@@ -193,13 +193,13 @@
<p>
Each <code>localnet</code> logical port is implemented as a pair of
patch ports, one in the integration bridge, one in a different
- bridge, with the same <code>external-ids:ovn-localnet-port</code>
+ bridge, with the same <code>external_ids:ovn-localnet-port</code>
value.
</p>
</dd>
<dt>
- <code>external-ids:ovn-l2gateway-port</code> in the <code>Port</code>
+ <code>external_ids:ovn-l2gateway-port</code> in the <code>Port</code>
table
</dt>
<dd>
@@ -216,13 +216,13 @@
<p>
Each <code>l2gateway</code> logical port is implemented as a pair
of patch ports, one in the integration bridge, one in a different
- bridge, with the same <code>external-ids:ovn-l2gateway-port</code>
+ bridge, with the same <code>external_ids:ovn-l2gateway-port</code>
value.
</p>
</dd>
<dt>
- <code>external-ids:ovn-logical-patch-port</code> in the
+ <code>external_ids:ovn-logical-patch-port</code> in the
<code>Port</code> table
</dt>