summaryrefslogtreecommitdiff
path: root/build-aux/extract-ofp-errors
diff options
context:
space:
mode:
authorBen Warren <ben@skyportsystems.com>2016-03-03 10:20:43 -0800
committerBen Pfaff <blp@ovn.org>2016-03-19 09:43:12 -0700
commite03c096dd0a61d1ec2cbc3d096b7dbc128e45939 (patch)
tree03a281a137502a7d6b9bed67b7f37af7aa104c67 /build-aux/extract-ofp-errors
parentb211014d26bd467f1e46db3dacefa9249819148c (diff)
downloadopenvswitch-e03c096dd0a61d1ec2cbc3d096b7dbc128e45939.tar.gz
Move lib/ofp-errors.h to include/openvswitch directory
Signed-off-by: Ben Warren <ben@skyportsystems.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'build-aux/extract-ofp-errors')
-rwxr-xr-xbuild-aux/extract-ofp-errors2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/extract-ofp-errors b/build-aux/extract-ofp-errors
index 16bfbc721..7349644b2 100755
--- a/build-aux/extract-ofp-errors
+++ b/build-aux/extract-ofp-errors
@@ -161,7 +161,7 @@ experimenter IDs), then ERROR_HEADER to obtain OpenFlow error number.
It outputs a C source file for translating OpenFlow error codes into
strings.
-ERROR_HEADER should point to lib/ofp-errors.h.
+ERROR_HEADER should point to include/openvswitch/ofp-errors.h.
VENDOR_HEADER should point to include/openflow/openflow-common.h.
The output is suitable for use as lib/ofp-errors.inc.\
''' % {"argv0": argv0})