diff options
author | Michael Gisbers <michael@gisbers.de> | 2021-06-28 18:00:25 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-07-01 22:56:18 +0200 |
commit | d5edcbd3b6396f47358428dc376c5c9a81035f6d (patch) | |
tree | 333ada59c5c6773f7c6b350d334d547124723c22 /global-config | |
parent | 877e95d4be240835e2153ba4ce5fe615a127eda1 (diff) |
check-routeros-update: allow update for capchange-59
If CAPsMAN is running on a device with just 16MB flash downloading the
packages is not possible (or at least lost at reboot). So allow a CAP to
update with opt-in.
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/global-config b/global-config index f411d14..06f43e0 100644 --- a/global-config +++ b/global-config @@ -8,7 +8,7 @@ # Make sure all configuration properties are up to date and this # value is in sync with value in script 'global-functions'! -:global GlobalConfigVersion 58; +:global GlobalConfigVersion 59; # This is used for DNS and backup file. :global Domain "example.com"; @@ -92,6 +92,8 @@ :global SafeUpdatePatch false; # Allow to install updates automatically if seen in neighbor list. :global SafeUpdateNeighbor false; +# Allow to install updates even if device is managed by CAPsMAN. +:global SafeUpdateOnCap false; # These thresholds control when to send health notification # on temperature and voltage. |