diff options
author | Christian Hesse <mail@eworm.de> | 2020-11-01 21:48:03 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-11-01 21:48:03 +0100 |
commit | 98c132105dc88b13989c12d5bf9572022c7e986b (patch) | |
tree | 0bbd37192fe19e9605afb9532c549e1a5fbcfb0b /global-config | |
parent | 7f356d76bf5c76d98d3fc93c6471720b49750daf (diff) |
check-routeros-update: support installing updates automatically if seen in neighbor listchange-36
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 fc8d010..01e62c1 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 35; +:global GlobalConfigVersion 36; # This is used for DNS and backup file. :global Domain "example.com"; @@ -62,6 +62,8 @@ #:global SafeUpdateUrl "https://example.com/ros/safe-update/"; # Allow to install patch updates automatically. :global SafeUpdatePatch false; +# Allow to install updates automatically if seen in neighbor list. +:global SafeUpdateNeighbor false; # These thresholds control when to send health notification # on temperature and voltage. |