Work on test case for secure channel
This commit is contained in:
parent
e52fe31b79
commit
2c0b0024a1
11 changed files with 603 additions and 16 deletions
|
|
@ -5,7 +5,7 @@ defmodule Openflow.Action.PushVlan do
|
|||
|
||||
def ofpat, do: 17
|
||||
|
||||
def new(ethertype) do
|
||||
def new(ethertype \\ 0x8100) do
|
||||
%PushVlan{ethertype: ethertype}
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue