To simultaneously create a flow and add resources to it, use the following command syntax:
$flowadm add-flow -llink \-aattribute=value[,attribute=value] \-pprop=value[,...]flow
The set of defined attributes that characterizes the flows constitutes the system'sflow control policy.
To set the property of an existing flow, use the following command syntax:
$flowadm set-flowprop -pprop=value[,...]flow
prop refers to the flow properties that can be assigned to a flow. The flow properties are the same as the properties that are assigned directly to a link. However, only the bandwidth and priority properties can be associated with flows.
For more information, see theflowadm(8) man page.