Implement new "fin_timeout" action and "learn" feature.
authorBen Pfaff <blp@nicira.com>
Wed, 15 Feb 2012 18:37:03 +0000 (10:37 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 15 Feb 2012 18:37:03 +0000 (10:37 -0800)
commit0e553d9c1063be047824c6f1afce9ffc6db6c671
tree135e48b0e6eae34761b8618c323643e2b1c174f1
parent12113c394a9873aa4f54da750d9fb4ff89ccb254
Implement new "fin_timeout" action and "learn" feature.

The "learn" action can create matching return flows.  If those have a long
timeout then it's a good idea to have a way to notice when in fact the
flows have terminated.  This new action and matching "learn" feature
provides that way.

Feature #8603.
Signed-off-by: Ben Pfaff <blp@nicira.com>
14 files changed:
NEWS
include/openflow/nicira-ext.h
lib/learn.c
lib/ofp-parse.c
lib/ofp-print.c
lib/ofp-util.c
lib/ofp-util.def
lib/ofp-util.h
ofproto/ofproto-dpif.c
ofproto/ofproto-provider.h
tests/learn.at
tests/ofproto-dpif.at
tests/ovs-ofctl.at
utilities/ovs-ofctl.8.in