diff --git a/build-aux/extract-ofp-fields b/build-aux/extract-ofp-fields index e159a1df6..7a4e8e170 100755 --- a/build-aux/extract-ofp-fields +++ b/build-aux/extract-ofp-fields @@ -757,7 +757,9 @@ ovs\-fields \- protocol header fields in OpenFlow and Open vSwitch for f in fields: if "used" not in f: - fatal("%s: field not documented" % f["mff"]) + fatal("%s: field not documented " + "(please add documentation in lib/meta-flow.xml)" + % f["mff"]) if n_errors: sys.exit(1)