tres v0.1.0 Openflow.Action.CopyTtlOut

Copy the TTL from outermost to next-to-outermost header with TTL.
Copy can be IP-to-IP, MPLS-to-MPLS, or MPLS-to-IP.

Link to this section Summary

Functions

Create a copy_ttl_out action structure

Link to this section Types

Link to this type

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

Link to this section Functions

Create a copy_ttl_out action structure

Example

iex> %CopyTtlOut{} = Openflow.Action.CopyTtlOut.new()
Link to this function

ofpat()
ofpat() :: 11

Link to this function

read(arg)
read(<<_::16, _::_*8>>) :: Openflow.Action.CopyTtlOut.t()

Link to this function

to_binary(copy_ttl_out)
to_binary(CopyTtlIn.t()) :: <<_::16, _::_*8>>