tres v0.1.1 Openflow.Action.PopVlan
Pop the outer VLAN tag.
Link to this section Summary
Link to this section Types
Link to this type
t()
t()
t() :: %Openflow.Action.PopVlan{}
t() :: %Openflow.Action.PopVlan{}
Link to this section Functions
Link to this function
new()
new()
new() :: t()
new() :: t()
Create a new pop_vlan action struct
elixir
iex> %PopVlan{} = PopVlan.new()
Link to this function
ofpat()
ofpat()
ofpat() :: 18
ofpat() :: 18
Link to this function
read(arg)
read(arg)
read(<<_::16, _::_*8>>) :: t()
read(<<_::16, _::_*8>>) :: t()
Link to this function
to_binary(pop_vlan)
to_binary(pop_vlan)
to_binary(t()) :: <<_::16, _::_*8>>
to_binary(t()) :: <<_::16, _::_*8>>