tres v0.1.0 Openflow.Bucket

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %Openflow.Bucket{
  actions: [Openflow.Actions.type()],
  watch_group: Openflow.GroupMod.id(),
  watch_port: Openflow.Port.no(),
  weight: 0..65535
}

Link to this section Functions

Link to this function

new(options)
new(
  weight: 0..65535,
  watch_port: Openflow.Port.no(),
  watch_group: Openflow.GroupMod.id(),
  actions: [Openflow.Actions.type()]
) :: t()

Link to this function

read(buckets_bin)
read(<<_::_*128>>) :: [t()]
read([t()]) :: <<_::_*128>>

Link to this function

to_binary(buckets)