diff options
author | Ross Williams <ross@ross-williams.net> | 2016-11-30 09:29:26 -0500 |
---|---|---|
committer | Ross Williams <ross@ross-williams.net> | 2016-11-30 09:29:26 -0500 |
commit | a7e3001c740c79da652a9a4d53509e95adaf0c77 (patch) | |
tree | e75820bde4bb571a65981d546423982ace3f3631 /src/etc/inc/services.inc | |
parent | 1a6bda5b389df05d6dac024e8445d3a00e01e823 (diff) | |
download | pfsense-a7e3001c740c79da652a9a4d53509e95adaf0c77.zip pfsense-a7e3001c740c79da652a9a4d53509e95adaf0c77.tar.gz |
Removed TODO comment
Diffstat (limited to 'src/etc/inc/services.inc')
-rw-r--r-- | src/etc/inc/services.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/etc/inc/services.inc b/src/etc/inc/services.inc index d52f553..f2b726e 100644 --- a/src/etc/inc/services.inc +++ b/src/etc/inc/services.inc @@ -1052,7 +1052,6 @@ EOD; $dhhostname = str_replace(" ", "_", $sm['hostname']); $dhhostname = str_replace(".", "_", $dhhostname); $dhcpdconf .= " option host-name \"{$dhhostname}\";\n"; - # TODO: Implement ddnsforcehostname option for DHCP Server per interface if ((isset($dhcpifconf['ddnsupdate']) || isset($sm['ddnsupdate'])) && (isset($dhcpifconf['ddnsforcehostname']) || isset($sm['ddnsforcehostname']))) { $dhcpdconf .= " ddns-hostname \"{$dhhostname}\";\n"; } |