Greetings, I have a simple queue that matchs by time, it works fine on ROS 5.x and prior. After upgrade to 6.x, it shows as invalid.
I did some tests, and realized that it accept the end time after 14h or plus. Any value above this it gets invalid. Here some screenshots showing the bug.
All tests where done on the same routerboard, one omnitik, with routeros 6.1.
The same rule works fine on the same routerboad with the ros 5.25.
Tested on ROS 6.0 and 6.1
Thanks in adivice.
How to Reproduce the bug:
/queue simple
add name=teste-time1 disabled=no target=0.0.0.0/0 max-limit=100M/100M time=0s-6h,sun,mon,tue,thu,wed,fri,sat
add name=teste-time2 disabled=no target=0.0.0.0/0 max-limit=100M/100M time=0s-10h,sun,mon,tue,thu,wed,fri,sat
add name=teste-time3 disabled=no target=0.0.0.0/0 max-limit=100M/100M time=0s-13h,sun,mon,tue,thu,wed,fri,sat
add name=teste-time4 disabled=no target=0.0.0.0/0 max-limit=100M/100M time=0s-14h,sun,mon,tue,thu,wed,fri,sat
add name=teste-time5 disabled=no target=0.0.0.0/0 max-limit=100M/100M time=0s-20h,sun,mon,tue,thu,wed,fri,sat
The queues teste-time 1 to 3 show as invalid, the 4 and 5 works fine.
Attached some screenshots.


