mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-04 20:06:09 +02:00
Make clear that ryu supports all the NX actions
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
32d3a9f499
commit
1b6b0c49d9
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user