Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-05 | daily-psk: use $LogPrintExit | Christian Hesse | 1 | -3/+4 | |
2020-01-01 | update copyright for 2020 | Christian Hesse | 1 | -1/+1 | |
2019-06-13 | daily-psk: add hint about device specific rule | Christian Hesse | 1 | -0/+1 | |
I tricked myself several times... If a more device specific (or just earlier matching) rule exists the daily PSK is not applied! | |||||
2019-05-24 | daily-psk.capsman: pick only first configuration | Christian Hesse | 1 | -1/+1 | |
2019-04-30 | global-functions: add $WaitForFile, wait for file on fetch | Christian Hesse | 1 | -1/+3 | |
The fetch command is asynchronous, the file is not guaranteed to be available when command terminates. I opened an issue at Mikrotik support (Ticket#2019041722004999), their answer: > You should perform a check in a loop. > :delay until file exist > > That can happen also with any configuration not just files. So add a function to wait for a file with given name. I have not seen this with other configuration, though. | |||||
2019-04-09 | drop deprecated mode= for fetch | Christian Hesse | 1 | -1/+1 | |
2019-04-03 | daily-psk: use the template system | Christian Hesse | 1 | -0/+2 | |
2019-03-06 | daily-psk: prepare for caps-man | Michael Gisbers | 1 | -0/+90 | |
Signed-off-by: Christian Hesse <mail@eworm.de> |