diff options
author | Christian Hesse <mail@eworm.de> | 2023-02-09 22:42:02 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-02-10 11:36:12 +0100 |
commit | 62707dc549855e1c4247a9d2df599afc48782902 (patch) | |
tree | b9e7b1266d59ac08fe8d85a7e89490f3f4dd4831 /global-functions | |
parent | a34d5d71417d0720e9695b2bfa8657f3734de3b6 (diff) |
ipv6-update: support host addresses in address-listchange-94
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 c179263..89d2612 100644 --- a/global-functions +++ b/global-functions @@ -12,7 +12,7 @@ :local 0 "global-functions"; # expected configuration version -:global ExpectedConfigVersion 93; +:global ExpectedConfigVersion 94; # global variables not to be changed by user :global GlobalFunctionsReady false; |