Many MikroTik parameters take priority values, for example, /interface bridge port. The manual says:
priority ( integer : 0 ..255 ; default: 128 ) - interface priority compared to other interfaces, which are destined to the same network
The manual almost never makes it clear whether higher priority is the higher integer or the lower integer. When it does, there seems to be no consistency.
For example, /ip vrrp describes priority as
priority ( integer : 1 ..255 ; default: 100 ) - priority of the current node (higher values mean higher priority)
However, /ip hotspot user profile says:
rate-limit ( text ; default: “” ) - Rate limitation in form of rx-rate[/tx-rate] [rx-burst-rate[/tx-burst-rate] [rx-burst-threshold[/tx-burst-threshold] [rx-burst-time[/tx-burst-time] [priority] [rx-rate-min[/tx-rate-min]]]] from the point of view of the router… Priority takes values 1..8, where 1 implies the highest priority, but 8 - the lowest.
My particular question is which way the priorities run for /interface bridge port. My general comment is that the manual should be more explicit about these values.