summaryrefslogtreecommitdiff
path: root/include/openvswitch/ofp-util.h
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2016-12-08 12:55:26 +0000
committerBen Pfaff <blp@ovn.org>2016-12-12 08:57:06 -0800
commit7c9afefd0ac4a6923c6b0c9480429b68dfb75c1a (patch)
treeff177233a6d33abab388b89ac658da288fd9ae0b /include/openvswitch/ofp-util.h
parent43f317fff1b709343559eb626720af048f2da410 (diff)
downloadopenvswitch-7c9afefd0ac4a6923c6b0c9480429b68dfb75c1a.tar.gz
doc: Populate 'topics' section
There are many docs that don't need to kept at the top level, along with many more hidden in random folders. Move them all. This also allows us to add the '-W' flag to Sphinx, ensuring unindexed docs result in build failures. Signed-off-by: Stephen Finucane <stephen@that.guru> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'include/openvswitch/ofp-util.h')
-rw-r--r--include/openvswitch/ofp-util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/openvswitch/ofp-util.h b/include/openvswitch/ofp-util.h
index 8703d2a3a..91ff0c293 100644
--- a/include/openvswitch/ofp-util.h
+++ b/include/openvswitch/ofp-util.h
@@ -282,7 +282,7 @@ enum ofputil_flow_mod_flags {
/* Protocol-independent flow_mod.
*
* The handling of cookies across multiple versions of OpenFlow is a bit
- * confusing. See DESIGN for the details. */
+ * confusing. See the topics/design doc for the details. */
struct ofputil_flow_mod {
struct ovs_list list_node; /* For queuing flow_mods. */
@@ -818,7 +818,7 @@ struct ofputil_table_features {
* supported, otherwise 0. For other versions, they are decoded as -1 and
* ignored for encoding.
*
- * See the section "OFPTC_* Table Configuration" in DESIGN.rst for more
+ * Search for "OFPTC_* Table Configuration" in the documentation for more
* details of how OpenFlow has changed in this area.
*/
enum ofputil_table_miss miss_config; /* OF1.1 and 1.2 only. */