diff options
author | Christian Hesse <mail@eworm.de> | 2023-08-17 09:06:44 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-08-31 09:40:09 +0200 |
commit | 7b47ed7ea5a937edef9699c1b8be3b6364c9c0c9 (patch) | |
tree | e475aae09e3c6f8e748c27e5614bf4b91fe64c1e /global-functions.rsc | |
parent | 49d85c6def6426a64b2ae516af80609cd17af317 (diff) |
check-routeros-update: support update from specific neighbor(s)change-105
... by matching the identity property.
Diffstat (limited to 'global-functions.rsc')
-rw-r--r-- | global-functions.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions.rsc b/global-functions.rsc index 8a9b384..55f8af6 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -12,7 +12,7 @@ :local 0 "global-functions"; # expected configuration version -:global ExpectedConfigVersion 104; +:global ExpectedConfigVersion 105; # global variables not to be changed by user :global GlobalFunctionsReady false; |