| This group contains policies mandating Master/Channel allocation |
| for software sources wishing to send trace data over an STM |
| What: /config/stp-policy/<device>.<policy> |
| This group is the root of a policy; its name is a concatenation |
| of an stm device name to which this policy applies and an |
| arbitrary string. If <device> part doesn't match an existing |
| stm device, mkdir will fail with ENODEV; if that device already |
| has a policy assigned to it, mkdir will fail with EBUSY. |
| What: /config/stp-policy/<device>.<policy>/device |
| STM device to which this policy applies, read only. Same as the |
| <device> component of its parent directory. |
| What: /config/stp-policy/<device>.<policy>/<node> |
| Policy node is a string identifier that software clients will |
| use to request a master/channel to be allocated and assigned to |
| What: /config/stp-policy/<device>.<policy>/<node>/masters |
| Range of masters from which to allocate for users of this node. |
| Write two numbers: the first master and the last master number. |
| What: /config/stp-policy/<device>.<policy>/<node>/channels |
| Range of channels from which to allocate for users of this node. |
| Write two numbers: the first channel and the last channel |