Add information about time left before timeouts to flow dumps.
authorBen Pfaff <blp@nicira.com>
Tue, 7 Feb 2012 18:13:52 +0000 (10:13 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 7 Feb 2012 23:48:53 +0000 (15:48 -0800)
commitf27f21341ab42ad0e898d6c0e1bd4e98af82afda
treeeaa427ccc2e6550a1455aec6791bf23ed3543fa4
parentef0ce8aeeeb95d2d64a8a22bd5839d7f684a31f5
Add information about time left before timeouts to flow dumps.

The "learn" action is useful for MAC learning, but until now there has been
no way to find out through OpenFlow how much time remains before a MAC
learning entry (a learned flow) expires.  This commit adds that ability.

Feature #7193.
Signed-off-by: Ben Pfaff <blp@nicira.com>
12 files changed:
NEWS
include/openflow/nicira-ext.h
lib/learning-switch.c
lib/ofp-print.c
lib/ofp-util.c
lib/ofp-util.h
ofproto/ofproto.c
tests/ofp-print.at
tests/ofproto-dpif.at
tests/ofproto-macros.at
utilities/ovs-ofctl.8.in
utilities/ovs-ofctl.c