The first commit in this series fixes a bug in tracking the idle time of flows.
Ben Pfaff (3): ofproto-dpif: Update last-used time of initial rule in handle_flow_miss(). tests: Use ofctl_strip consistently. Add information about time left before timeouts to flow dumps. NEWS | 2 + include/openflow/nicira-ext.h | 29 +++++++++++++-- lib/learning-switch.c | 1 + lib/ofp-print.c | 11 +++++- lib/ofp-util.c | 34 ++++++++++++++++- lib/ofp-util.h | 8 +++- ofproto/ofproto-dpif.c | 5 ++- ofproto/ofproto.c | 24 ++++++++++++ tests/learn.at | 22 ++++++------ tests/ofp-print.at | 16 ++++---- tests/ofproto-dpif.at | 79 ++++++++++++++++++++++++++++++++++------ tests/ofproto-macros.at | 2 + tests/ofproto.at | 76 +++++++++++++++++++------------------- tests/ovs-ofctl.at | 8 ++-- utilities/ovs-ofctl.8.in | 41 +++++++++++++-------- utilities/ovs-ofctl.c | 2 +- 16 files changed, 261 insertions(+), 99 deletions(-) -- 1.7.2.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev