I am trying to figureout why my trafic-policy shaper is not matching anything but default rule for download traffic. My only guess so far is I am applying wrong match rules and/or wrong in/out interface.
eth0 is my lan configured with couple VLANs
eth1 is my wan connection
In the case of command below, am I correct to think that natting hasn't been done yet, hence why I can use match private IP addresses or interface/vif?
set interfaces ethernet eth1 traffic-policy out DownloadPolicy
But then if I apply this configuration the natting has already been done and I should be able to match private IP addresses or interface/vif, correct or not really?
set interfaces ethernet eth1 redirect ifb1 set interfaces input ifb1 traffic-policy out DownloadPolicy