tres v0.1.1 Openflow.Action.PopVlan

Pop the outer VLAN tag.

Link to this section Summary

Functions

Create a new pop_vlan action struct

Link to this section Types

Link to this type

t()
t() :: %Openflow.Action.PopVlan{}

Link to this section Functions

Link to this function

new()
new() :: t()

Create a new pop_vlan action struct

elixir iex> %PopVlan{} = PopVlan.new()

Link to this function

ofpat()
ofpat() :: 18

Link to this function

read(arg)
read(<<_::16, _::_*8>>) :: t()

Link to this function

to_binary(pop_vlan)
to_binary(t()) :: <<_::16, _::_*8>>