On Mon, Apr 8, 2019 at 11:53 PM Ben Pfaff <[email protected]> wrote: > Without this change, it's not obvious what needs to be edited. > > Signed-off-by: Ben Pfaff <[email protected]> >
Acked-by: Numan Siddique <[email protected]> > --- > build-aux/extract-ofp-fields | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/build-aux/extract-ofp-fields b/build-aux/extract-ofp-fields > index e159a1df66e2..7a4e8e170171 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) > > -- > 2.20.1 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
