aboutsummaryrefslogtreecommitdiffstats
path: root/global-functions.rsc
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2023-11-02 09:46:25 +0100
committerGravatar Christian Hesse <mail@eworm.de>2023-11-09 15:08:36 +0100
commit1265caca60bf097d66ef9ef0814e8f04f9720170 (patch)
tree2834fab4cf22b32bcf273e76efe4f6586be2cf15 /global-functions.rsc
parentc3045f372350bd8dd0a8f10efb8a4b938e896145 (diff)
mod/ssh-keys-import: calculate fingerprint...routeros-7.12beta1-2change-112
... and store it in key-owner, which is descriptive only. This requires RouterOS 7.12beta1 for the 'transform' property for ':convert' command.
Diffstat (limited to 'global-functions.rsc')
-rw-r--r--global-functions.rsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions.rsc b/global-functions.rsc
index e307560..7eb1ec5 100644
--- a/global-functions.rsc
+++ b/global-functions.rsc
@@ -12,7 +12,7 @@
:local 0 "global-functions";
# expected configuration version
-:global ExpectedConfigVersion 111;
+:global ExpectedConfigVersion 112;
# global variables not to be changed by user
:global GlobalFunctionsReady false;