summaryrefslogtreecommitdiff
path: root/vswitchd
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2018-11-08 21:39:00 -0800
committerBen Pfaff <blp@ovn.org>2018-11-15 08:14:52 -0800
commit0f3a7416b4b30abb5f7e3005712d4c4e3acc04b3 (patch)
tree37721d7cb874edf31064afd2373c01f4f0122e14 /vswitchd
parent597177a283da64d432fc780cd5761521df0c30db (diff)
downloadopenvswitch-0f3a7416b4b30abb5f7e3005712d4c4e3acc04b3.tar.gz
docs: Fix cross-references that referred to discussions that have moved.
Reviewed-by: Yifeng Sun <pkusunyifeng@gmail.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'vswitchd')
-rw-r--r--vswitchd/vswitch.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index 6747bd31c..21609107d 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -2629,9 +2629,9 @@
<li>
The word <code>flow</code>. The tunnel accepts packets with any
key. The key will be placed in the <code>tun_id</code> field for
- matching in the flow table. The <code>ovs-ofctl</code> manual page
- contains additional information about matching fields in OpenFlow
- flows.
+ matching in the flow table. The <code>ovs-fields</code>(7) manual
+ page contains additional information about matching fields in
+ OpenFlow flows.
</li>
</ul>
@@ -2657,8 +2657,8 @@
The word <code>flow</code>. Packets sent through the tunnel will
have the key set using the <code>set_tunnel</code> Nicira OpenFlow
vendor extension (0 is used in the absence of an action). The
- <code>ovs-ofctl</code> manual page contains additional information
- about the Nicira OpenFlow vendor extensions.
+ <code>ovs-fields</code>(7) manual page contains additional
+ information about the Nicira OpenFlow vendor extensions.
</li>
</ul>
</column>