[ovs-discuss] ovs-ofctl dump-tables and dump-flows inconsistency?

Ashok Chippa a.n.chippa at gmail.com
Sat Dec 27 05:34:27 UTC 2014


root at ashok-vb:/home/achippa/firewall# ovs-ofctl dump-tables br-int
OFPST_TABLE reply (xid=0x2): 254 tables
  0: classifier: wild=0x3fffff, max=1000000, active=11
               lookup=1170, matched=819
...
...

The above output shows 11 active flows in table 0... However:

root at ashok-vb:/home/achippa/firewall# ovs-ofctl dump-flows br-int
NXST_FLOW reply (xid=0x4):
 cookie=0x0, duration=2997.087s, table=0, n_packets=0, n_bytes=0,
idle_age=2997, priority=0 actions=CONTROLLER:65535
root at ashok-vb:/home/achippa/firewall#

Shows only 1 flow instead of all 11 flows!!! (My packets are hitting flows
that I am not able to dump)...

What's wrong here? Is the code assuming that the flow with
actions=CONTROLLER is the last flow? Appreciate your help.

Thanks,
Ashok
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/ovs-discuss/attachments/20141226/ee986df5/attachment-0002.html>


More information about the discuss mailing list