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,12 +1,6 @@
defmodule Openflow.Action.PushMpls do
@moduledoc """
Push a new MPLS label
send_flow_mod_add(
datapath_id,
match: Match.new(),
instruction: ApplyActions.new(PushMpls.new())
)
"""
defstruct(ethertype: 0x8847)