quality: Add test cases for group_mod message

This commit is contained in:
Eishun Kondoh 2019-04-28 14:48:28 +09:00
parent ca07b47575
commit 37754a6ca4
8 changed files with 142 additions and 21 deletions

View file

@ -25,10 +25,9 @@ defmodule Openflow.FlowMod do
@type command :: :add | :modify | :modify_strict | :delete | :delete_strict
@type out_port ::
0..0xFFFFFFFF | :max | :table | :normal | :flood | :all | :controller | :local | :any
@type out_port :: Openflow.Port.number()
@type out_group :: 0..0xFFFFFFFF | :max | :all | :any
@type out_group :: Openflow.GroupMod.id()
@type flags :: [
:send_flow_rem | :check_overlap | :reset_counts | :no_packet_counts | :no_byte_counts