diff options
author | Christian Hesse <mail@eworm.de> | 2020-10-23 14:13:40 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-10-23 14:17:33 +0200 |
commit | ae5570325b8509ad8c637e8e6ebc81f1d8528cd0 (patch) | |
tree | 354321e35705f11d40c75d14bc9ede50db6dd778 /global-functions | |
parent | ebbc40e3a090fb91e6107b7546abf4caf32e4989 (diff) |
ospf-to-leds: introduce script to visualize ospf state via ledschange-34
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 10f14f6..ab3247a 100644 --- a/global-functions +++ b/global-functions @@ -8,7 +8,7 @@ # https://git.eworm.de/cgit/routeros-scripts/about/ # expected configuration version -:global ExpectedConfigVersion 33; +:global ExpectedConfigVersion 34; # global variables not to be changed by user :global GlobalFunctionsReady false; |