quality: Add test cases for flow_stats messages

This commit is contained in:
Eishun Kondoh 2019-05-05 20:45:35 +09:00
parent 7055dfd93b
commit 2557778042
4 changed files with 256 additions and 61 deletions

View file

@ -33,9 +33,6 @@ defmodule Openflow.Multipart.Aggregate.Request do
def ofp_type, do: 18
@spec new(
version: 4,
datapath_id: String.t(),
aux_id: 0..0xFF | nil,
xid: 0..0xFFFFFFFF,
table_id: 0..0xFF | :all | :max,
out_port: Openflow.Port.no(),