quality: Add test cases for get_async messages
This commit is contained in:
parent
42dd435b63
commit
c592d9f7c5
8 changed files with 458 additions and 33 deletions
|
|
@ -10,6 +10,8 @@ defmodule Openflow.PortStatus do
|
|||
|
||||
alias __MODULE__
|
||||
|
||||
@type reason :: :add | :delete | :modify
|
||||
|
||||
def ofp_type, do: 12
|
||||
|
||||
def read(<<reason_int::8, _pad::size(7)-unit(8), port_bin::64-bytes>>) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue