diff options
author | Christian Hesse <mail@eworm.de> | 2021-12-07 11:04:50 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-12-07 11:11:19 +0100 |
commit | dab04fd63e61618a8ef4996e3322d60f37f1d911 (patch) | |
tree | 5f159120742caf036d0e5257fd239ebecf68782e /README.md | |
parent | 95062a3dbc63ea07bf24c112e33c83073c56c4cb (diff) |
README: changes for RouterOS v7change-70
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -111,6 +111,20 @@ to be updated automatically! ![screenshot: schedule update](README.d/07-schedule-update.png) +### Changes for RouterOS v7 + +RouterOS v7 is developed in paralled to RouterOS v6. The former brings some +shiny new features, the latter provides proven stability. + +The changes require incompatible changes to scripts, so these changes go to +a separate branch. If you decide to run RouterOS v7 please switch to branch +`routeros-v7` by adding these lines to your `global-config-overlay`: + + # Use branch routeros-v7 with RouterOS v7: + :global ScriptUpdatesUrlSuffix "\?h=routeros-v7"; + +Then reload the configuration and continue below to update scripts. + Updating scripts ---------------- |