Hi, I am now setting up bandwidth limiter / traffic shaping... I am now confused with parent in queue tree
I need explanation
I see many people using this:
/queue tree add name=down parent=local queue=default
local means local interface for clients
this queue is for downlink, why does parent is set to local? what does it mean?
what if I set parent to public?
it means downlink packet flow comes from public, but why set to local?
/queue tree add name=up parent=global-in queue=default
this queue is for uplink, why does parent is set to global-in? what does it mean?
what if I set parent to public?
it means uplink packet flow go to public, it is supposed to set to public, but why global-in? what does it mean?
many thanks...