diff options
author | Christian Hesse <mail@eworm.de> | 2022-02-03 13:51:40 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-02-10 09:14:36 +0100 |
commit | c03da561cdf7cf6f47de79772749ef459f6ee495 (patch) | |
tree | 315f8bbf20215b40733e6ef41d5f470f3d7ee0d1 /global-functions | |
parent | 8d49babb0114ad55ec3094f7d9cec2f1bfea43be (diff) |
netwatch-notify: allow to suppress notification on host downchange-76-v6
(cherry picked from commit c6e581d4f90c9bea0adf405685aa634e264d1f3b)
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 70f1077..68d8250 100644 --- a/global-functions +++ b/global-functions @@ -8,7 +8,7 @@ # https://git.eworm.de/cgit/routeros-scripts/about/ # expected configuration version -:global ExpectedConfigVersion 75; +:global ExpectedConfigVersion 76; # global variables not to be changed by user :global GlobalFunctionsReady false; |