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.

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

Reply via email to