openflow: Fix aggregate request
This commit is contained in:
parent
c5e38155e1
commit
b32cfff395
22 changed files with 71 additions and 44 deletions
|
|
@ -40,7 +40,7 @@ defmodule Openflow.FlowMod do
|
|||
aux_id: 0..0xF | nil,
|
||||
cookie: 0..0xFFFFFFFFFFFFFFFF,
|
||||
cookie_mask: 0..0xFFFFFFFFFFFFFFFF,
|
||||
table_id: 0..0xF,
|
||||
table_id: 0..0xFF,
|
||||
command: command(),
|
||||
idle_timeout: 0..0xFFFF,
|
||||
hard_timeout: 0..0xFFFF,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue