ofproto: New action TTL decrement.
authorPravin B Shelar <pshelar@nicira.com>
Sat, 14 Jan 2012 01:54:04 +0000 (17:54 -0800)
committerPravin B Shelar <pshelar@nicira.com>
Sat, 14 Jan 2012 01:54:04 +0000 (17:54 -0800)
commitf0fd1a1772665ea57662281d9cccadb0f0146196
tree121dd0e66a6e006f2a985ea5e708276301b5954f
parent444cacf4a7017a2b78418b7d12cd2f0a1e0dbb85
ofproto: New action TTL decrement.

Following patch implements dec_ttl as vendor action with similar
semantics as OpenFlow 1.2. If TTL reaches zero while procession
actions in current table, the remaining actions in previous tables
are processed. A configuration parameter is added to make TTL
decrement to zero generate packet in.

Feature #8758
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
16 files changed:
NEWS
include/openflow/nicira-ext.h
include/openflow/openflow.h
lib/ofp-parse.c
lib/ofp-print.c
lib/ofp-util.c
lib/ofp-util.def
lib/ofp-util.h
ofproto/connmgr.c
ofproto/connmgr.h
ofproto/ofproto-dpif.c
ofproto/ofproto.c
tests/ofp-print.at
tests/ofproto-dpif.at
utilities/ovs-ofctl.8.in
utilities/ovs-ofctl.c