summaryrefslogtreecommitdiff
path: root/include/openvswitch/ofp-actions.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-actions.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-actions.h')
-rw-r--r--include/openvswitch/ofp-actions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/openvswitch/ofp-actions.h b/include/openvswitch/ofp-actions.h
index 29992614e..946beafeb 100644
--- a/include/openvswitch/ofp-actions.h
+++ b/include/openvswitch/ofp-actions.h
@@ -158,8 +158,8 @@ enum {
* NXAST_SET_TUNNEL64. In these cases, if the "struct ofpact" originated
* from OpenFlow, then we want to make sure that, if it gets translated
* back to OpenFlow later, it is translated back to the same action type.
- * (Otherwise, we'd violate the promise made in DESIGN, in the "Action
- * Reproduction" section.)
+ * (Otherwise, we'd violate the promise made in the topics/design doc, in
+ * the "Action Reproduction" section.)
*
* For such actions, the 'raw' member should be the "enum ofp_raw_action"
* originally extracted from the OpenFlow action. (If the action didn't