Hi Yorgos,
Each prefix entry creates an access control item that holds the relevant
tag and view information.
When a query comes in it will be assigned the most specific access
control item.
There is no logic to try and spread, in your example, the less specific
tag/view information to most specific items.
I guess that would also not allow for overrides for most specific networks.
Aha, thank you for the great explanation! That makes perfect sense
and is consistent with the behavior I observed.
I should be able to adapt my use-cases with this new knowledge.
Cheers,
Otto