tres v0.1.0 Openflow.Action.CopyTtlIn
Copy the TTL from next-to-outermost to outermost header with TTL.
Copy can be IP-to-IP, MPLS-to-MPLS, or IP-to-MPLS.
Link to this section Summary
Link to this section Types
Link to this type
t()
t()
t() :: %Openflow.Action.CopyTtlIn{}
t() :: %Openflow.Action.CopyTtlIn{}
Link to this section Functions
Link to this function
new()
new()
new() :: Openflow.Action.CopyTtlIn.t()
new() :: Openflow.Action.CopyTtlIn.t()
Create a copy_ttl_in action struct
Example:
iex> %CopyTtlIn{} = Openflow.Action.CopyTtlIn.new()
Link to this function
ofpat()
ofpat()
ofpat() :: 12
ofpat() :: 12
Link to this function
read(arg)
read(arg)
read(<<_::16, _::_*8>>) :: Openflow.Action.CopyTtlIn.t()
read(<<_::16, _::_*8>>) :: Openflow.Action.CopyTtlIn.t()
Link to this function
to_binary(copy_ttl_in)
to_binary(copy_ttl_in)
to_binary(Openflow.Action.CopyTtlIn.t()) :: <<_::16, _::_*8>>
to_binary(Openflow.Action.CopyTtlIn.t()) :: <<_::16, _::_*8>>