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-functions | |
parent | 7f356d76bf5c76d98d3fc93c6471720b49750daf (diff) |
check-routeros-update: support installing updates automatically if seen in neighbor listchange-36
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions index f4b3ca6..030a9f2 100644 --- a/global-functions +++ b/global-functions @@ -8,7 +8,7 @@ # https://git.eworm.de/cgit/routeros-scripts/about/ # expected configuration version -:global ExpectedConfigVersion 35; +:global ExpectedConfigVersion 36; # global variables not to be changed by user :global GlobalFunctionsReady false; |