OK
> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Ben Pfaff > Sent: Tuesday, 13 June, 2017 00:29 > To: [email protected] > Cc: Ben Pfaff <[email protected]> > Subject: [ovs-dev] [PATCH 09/31] fixup: Need OFPBMC_BAD_TYPE in OF1.0 since > it can now be used there. > > Signed-off-by: Ben Pfaff <[email protected]> > --- > include/openvswitch/ofp-errors.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/include/openvswitch/ofp-errors.h > b/include/openvswitch/ofp-errors.h > index aeb58e012fd3..7d75386352d8 100644 > --- a/include/openvswitch/ofp-errors.h > +++ b/include/openvswitch/ofp-errors.h > @@ -311,7 +311,8 @@ enum ofperr { > /* ## OFPET_BAD_MATCH ## */ > /* ## --------------- ## */ > > - /* OF1.1+(4,0). Unsupported match type specified by the match */ > + /* NX1.0(4,264), OF1.1+(4,0). Unsupported match type specified by the > + * match */ > OFPERR_OFPBMC_BAD_TYPE, > > /* OF1.1+(4,1). Length problem in match. */ > -- > 2.10.2 > > _______________________________________________ > 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
