Add support NXT_RESUME
This commit is contained in:
parent
2c4d247a2f
commit
cd72830a6e
1 changed files with 18 additions and 0 deletions
|
|
@ -25,6 +25,24 @@ defmodule Openflow.NxPacketIn2 do
|
|||
|
||||
alias __MODULE__
|
||||
|
||||
@encode_keys ~w(
|
||||
packet
|
||||
full_len
|
||||
buffer_id
|
||||
table_id
|
||||
cookie
|
||||
reason
|
||||
metadata
|
||||
userdata
|
||||
continuation_bridge
|
||||
continuation_stack
|
||||
continuation_conntracked
|
||||
continuation_table_id
|
||||
continuation_cookie
|
||||
continuation_actions
|
||||
continuation_action_set
|
||||
)a
|
||||
|
||||
@experimenter 0x00002320
|
||||
@nx_type 30
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue