add documents
This commit is contained in:
parent
eda1fc5727
commit
4dddd1f5fe
14 changed files with 377 additions and 27 deletions
|
|
@ -1,11 +1,6 @@
|
|||
defmodule Openflow.Action.PushVlan do
|
||||
@moduledoc """
|
||||
Push a new VLAN tag
|
||||
|
||||
send_flow_mod_add(
|
||||
datapath_id,
|
||||
instructions: ApplyActions.new(PushVlan.new())
|
||||
)
|
||||
"""
|
||||
|
||||
defstruct(ethertype: 0x8100)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue