Skip to content

Tags: eworm-de/routeros-scripts

Tags

routeros-7.18-1

Toggle routeros-7.18-1's commit message
Merge branch 'quote-file-name' into next

This is required with RouterOS 7.18 now...

Well, probably the change was introduced with one of the
beta versions...

change-135

Toggle change-135's commit message
mod/notification-telegram: introduce $GetTelegramChatId

change-134

Toggle change-134's commit message
notify on support for Telegram group topics

routeros-7.18rc1-1

Toggle routeros-7.18rc1-1's commit message
global-functions: $WaitForFile: drop the warning on file handling bre…

…akage...

... but keep the workaround for now - just to be sure.

routeros-7.18beta2-3

Toggle routeros-7.18beta2-3's commit message
global-functions: $WaitForFile: check that we can get properties

Looks like RouterOS 7.18beta2 brings more breakage. Having a file
available in listing is just the first step now. We also need to make
sure that the file properties are accessible... 🤪

I have seen this taking several tens of seconds at least... 🤪🤪 So
let's just try until we have properties available, or the file vanishes.

Reported as SUP-179200. 🤞

change-133

Toggle change-133's commit message
fw-addr-lists: add a collective list in default configuration

routeros-7.18beta2-2

Toggle routeros-7.18beta2-2's commit message
Merge branch 'rmdir-rmfile' into next

RouterOS 7.18beta2 comes with some severe issues in file handling,
probably racy conditions. Let's move file (and directory) removal to
functions, so errors can be caught and ignored 🤪 from a central place.

routeros-7.18beta2-1

Toggle routeros-7.18beta2-1's commit message
packages-update: ignore available packages

This was introduced with RouterOS 7.18beta2 to list and install available
packages. We do not want to install all of them. 😝

routeros-7.15-5

Toggle routeros-7.15-5's commit message
bump required RouterOS version for all scripts

routeros-7.15-4

Toggle routeros-7.15-4's commit message
global-functions: $MkDir: create directory directly...

... instead of file inside directory. This requires RouterOS 7.15, so
bumping requirement.