Hi, I am OVS kernel datapath with ovs-openflowd. I have installed the following flow entries.
cookie=0x0, duration=292.116s, table_id=0, n_packets=0, n_bytes=0, priority=24576,icmp actions=CONTROLLER:1500 cookie=0x0, duration=292.116s, table_id=0, n_packets=189, n_bytes=36725, priority=24576,udp actions=CONTROLLER:1500 cookie=0x0, duration=292.116s, table_id=0, n_packets=0, n_bytes=0, priority=24576,tcp actions=CONTROLLER:1500 cookie=0x0, duration=292.155s, table_id=0, n_packets=897, n_bytes=53820, priority=0 actions=drop I see that the second entry (i.e., match on UDP packet with dl_type and ip_proto set) is incrementing the counters for n_packets and n_bytes. But there is no packet-ins received by the controller! This is with OVS (at head of master branch). I am not sure what is wrong here. Seems like a bug to me at this point. Any advice is appreciated. Many thanks. Regards KK _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org