ofproto: add support of OFPR_ACTION_SET as packet-in reason for OF1.4+
authorShu Shen <shu.shen@radisys.com>
Wed, 4 Feb 2015 06:24:18 +0000 (22:24 -0800)
committerBen Pfaff <blp@nicira.com>
Sat, 7 Feb 2015 07:24:06 +0000 (23:24 -0800)
commit029ca940d7c552e23f0312095e21add06015a1f8
tree4a819ab9049aeebb5093e47d104e2d38371cb98e
parent032c09ddd1052fc3e23a76418b77214a1a585009
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>
DESIGN.md
OPENFLOW-1.1+.md
ofproto/connmgr.c
ofproto/ofproto-dpif-xlate.c
tests/ofproto-dpif.at