Formatted
This commit is contained in:
parent
5fc01a9bec
commit
7635272fbd
150 changed files with 5055 additions and 4032 deletions
|
|
@ -12,7 +12,7 @@ defmodule Openflow.Action.NxCtClear do
|
|||
|
||||
def to_binary(%NxCtClear{}) do
|
||||
exp_body = <<@experimenter::32, @nxast::16, 0::16, 0::size(4)-unit(8)>>
|
||||
<<0xffff::16, 16::16, exp_body::bytes>>
|
||||
<<0xFFFF::16, 16::16, exp_body::bytes>>
|
||||
end
|
||||
|
||||
def read(<<@experimenter::32, @nxast::16, _::16, _::size(4)-unit(8)>>) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue