On Thu, Jun 27, 2013 at 12:08:00PM +0000, Ganji Kumara-B38525 wrote:
> I have attached pcap file which includes flow mod add and del
> command and flow mod error.  I have using openvswitch-1.10.0 OF-1.3.

I finally got around to looking at this.  The problem is that the flow
deletion specifies an out_group of 0.  OVS doesn't have a groups
implementation yet, so that won't ever match any flows.  You want to
use OFPG_ANY for out_group, I think.
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to