2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

[master] Host declaration name can now be used in DNS forward name

Merges in rt21323.
This commit is contained in:
Thomas Markwalder
2014-11-19 10:56:17 -05:00
parent 21d3034757
commit d9b2a590e8
7 changed files with 218 additions and 13 deletions

View File

@@ -63,10 +63,9 @@ int server_identifier_matched;
/* This stuff is always executed to figure the default values for certain
ddns variables. */
char std_nsupdate [] = " \n\
option server.ddns-hostname = \n\
pick (option fqdn.hostname, option host-name); \n\
pick (option fqdn.hostname, option host-name, config-option host-name); \n\
option server.ddns-domainname = config-option domain-name; \n\
option server.ddns-rev-domainname = \"in-addr.arpa.\";";