Formatted
This commit is contained in:
parent
5fc01a9bec
commit
7635272fbd
150 changed files with 5055 additions and 4032 deletions
|
|
@ -1,11 +1,12 @@
|
|||
defmodule Openflow.Multipart.Queue.Request do
|
||||
defstruct(
|
||||
version: 4,
|
||||
xid: 0,
|
||||
datapath_id: nil, # virtual field
|
||||
version: 4,
|
||||
xid: 0,
|
||||
# virtual field
|
||||
datapath_id: nil,
|
||||
flags: [],
|
||||
port_number: :any,
|
||||
queue_id: :all
|
||||
queue_id: :all
|
||||
)
|
||||
|
||||
alias __MODULE__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue