I want to enable a simple queue to be active at specific day and specific time. I know it can be done with /system scheduler and scripts. Another way: I can see that in /queue simple is parameter: "time".
I am just testing if it is working correctly. How to specify "all days" with one word ?
name="queue1" target-addresses=10.1.1.1/32 dst-address=0.0.0.0/0 interface=ether1 parent=none direction=both priority=8 queue=default-small/default-small limit-at=0/0 max-limit=0/7000000 total-queue=default-small time=12h1m1s-23h58m,sun,mon,tue,wed,thu,fri,sat
I dont know how to use Day ::= [,Day*] ...
Any ideas ?
Thank You for help