summaryrefslogtreecommitdiff
path: root/vswitchd
diff options
context:
space:
mode:
authorAndy Zhou <azhou@ovn.org>2016-02-23 17:50:55 -0800
committerAndy Zhou <azhou@ovn.org>2016-02-28 21:04:41 -0800
commit6c75e208145a46b58d6a1347ca02a47e26408079 (patch)
tree030aa88cfdf8ae4ce74c537c6e1907ba6308838f /vswitchd
parent4be4d22c33f67c2154d4252746970ef1032c58a6 (diff)
downloadopenvswitch-6c75e208145a46b58d6a1347ca02a47e26408079.tar.gz
ovsdb: fix a typo in ovs-vswitchd.conf.db(5).
Signed-off-by: Andy Zhou <azhou@ovn.org> Acked-by: Joe Stringer <joe@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'vswitchd')
-rw-r--r--vswitchd/vswitch.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index c2ec914df..bccea55a4 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -4281,7 +4281,7 @@
<column name="status" key="bound_port" type='{"type": "integer"}'>
When <ref column="target"/> is <code>ptcp:</code> or
<code>pssl:</code>, this is the TCP port on which the OVSDB server is
- listening. (This is is particularly useful when <ref
+ listening. (This is particularly useful when <ref
column="target"/> specifies a port of 0, allowing the kernel to
choose any available port.)
</column>