tres v0.1.1 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
Link to this section Types
Link to this type
t()
t()
t() :: %Openflow.Action.CopyTtlOut{}
t() :: %Openflow.Action.CopyTtlOut{}
Link to this section Functions
Link to this function
new()
new()
new() :: Openflow.Action.CopyTtlOut.t()
new() :: Openflow.Action.CopyTtlOut.t()
Create a copy_ttl_out action structure
Example
iex> %CopyTtlOut{} = Openflow.Action.CopyTtlOut.new()
Link to this function
ofpat()
ofpat()
ofpat() :: 11
ofpat() :: 11
Link to this function
read(arg)
read(arg)
read(<<_::16, _::_*8>>) :: Openflow.Action.CopyTtlOut.t()
read(<<_::16, _::_*8>>) :: Openflow.Action.CopyTtlOut.t()
Link to this function
to_binary(copy_ttl_out)
to_binary(copy_ttl_out)
to_binary(CopyTtlIn.t()) :: <<_::16, _::_*8>>
to_binary(CopyTtlIn.t()) :: <<_::16, _::_*8>>