add documents

This commit is contained in:
Eishun Kondoh 2019-03-28 18:17:01 +09:00
parent eda1fc5727
commit 4dddd1f5fe
14 changed files with 377 additions and 27 deletions

View file

@ -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)