Hi All,

I am working with the OVS version - 2.0.9 and I am facing the following issue:

I issues a FLOW_MOD command to delete all the flows and then verified with the 
following command on the switch side:

abc@abc-ThinkCentre-M91P:~/oftest$ sudo ovs-ofctl dump-flows br0
NXST_FLOW reply (xid=0x4):

But, If I see the number of tables it shows the number of active flows in the 
table 0 as 7. Why is this discrepency?

Following is the output of the same:

abc@abc-ThinkCentre-M91P:~/oftest$ sudo ovs-ofctl dump-tables br0 
OFPST_TABLE reply (xid=0x2): 254 tables
  0: classifier: wild=0x3fffff, max=1000000, active=7
               lookup=100, matched=20
  1: table1  : wild=0x3fffff, max=1000000, active=0
               lookup=0, matched=0
  2: table2  : wild=0x3fffff, max=1000000, active=0
               lookup=0, matched=0
  3: table3  : wild=0x3fffff, max=1000000, active=0
               lookup=0, matched=0
  4: table4  : wild=0x3fffff, max=1000000, active=0
               lookup=0, matched=0
  5: table5  : wild=0x3fffff, max=1000000, active=0
               lookup=0, matched=0
........253 tables with 0 active flows.


Due to this when I for the stats, stats_reply message send me the no  of active 
flows as 7 whereas I am expecting the number of flows to be 0  resulting in the 
failure of my test case.

My test cases which were passing earlier on version 1.4.0 are now failing on 
the new version. Is this the issue with the OVS code or I am missing something.

Please guide.

Thanks and Regards
 
Sahil Shah
IT Analyst
Tata Consultancy Services
Cell:- 09873552128
Mailto: [email protected]
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you


_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to