mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
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>
This commit is contained in:
@@ -2436,6 +2436,7 @@ validate_actions(const union ofp_action *actions, size_t n_actions,
|
||||
case OFPUTIL_NXAST_NOTE:
|
||||
case OFPUTIL_NXAST_SET_TUNNEL64:
|
||||
case OFPUTIL_NXAST_EXIT:
|
||||
case OFPUTIL_NXAST_DEC_TTL:
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user