Thanks, I pushed this.

On Wed, May 30, 2012 at 02:00:22PM -0700, Ethan Jackson wrote:
> Looks good, thanks.
> 
> Ethan
> 
> On Wed, May 30, 2012 at 1:15 PM, Ben Pfaff <b...@nicira.com> wrote:
> > CC: Justin Pettit <jpet...@nicira.com>
> > Signed-off-by: Ben Pfaff <b...@nicira.com>
> > ---
> >  ofproto/ofproto.c |    4 ++--
> >  1 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c
> > index 0c24314..ac954c7 100644
> > --- a/ofproto/ofproto.c
> > +++ b/ofproto/ofproto.c
> > @@ -3090,8 +3090,8 @@ handle_flow_mod(struct ofconn *ofconn, const struct 
> > ofp_header *oh)
> >         return error;
> >     }
> >
> > -    /* We do not support the emergency flow cache.  It will hopefully get
> > -     * dropped from OpenFlow in the near future. */
> > +    /* We do not support the OpenFlow 1.0 emergency flow cache, which is 
> > not
> > +     * required in OpenFlow 1.0.1 and removed from OpenFlow 1.1. */
> >     if (fm.flags & OFPFF_EMERG) {
> >         /* There isn't a good fit for an error code, so just state that the
> >          * flow table is full. */
> > --
> > 1.7.2.5
> >
> > _______________________________________________
> > dev mailing list
> > dev@openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to