openflow: Fix aggregate request

This commit is contained in:
Eishun Kondoh 2019-05-01 23:54:40 +09:00
parent c5e38155e1
commit b32cfff395
22 changed files with 71 additions and 44 deletions

View file

@ -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,