tres v0.1.1 Openflow.Action.NxBundle
Link to this section Summary
Link to this section Types
Link to this type
algorithm()
algorithm()
algorithm() :: :active_backup | :highest_random_weight
algorithm() :: :active_backup | :highest_random_weight
Link to this type
hash_field()
hash_field()
hash_field() ::
:eth_src
| :symmetric_l4
| :symmetric_l3l4
| :symmetric_l3l4_udp
| :nw_src
| :nw_dst
hash_field() :: :eth_src | :symmetric_l4 | :symmetric_l3l4 | :symmetric_l3l4_udp | :nw_src | :nw_dst
Link to this type
t()
t()
t() :: %Openflow.Action.NxBundle{
algorithm: algorithm(),
basis: non_neg_integer(),
hash_field: hash_field(),
n_slaves: non_neg_integer(),
slave_type: :nx_in_port,
slaves: [pos_integer()]
}
t() :: %Openflow.Action.NxBundle{ algorithm: algorithm(), basis: non_neg_integer(), hash_field: hash_field(), n_slaves: non_neg_integer(), slave_type: :nx_in_port, slaves: [pos_integer()] }
Link to this section Functions
Link to this function
new(options \\ [])
new(options \\ [])
new(
algorithm: algorithm(),
hash_field: hash_field(),
basis: non_neg_integer(),
slave_type: :nx_in_port,
n_slaves: non_neg_integer(),
slaves: [pos_integer()]
) :: t()
new( algorithm: algorithm(), hash_field: hash_field(), basis: non_neg_integer(), slave_type: :nx_in_port, n_slaves: non_neg_integer(), slaves: [pos_integer()] ) :: t()
Link to this function
read(arg)
Link to this function