I'm looking to use the shaping functionality to make for smoother audio calls (like everyone else, I'm working at home...)
The UI for the shaper is "enough", but it's less feature rich than I might like (ports specified manually, can't use aliases, etc). So one thought I had is simply to create myself some low/med/high priority queues and then configure rules for certain DSCP values which could then be applied by firewall rules. However, to know whether that would work properly depends on how the packets flow through the firewall, which could be (for example):
ingress --> filter --> shaper --> egress
(this could work because the filter could apply a DSCP class to the packet, the shaper could see it and handle it in the correct queue)
ingress --> shaper --> filter --> egress
(this could not work because by the time the filter saw the packet to mark it, the shaping decision would have already been made)
So in a system with both packet filtering and shaping enabled, does anyone know what's the order?