tres v0.1.1 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

Functions

Create a copy_ttl_in action struct

Link to this section Types

Link to this type

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

Link to this section Functions

Create a copy_ttl_in action struct

Example:

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

ofpat()
ofpat() :: 12

Link to this function

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

Link to this function

to_binary(copy_ttl_in)
to_binary(Openflow.Action.CopyTtlIn.t()) :: <<_::16, _::_*8>>