tres v0.1.0 Openflow.Bucket
Link to this section Summary
Link to this section Types
Link to this type
t()
t()
t() :: %Openflow.Bucket{
actions: [Openflow.Actions.type()],
watch_group: Openflow.GroupMod.id(),
watch_port: Openflow.Port.no(),
weight: 0..65535
}
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(options)
new(
weight: 0..65535,
watch_port: Openflow.Port.no(),
watch_group: Openflow.GroupMod.id(),
actions: [Openflow.Actions.type()]
) :: t()
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)
Link to this function