summaryrefslogtreecommitdiff
path: root/OPENFLOW-1.1+.md
diff options
context:
space:
mode:
authorBen Warren <ben@skyportsystems.com>2016-04-04 21:32:09 -0400
committerBen Pfaff <blp@ovn.org>2016-04-14 13:48:25 -0700
commitf4248336590110dbefa5a1494d21859b5c00c693 (patch)
treefcad924fdf55fcd8be6f885d2916660f0afbb5d8 /OPENFLOW-1.1+.md
parentae06a5610a4d5d3fa1d723966aaf356140983f0b (diff)
downloadopenvswitch-f4248336590110dbefa5a1494d21859b5c00c693.tar.gz
Move lib/ofp-util.h to include/openvswitch directory
This commit also adds several #include directives in source files in order to make the 'ofp-util.h' move possible Signed-off-by: Ben Warren <ben@skyportsystems.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'OPENFLOW-1.1+.md')
-rw-r--r--OPENFLOW-1.1+.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/OPENFLOW-1.1+.md b/OPENFLOW-1.1+.md
index 62ebddcd6..a22273d93 100644
--- a/OPENFLOW-1.1+.md
+++ b/OPENFLOW-1.1+.md
@@ -21,7 +21,7 @@ The primary approach to compatibility is to abstract most of the
details of the differences from the core code, by adding a protocol
layer that translates between OF1.x and a slightly higher-level
abstract representation. The core of this approach is the many struct
-ofputil_* structures in lib/ofp-util.h.
+ofputil_* structures in include/openvswitch/ofp-util.h.
As a consequence of this approach, OVS cannot use OpenFlow protocol
definitions that closely resemble those in the OpenFlow specification,