diff options
author | Christian Hesse <mail@eworm.de> | 2023-04-13 00:32:13 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-04-24 22:26:26 +0200 |
commit | ee94024dcaa59333f03d90f342e550a5f3ab40f2 (patch) | |
tree | 924f31c5cf5bbb3b7234f0eb1354edf573b591ab /global-functions.rsc | |
parent | ac5d84173f0a5b019ed59051c142837f76b5549e (diff) |
dhcp-to-dns: get domain from dhcp server's network definitionchange-99
Diffstat (limited to 'global-functions.rsc')
-rw-r--r-- | global-functions.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions.rsc b/global-functions.rsc index 45fda9f..e6b1d36 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -12,7 +12,7 @@ :local 0 "global-functions"; # expected configuration version -:global ExpectedConfigVersion 98; +:global ExpectedConfigVersion 99; # global variables not to be changed by user :global GlobalFunctionsReady false; |