Hello,
I am trying to limit bandwight (in QOS) for netbios packets (137:139) during a time interval.
– For tcp no problem, I’m able to setup a rule like the following :
MARK tcp opt — in * out * 0.0.0.0/0 -> 0.0.0.0/0 TIME from 7:0 to 19:0 on Mon,Tue,Wed,Thu,Fri tcp spts:137:139 MARK set 0xd
– For udp the same rule sends back an error 4294967295. it seems it’s impossible to define time interval. Is it a bug or TIME option not available for udp packet ?
Best regards
Pkaer