diff options
author | Christian Hesse <mail@eworm.de> | 2020-09-28 20:26:29 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-09-28 20:26:29 +0200 |
commit | a0d170924450341fd1229a40e7095763c1440dfe (patch) | |
tree | 12dae25745fb4e8b163b9982b4cf7f55622c1b98 /global-functions | |
parent | 744542e92539eb6ad39c84eca05258f82e1dd47a (diff) |
log-forward: notify on rate limitchange-30
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 e6eb93b..ad5651e 100644 --- a/global-functions +++ b/global-functions @@ -8,7 +8,7 @@ # https://git.eworm.de/cgit/routeros-scripts/about/ # expected configuration version -:global ExpectedConfigVersion 29; +:global ExpectedConfigVersion 30; # global variables not to be changed by user :global GlobalFunctionsReady false; |