tres v0.1.0 Openflow.Action.NxController
Link to this section Summary
Link to this section Types
Link to this type
max_len()
max_len()
max_len() :: :max | :no_buffer | non_neg_integer()
max_len() :: :max | :no_buffer | non_neg_integer()
Link to this type
packet_in_reason()
packet_in_reason()
packet_in_reason() ::
:no_match | :action | :invalid_ttl | :action_set | :group | :packet_out
packet_in_reason() :: :no_match | :action | :invalid_ttl | :action_set | :group | :packet_out
Link to this type
t()
t()
t() :: %Openflow.Action.NxController{
id: non_neg_integer(),
max_len: max_len(),
reason: packet_in_reason()
}
t() :: %Openflow.Action.NxController{ id: non_neg_integer(), max_len: max_len(), reason: packet_in_reason() }
Link to this section Functions
Link to this function
new(options \\ [])
new(options \\ [])
new(max_len: max_len(), id: non_neg_integer(), reason: packet_in_reason()) ::
t()
new(max_len: max_len(), id: non_neg_integer(), reason: packet_in_reason()) :: t()
Link to this function
read(arg)
Link to this function