ofproto-dpif: Add idle_timeout parameter to ofproto_dpif_add_internal_flow()
authorSimon Horman <horms@verge.net.au>
Wed, 11 Jun 2014 00:28:05 +0000 (09:28 +0900)
committerBen Pfaff <blp@nicira.com>
Thu, 12 Jun 2014 00:11:49 +0000 (17:11 -0700)
commit290ad78a64faaca2895cc0c22532169a73b7009d
tree1f518d616eddfd12302705be8af7899219c4ceda
parent888ac0d743f52def3ff3ffd77471b4c68941edf8
ofproto-dpif: Add idle_timeout parameter to ofproto_dpif_add_internal_flow()

This is in preparation for using the same helper as part of support
for using recirculation in conjunction series of actions including
with MPLS actions that are currently not able to be translated.

In that scenario the idle timeout will be used to expire internal
rules that are added to handle recirculation.

Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/bond.c
ofproto/ofproto-dpif.c
ofproto/ofproto-dpif.h