diff options
author | Christian Hesse <mail@eworm.de> | 2021-12-13 11:36:03 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-12-13 11:36:03 +0100 |
commit | 40dea016700fd88bfee2838d740d46517f677601 (patch) | |
tree | a1d3aaba189f715bd1b19c7eb1b4b1d4edd5eb5f /README.md | |
parent | 6dede0c49b94e5323106ce4bef475d36f1c018bd (diff) |
README: changes for RouterOS v6change-71
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -111,6 +111,18 @@ to be updated automatically! ![screenshot: schedule update](README.d/07-schedule-update.png) +### Changes for RouterOS v6 + +RouterOS v6 will become deprecated at some time in the future, but to date +it is still the default for these scripts (in branch `main`). This will +change however, so if you want to stay with RouterOS v6 for some time add +these lines to your `global-config-overlay`: + + # Use branch routeros-v6 with RouterOS v6: + :global ScriptUpdatesUrlSuffix "\?h=routeros-v6"; + +Then reload the configuration. + ### Changes for RouterOS v7 RouterOS v7 is developed in paralled to RouterOS v6. The former brings some |