On Mon, Jun 27, 2016 at 05:37:58PM +0900, Adonis Congaro wrote:
> I have found that this command is used to limit flow entries in user space:
> ovs-vsctl -- --id=@ft  create  Flow_Table  flow_limit=100
>  overflow_policy=refuse -- set Bridge brflow_tables=0=@ft
> 
> But after executing this command a few times with different flow limit
> number, an error occurred. The active flow suddenly becomes very large:
> 
> OFPST_TABLE reply (xid=0x2):
>   table 0 ("classifier"):
>     active=4294967292, lookup=6, matched=0
>     max_entries=6
>     . . .
> 
> So I can't add any flows in even though dump-flows shows no flows at all.
> 
> I tried changing the id to a different one but still the problem persists.
> So is there a way to delete this flow table altogether so I can add a new
> one.

This is a very interesting bug report.  I would like to fix the bug.
Can you give me a step-by-step description of how to reproduce it?

Thanks,

Ben.
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to