On Sun, Mar 25, 2012 at 11:20:41PM -0700, Justin Pettit wrote: > The code that handled processing OpenFlow flow modification requests > set the cookie mask to exact-match. This seems reasonable for adding > flows, but is not correct for matching, since OpenFlow 1.0 doesn't > support matching based on the cookie. This commit changes to cookie > mask to fully wildcarded, which is the correct behavior for > modifications and deletions. It doesn't cause any problems for flow > additions, since the mask is ignored for that operation. > > Bug #9742 > > Reported-by: Luca Giraudo <lgira...@nicira.com> > Reported-by: Paul Ingram <p...@nicira.com> > Signed-off-by: Justin Pettit <jpet...@nicira.com>
This seems fine to me. Thanks, Ben. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev