summaryrefslogtreecommitdiff
path: root/lib/dpif.h
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2016-10-30 13:30:02 +0000
committerRussell Bryant <russell@ovn.org>2016-11-03 20:30:54 -0400
commit4c1b1a7d9c28041f102536dfe84c45d5a7ecce70 (patch)
tree141425cb357383e2a78eba3340289f73f24f9137 /lib/dpif.h
parentc50938a24031f0f5c3b2ccdf365d5817b3a7e7bb (diff)
downloadopenvswitch-4c1b1a7d9c28041f102536dfe84c45d5a7ecce70.tar.gz
doc: Convert datapath/README to rST
Signed-off-by: Stephen Finucane <stephen@that.guru> Signed-off-by: Russell Bryant <russell@ovn.org>
Diffstat (limited to 'lib/dpif.h')
-rw-r--r--lib/dpif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dpif.h b/lib/dpif.h
index cade0464d..e69087dee 100644
--- a/lib/dpif.h
+++ b/lib/dpif.h
@@ -113,7 +113,7 @@
*
* In Open vSwitch userspace, "struct flow" is the typical way to describe
* a flow, but the datapath interface uses a different data format to
- * allow ABI forward- and backward-compatibility. datapath/README.md
+ * allow ABI forward- and backward-compatibility. datapath/README.rst
* describes the rationale and design. Refer to OVS_KEY_ATTR_* and
* "struct ovs_key_*" in include/odp-netlink.h for details.
* lib/odp-util.h defines several functions for working with these flows.