quality: Add test cases for group_stats messages

This commit is contained in:
Eishun Kondoh 2019-05-05 21:34:24 +09:00
parent 2557778042
commit 87ff193b63
4 changed files with 89 additions and 18 deletions

View file

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