Thanks a lot.  I applied these two patches to master.

On Tue, Nov 27, 2012 at 09:01:26AM +0200, Jarno Rajahalme wrote:
> Here is the Signed-off-by line for this patch:
> 
> Signed-off-by: Jarno Rajahalme <jarno.rajaha...@nsn.com>
> 
> On Nov 26, 2012, at 20:11 , ext Ben Pfaff wrote:
> 
> > From: Jarno Rajahalme <jarno.rajaha...@nsn.com>
> > 
> > This conforms with OpenFlow 1.1+ wording.
> > ---
> > lib/ofp-util.c |    4 +++-
> > 1 files changed, 3 insertions(+), 1 deletions(-)
> > 
> > diff --git a/lib/ofp-util.c b/lib/ofp-util.c
> > index b7feff8..bab6b2c 100644
> > --- a/lib/ofp-util.c
> > +++ b/lib/ofp-util.c
> > @@ -1435,7 +1435,9 @@ ofputil_decode_flow_mod(struct ofputil_flow_mod *fm,
> >         if (error) {
> >             return error;
> >         }
> > -        if (ofm->out_group != htonl(OFPG_ANY)) {
> > +        if ((ofm->command == OFPFC_DELETE
> > +             || ofm->command == OFPFC_DELETE_STRICT)
> > +            && ofm->out_group != htonl(OFPG_ANY)) {
> >             return OFPERR_OFPFMFC_UNKNOWN;
> >         }
> >         fm->flags = ntohs(ofm->flags);
> > -- 
> > 1.7.2.5
> > 
> 
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to