Signed-off-by: FUJITA Tomonori <[email protected]> --- ryu/ofproto/ofproto_v1_0.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/ryu/ofproto/ofproto_v1_0.py b/ryu/ofproto/ofproto_v1_0.py index c8db6e7..4462946 100644 --- a/ryu/ofproto/ofproto_v1_0.py +++ b/ryu/ofproto/ofproto_v1_0.py @@ -231,9 +231,10 @@ OFP_ACTION_PACK_STR = '!H' # OFP_ACTION_SIZE = 8 # assert calcsize(OFP_ACTION_PACK_STR) == OFP_ACTION_SIZE -# enum nx_action_subtype (truncated) +# enum nx_action_subtype NXAST_RESUBMIT = 1 NXAST_SET_TUNNEL = 2 +NXAST_DROP_SPOOFED_ARP__OBSOLETE = 3 NXAST_SET_QUEUE = 4 NXAST_POP_QUEUE = 5 NXAST_REG_MOVE = 6 -- 1.7.4.4 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
