quality: Add test cases for group_stats messages
This commit is contained in:
parent
2557778042
commit
87ff193b63
4 changed files with 89 additions and 18 deletions
|
|
@ -19,7 +19,7 @@ defmodule Openflow.GroupMod do
|
|||
@type t :: %GroupMod{
|
||||
version: 4,
|
||||
datapath_id: String.t() | nil,
|
||||
aux_id: 0..0xF | nil,
|
||||
aux_id: 0..0xFF | nil,
|
||||
xid: 0..0xFFFFFFFF,
|
||||
command: command(),
|
||||
type: type(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue