summaryrefslogtreecommitdiff
path: root/server/dhcpd.conf.5
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo reported by user226-docs-trivial-typo-in-dhcpd-conf-5-manpageSuzanne Goldlust2022-02-181-1/+1
|
* copy rights updateWlodek Wencel2022-01-251-1/+1
|
* [#189] ISC address updatedTomek Mrugalski2022-01-201-2/+2
|
* [#108] Corrected a typo in dhcpd.conf.5108-dhcpd-typo-in-dhcpd-conf-5-manpageThomas Markwalder2020-08-071-1/+1
|
* [#37] Updated doc on server authority and DHCPINFORMsThomas Markwalder2019-12-201-0/+6
| | | | | modified: RELNOTES modified: server/dhcpd.conf.5
* [#10,!6] Addressed review commentsThomas Markwalder2019-06-071-0/+1
| | | | | | | | server/dhcp.c moved log message up server/dhcpd.conf.5 fixed missing paragraph marker
* [#10,!6] Added ping-timeout-ms parameterThomas Markwalder2019-05-011-2/+15
| | | | | | | | | | | | | | | | | | | You can now use ping-timeout-ms to specify the ping timeout value in milliseconds. includes/dhcpd.h new defines: SV_PING_TIMEOUT_MS and DEFAULT_PING_TIMEOUT_MS server/dhcp.c do_ping_check() - modified to calculate ping time from ping-timeout-ms when its > 0, otherwise use ping-timeout Added timeout value to debug log message server/dhcpd.conf.5 Added discussion of ping-timeout-ms server/stables.c Added entry for ping-timeout-ms
* [master] Added configuration parameter, ping-cltt-secs (v4 operation only)Thomas Markwalder2018-09-261-0/+30
| | | | Merges in rt36283.
* [master] Pre-release tag prep for 4.4.0: version #, copyright etc...v4_4_0Thomas Markwalder2018-01-261-1/+1
|
* [master] Updated match expression man page text and release notesThomas Markwalder2018-01-121-0/+6
| | | | Merges in 45451.
* [master] Restores use of env vars for lease and pid filesThomas Markwalder2017-12-191-59/+49
| | | | Merges in rt46859.
* Added local-address6Francis Dupont2017-12-191-0/+23
|
* [master] dhcpd (-6) now supports update-static-leasesThomas Markwalder2017-12-191-7/+9
| | | | Merges in rt34097.
* [master] Moved delayed-ack fully to runtimeThomas Markwalder2017-12-191-2/+2
| | | | Merges in 42446fd.
* [master] Added --release-on-roam server parameterThomas Markwalder2017-12-181-0/+21
| | | | Merges in 46849.
* [master] delayed-ack is now compiled in by defaultThomas Markwalder2017-12-131-14/+16
| | | | Merges in rt42444.
* [master] Adds persist-eui-64-leases config parameter and supportThomas Markwalder2017-12-111-2/+18
| | | | Merges in rt45046.
* [master] Adds DDNS Dual Stack Mixed ModeThomas Markwalder2017-12-081-2/+113
| | | | Merges in rt42620.
* [master] server (-6) now supports dhcp-cache-thresholdThomas Markwalder2017-12-071-7/+23
| | | | Merges in rt45292.
* [master] Changes prefix-length-mode default to be "prefer"Thomas Markwalder2017-12-071-2/+2
| | | | Merges in rt45615.
* spellingFrancis Dupont2017-12-061-1/+1
|
* [45364] Replaced --enable-secs-byteorder with runtime check-secs-byte-orderThomas Markwalder2017-11-291-0/+14
| | | | | | | | | | | | | | | | | | | | | configure.ac removed --enable-secs-byteorder support includes/dhcpd.h added SV_CHECK_SECS_BYTE_ORDER includes/failover.h added extern int check_secs_byte_order server/dhcpd.c postconf_initialization() - added logic to set check_secs_byte_order server/failover.c load_balance_mine() - replaced conditional comp directives with runtime test of check_secs_byte_order Added release note and updated man page.
* [master] Disable load balancing when load balance max secs is 0Thomas Markwalder2017-11-271-0/+4
| | | | Merges in rt39669.
* [master] Fixed man page typoThomas Markwalder2017-09-181-5/+4
| | | | modified: server/dhcpd.conf.5
* [master] Fixed mispelling of abandon-lease-time in dhcpd.conf.5Thomas Markwalder2017-08-101-1/+1
|
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-121-3/+3
|
* [master] Server now supports EUI-64 based address allocation schemeThomas Markwalder2017-04-261-39/+104
| | | | Merged rt43927.
* [master] remove uses of vix.com, nominum.com and fugue.comShawn Routhier2016-08-231-4/+4
| | | | | | | | | | Squashed commit of the following: commit 375a26d52db75c3f62b8914f36e4f1618253075e Author: Shawn Routhier <sar@isc.org> Date: Thu Aug 18 14:26:28 2016 -0700 [rt43069] remove uses of vix.com, nominum.com and fugue.com
* [master] Correct the dhcp-cache-threshold codes treatment of hostnameShawn Routhier2016-07-261-0/+7
| | | | | | | | | | If a lease is reused as part of dhcp-cache-threshold processing the hostname (if it exists) needs to be copied from the temporary lease back to the permanent lease. Also add additional checks to see if the lease can be reused. The host pointer, client ID and hardware address shouldn't have changed.
* [master] Modify dhcpd.conf.5 text to remove experimental from delayed-ackShawn Routhier2016-07-141-3/+5
|
* [master] Add abandon-lease-time parameterThomas Markwalder2016-07-071-2/+29
| | | | Merges in rt41815.
* typo and spelling fixes in docsJeremy C. Reed2016-03-231-3/+3
|
* [master] Added lease-id-format to server and clientThomas Markwalder2016-03-041-0/+20
| | | | Merges in rt26378
* [master] Add global DHCPv6 option, dhcpv6-set-tee-times to calculate T1/T2Thomas Markwalder2016-02-161-3/+38
| | | | Merges in rt25687
* [master] Update DDNS description a bitShawn Routhier2015-11-041-10/+6
| | | | | | | | | There were still some vestiges of the ad-hoc DDNS style in the documentation. Mostly places that said only the interim style allowed a feature but one place mentioned ad-hoc as well. As there is no ad-hoc and both interim and standard are the same for features I've removed such language.
* [master] Add comment that declines is only usable for v4 serversShawn Routhier2015-08-201-6/+11
| | | | [rt40206] Add comment that declines is only usable for v4 servers
* [master] Be more liberal when trying to find a group for a host prefixShawn Routhier2015-06-261-21/+59
| | | | | | | | | When trying to find the group to use as a scope boundary for a prefix from a host declaration relax the requirement that the prefix be within a subnet. We now look for the subnet based on the prefix, if that fails we look for a subnet based on the host address if it exists and if that fails we use the one from the shared network we found for the client.
* [master] Always write the DUID to the lease file during startupShawn Routhier2015-04-151-0/+4
|
* fix some misspelling typosJeremy C. Reed2015-03-021-1/+1
|
* [master] Added DHCPv6 prefix-length-mode configuration parameterThomas Markwalder2015-01-081-1/+75
| | | | Merges in rt36780.
* [master] Log v6 shared network lease counts, when none available for a DUIDThomas Markwalder2015-01-081-4/+45
| | | | Merges in rt26376
* [master] Replaced SERVER_ID_CHECK compile switch with runtime config parameterThomas Markwalder2014-12-081-0/+38
| | | | Merges in rt37551.
* [master] Enabling dhcp-cache-threshold no longer causes unnecessary DNS updatesThomas Markwalder2014-11-241-1/+14
| | | | Merges in rt37368.
* [master] Host declaration name can now be used in DNS forward nameThomas Markwalder2014-11-191-10/+21
| | | | Merges in rt21323.
* [master] Added echo-client-id server parameterThomas Markwalder2014-10-171-0/+16
| | | | | Merges in rt35958 which includes fix for rt32545 Also updated dhcp/.gitignore
* [master] Server now supports a failover split value of 256.Thomas Markwalder2014-09-091-2/+4
| | | | Merges in rt36664
* [master] Addes addtional HMAC TSIG algorithms to DDNSThomas Markwalder2014-09-081-1/+13
| | | | Merges in rt36947
* [master] Clean up DDNS descriptionShawn Routhier2014-06-131-8/+4
| | | | | | | | | Remove the text about use-host-decl-names within DDNS. This appears to have been correct when describing the ad-hoc DDNS option but not the interim or standard options. In the future we may choose to enhance the latter two but for now we shouldn't claim we do things we don't.
* [master] Add support for pool thresholdsShawn Routhier2014-06-051-0/+25
| | | | | | | | Add support to set high and low thresholds for pools for v4 and v6. A message will be emitted when the usage of the pool first exceeds the high threshold. More messages will be skipped until the usage has gone below the low threshold and then back above the high threshold.
* [master] Typo in dhcpd.conf.5Shawn Routhier2014-04-161-1/+1
| | | | Correct pool6 to pool.