summaryrefslogtreecommitdiff
path: root/DESIGN.md
diff options
context:
space:
mode:
authorShu Shen <shu.shen@radisys.com>2015-02-03 22:24:18 -0800
committerBen Pfaff <blp@nicira.com>2015-02-06 23:24:06 -0800
commit029ca940d7c552e23f0312095e21add06015a1f8 (patch)
tree4a819ab9049aeebb5093e47d104e2d38371cb98e /DESIGN.md
parent032c09ddd1052fc3e23a76418b77214a1a585009 (diff)
downloadopenvswitch-029ca940d7c552e23f0312095e21add06015a1f8.tar.gz
ofproto: add support of OFPR_ACTION_SET as packet-in reason for OF1.4+
This patch adds support for OFPR_ACTION_SET as the packet-in reason when a Packet-In message is triggered by an output action within an action-set. By default reason code OFPR_ACTION_SET is enabled for async messages when Openflow 1.4+ is used. A test case is included. Signed-off-by: Shu Shen <shu.shen@radisys.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'DESIGN.md')
-rw-r--r--DESIGN.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/DESIGN.md b/DESIGN.md
index ff5bdf420..4d94c2d09 100644
--- a/DESIGN.md
+++ b/DESIGN.md
@@ -54,6 +54,7 @@ sent, an entry labeled "---" means that the message is suppressed.
OFPR_NO_MATCH yes ---
OFPR_ACTION yes ---
OFPR_INVALID_TTL --- ---
+ OFPR_ACTION_SET (OF1.4+) yes ---
OFPR_GROUP (OF1.4+) yes ---
OFPT_FLOW_REMOVED / NXT_FLOW_REMOVED