mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-30 22:59:23 +02:00
dhcp-to-dns: allow multiple records for one mac address
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...
This commit is contained in:
parent
72b4851255
commit
3474b9a15c
3 changed files with 34 additions and 25 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue