diff options
author | Christian Hesse <mail@eworm.de> | 2023-10-27 08:58:29 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-10-27 14:13:58 +0200 |
commit | 3474b9a15c75ba4bb0af438362cd096be848da91 (patch) | |
tree | a4e706fa9afdce98815dfbd0e8e28504990b0e2b /global-functions.rsc | |
parent | 72b485125500cb30572f6bb31cff3c1f551fb766 (diff) |
dhcp-to-dns: allow multiple records for one mac addresschange-111
Now that we can have differnt name suffixes via networks it makes sense
to allow multiple records for one mac address.
Also update the wording for messages...
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 bacda7c..9b47f85 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -12,7 +12,7 @@ :local 0 "global-functions"; # expected configuration version -:global ExpectedConfigVersion 110; +:global ExpectedConfigVersion 111; # global variables not to be changed by user :global GlobalFunctionsReady false; |