]> git.ipfire.org Git - thirdparty/dhcp.git/log
thirdparty/dhcp.git
14 years ago- Fixed a bug where relay agent options would never be returned when
David Hankins [Mon, 6 Jul 2009 23:33:23 +0000 (23:33 +0000)] 
- Fixed a bug where relay agent options would never be returned when
  processing a DHCPINFORM.  [ISC-Bugs #19303]

14 years ago- Added a configuration function, 'gethostname()', which calls the system
David Hankins [Mon, 6 Jul 2009 23:29:52 +0000 (23:29 +0000)] 
- Added a configuration function, 'gethostname()', which calls the system
  function of the same name and presents the results as a data expression.
  This function can be used to incorporate the system level hostname of
  the system the DHCP software is operating on in responses or queries (such
  as including a failover partner's hostname in a dhcp message or binding
  scope, or having a DHCP client send any system hostname in the host-name or
  FQDN options by default).  [ISC-Bugs #17351]

15 years agoSearch for '-' in 'client-hostname' at correct index. [ISC-Bugs #19840]
David Hankins [Sat, 20 Jun 2009 15:45:50 +0000 (15:45 +0000)] 
Search for '-' in 'client-hostname' at correct index. [ISC-Bugs #19840]

15 years ago! A stack overflow vulnerability was fixed in dhclient that could allow
David Hankins [Fri, 19 Jun 2009 23:24:19 +0000 (23:24 +0000)] 
! A stack overflow vulnerability was fixed in dhclient that could allow
  remote attackers to execute arbitrary commands as root on the system,
  or simply terminate the client, by providing an over-long subnet-mask
  option.  [ISC-Bugs #19839]

15 years ago- A new failover configuration parameter has been introduced for those
David Hankins [Wed, 17 Jun 2009 22:08:42 +0000 (22:08 +0000)] 
- A new failover configuration parameter has been introduced for those
  environments where DHCP servers can be reasonably guaranteed to be
  "down" when the failover TCP socket is severed, "auto-partner-down".
  This parameter is not generally safe, and by default is disabled, so
  please carefully review the documentation of this parameter in the
  dhcpd.conf(5) manpage before determining to use it yourself.
  [ISC-Bugs #19600]

15 years ago- A bug was fixed that caused the 'conflict-done' state to fail to be parsed
David Hankins [Wed, 17 Jun 2009 21:42:04 +0000 (21:42 +0000)] 
- A bug was fixed that caused the 'conflict-done' state to fail to be parsed
  in failover state records.  [ISC-Bugs #19739]

15 years agopull up rt19436: client -D option
Paul Selkirk [Wed, 27 May 2009 20:11:38 +0000 (20:11 +0000)] 
pull up rt19436: client -D option

15 years ago- Fixed a bug where an OMAPI socket disconnection message would not result
David Hankins [Wed, 20 May 2009 23:58:53 +0000 (23:58 +0000)] 
- Fixed a bug where an OMAPI socket disconnection message would not result
  in scheduling a failover reconnection, if the link had not negotiated a
  failover connect yet (e.g.: connection refused, asynch socket connect()
  timeouts).  [ISC-Bugs #19684]

15 years agoUpdate comment to explain absence of adjustment to g-bit.
David Hankins [Mon, 18 May 2009 22:50:33 +0000 (22:50 +0000)] 
Update comment to explain absence of adjustment to g-bit.

15 years agoautoconf regeneration
David Hankins [Thu, 30 Apr 2009 18:48:00 +0000 (18:48 +0000)] 
autoconf regeneration

15 years agoautomake regeneration
David Hankins [Thu, 30 Apr 2009 18:47:56 +0000 (18:47 +0000)] 
automake regeneration

15 years agoautoheader regeneration
David Hankins [Thu, 30 Apr 2009 18:47:13 +0000 (18:47 +0000)] 
autoheader regeneration

15 years agoaclocal regeneration
David Hankins [Thu, 30 Apr 2009 18:46:57 +0000 (18:46 +0000)] 
aclocal regeneration

15 years ago- Compilation on Solaris with USE_SOCKETS defined in includes/site.h has
David Hankins [Thu, 30 Apr 2009 18:42:52 +0000 (18:42 +0000)] 
- Compilation on Solaris with USE_SOCKETS defined in includes/site.h has
  been repaired.  Other USE_ overrides should work better. [ISC-Bugs #19434]

- A check for the local flavor of IFNAMSIZ had a broken 'else' condition,
  that probably still resulted in the correct behaviour (but wouldn't use
  a larger defined value provided by the host OS). [ISC-Bugs #19434]

15 years agoRemove infinite loop in token_print_indent_concat().
Mark Andrews [Thu, 30 Apr 2009 06:30:27 +0000 (06:30 +0000)] 
Remove infinite loop in token_print_indent_concat().

15 years ago- Fixed failover reconnection retry code to continue to retry to reconnect
David Hankins [Wed, 22 Apr 2009 20:27:58 +0000 (20:27 +0000)] 
- Fixed failover reconnection retry code to continue to retry to reconnect
  rather than restarting the listener.  [ISC-Bugs #19618]

15 years agopull up from rt18597 to HEAD
Paul Selkirk [Tue, 21 Apr 2009 14:09:57 +0000 (14:09 +0000)] 
pull up from rt18597 to HEAD

15 years ago- Memory leak in the load_balance_mine() function is fixed. This would
David Hankins [Tue, 7 Apr 2009 19:55:52 +0000 (19:55 +0000)] 
- Memory leak in the load_balance_mine() function is fixed.  This would
  leak ~20-30 octets per DHCPDISCOVER packet while failover was in use
  and in normal state. [ISC-Bugs #19548]

- Various compilation fixes have been included for the memory related
  DEBUG #defines in includes/site.h.  [ISC-Bugs #19548]

15 years agoFix typo.
Jeremy Reed [Mon, 30 Mar 2009 18:28:55 +0000 (18:28 +0000)] 
Fix typo.
(reported via contact form from Aleksander mealstrom@ukr.net.)
Bug: #19536

15 years ago- The update-conflict-detection feature would leave an FQDN updated without
David Hankins [Thu, 26 Mar 2009 17:20:23 +0000 (17:20 +0000)] 
- The update-conflict-detection feature would leave an FQDN updated without
  a DHCID (still currently implemented as a TXT RR).  This would cause later
  expiration or release events to fail to remove the domain name.  The feature
  now also inserts the client's up to date DHCID record, so records may safely
  be removed at expiration or release time.  Thanks to a patch submitted by
  Christof Chen.  [ISC-Bugs #19500]

15 years agoautoconf regeneration
David Hankins [Wed, 25 Mar 2009 18:28:23 +0000 (18:28 +0000)] 
autoconf regeneration

15 years agoautomake regeneration
David Hankins [Wed, 25 Mar 2009 18:28:16 +0000 (18:28 +0000)] 
automake regeneration

15 years agoautoheader regeneration
David Hankins [Wed, 25 Mar 2009 18:27:49 +0000 (18:27 +0000)] 
autoheader regeneration

15 years agoaclocal regeneration
David Hankins [Wed, 25 Mar 2009 18:26:46 +0000 (18:26 +0000)] 
aclocal regeneration

15 years agolicense, HEAD version to 4.2.0 for now.
David Hankins [Wed, 25 Mar 2009 18:25:37 +0000 (18:25 +0000)] 
license, HEAD version to 4.2.0 for now.

15 years agoinclude doc/examples in distribution tarball
David Hankins [Wed, 25 Mar 2009 18:23:00 +0000 (18:23 +0000)] 
include doc/examples in distribution tarball

15 years ago- A bug in DLPI packet transmission (Solaris, HP/UX) that caused the server
David Hankins [Tue, 24 Mar 2009 18:33:52 +0000 (18:33 +0000)] 
- A bug in DLPI packet transmission (Solaris, HP/UX) that caused the server
  to stop receiving packets is fixed.  The same fix also means that the MAC
  address will no longer appear 'bogus' on DLPI-based systems.
  [ISC-Bugs #19186]

- A bug in select handling was discovered where the results of one select()
  call were discarded, causing the server to process the next select() call
  and use more system calls than required.  This has been repaired - the
  sockets will be handled after the first return from select(), resulting in
  fewer system calls.  [ISC-Bugs #19186]

15 years agoFix typo.
Jeremy Reed [Tue, 24 Mar 2009 16:56:15 +0000 (16:56 +0000)] 
Fix typo.

15 years ago- If configured, dhclient may now transmit to an anycast MAC address,
David Hankins [Fri, 13 Mar 2009 21:41:45 +0000 (21:41 +0000)] 
- If configured, dhclient may now transmit to an anycast MAC address,
  rather than using a broadcast address.  Thanks to a patch from David
  Cantrell at Red Hat. [ISC-Bugs #17740]

15 years agoDavid Cantrell requests to use 'Red Hat' for trademark purposes in
David Hankins [Tue, 10 Mar 2009 21:00:50 +0000 (21:00 +0000)] 
David Cantrell requests to use 'Red Hat' for trademark purposes in
attribution rather than 'RedHat'.

15 years ago- Fixed a cosmetic bug where pretty-printing valid domain-search options would
David Hankins [Tue, 10 Mar 2009 20:54:02 +0000 (20:54 +0000)] 
- Fixed a cosmetic bug where pretty-printing valid domain-search options would
  result in an erroneous error log message ('garbage in format string').
  [ISC-Bugs #19327]

15 years agoattribution
David Hankins [Thu, 5 Mar 2009 22:53:15 +0000 (22:53 +0000)] 
attribution

15 years agoPartial source attribution.
David Hankins [Fri, 20 Feb 2009 18:24:14 +0000 (18:24 +0000)] 
Partial source attribution.

15 years ago- Failover port configuration can now be left to defaults (port 647) as
David Hankins [Fri, 20 Feb 2009 18:20:00 +0000 (18:20 +0000)] 
- Failover port configuration can now be left to defaults (port 647) as
  described in the -12 revision of the Failover draft (and assigned by
  IANA).  [ISC-Bugs #17738]

15 years ago- Two uninitialized stack structures are now memset to zero. [ISC-Bugs #17737]
David Hankins [Fri, 20 Feb 2009 00:09:24 +0000 (00:09 +0000)] 
- Two uninitialized stack structures are now memset to zero.  [ISC-Bugs #17737]

15 years ago- DDNS removal routines were updated so that the DHCID is not removed until
David Hankins [Thu, 12 Feb 2009 00:15:33 +0000 (00:15 +0000)] 
- DDNS removal routines were updated so that the DHCID is not removed until
  the client has been deprived of all A and AAAA records (not only the last
  one of either of those).  This resolves a bug where dual stack clients
  would not be able to regain their names after either expiration event.
  [ISC-Bugs #18716]

15 years ago- Fix a build error in dhcrelay, using older versions of gcc with dhcpv6 disabled...
Paul Selkirk [Wed, 11 Feb 2009 17:02:21 +0000 (17:02 +0000)] 
- Fix a build error in dhcrelay, using older versions of gcc with dhcpv6 disabled. [rt19321]

15 years agoAdd dummy initializers to a few local variables to fix build errors on v4-only builds...
Paul Selkirk [Wed, 11 Feb 2009 16:58:01 +0000 (16:58 +0000)] 
Add dummy initializers to a few local variables to fix build errors on v4-only builds with older versions of gcc. [rt19321]

15 years ago- Using reserved leases no longer results in 'lease with binding state
David Hankins [Fri, 30 Jan 2009 22:31:22 +0000 (22:31 +0000)] 
- Using reserved leases no longer results in 'lease with binding state
  free not on its queue' error messages, thanks to a patch from Frode
  Nordahl. [ISC-Bugs #19274]

15 years ago- The db-time-format option was documented in manpages. [no ticket]
David Hankins [Thu, 22 Jan 2009 21:22:42 +0000 (21:22 +0000)] 
- The db-time-format option was documented in manpages. [no ticket]

15 years agoUpdate relnotes for bug 19054
Shawn Routhier [Thu, 22 Jan 2009 02:02:11 +0000 (02:02 +0000)] 
Update relnotes for bug 19054

15 years agoautoconf regeneration
Shawn Routhier [Thu, 22 Jan 2009 01:56:54 +0000 (01:56 +0000)] 
autoconf regeneration

15 years agoautomake regeneration
Shawn Routhier [Thu, 22 Jan 2009 01:56:29 +0000 (01:56 +0000)] 
automake regeneration

15 years agoautoheader regeneration
Shawn Routhier [Thu, 22 Jan 2009 01:54:10 +0000 (01:54 +0000)] 
autoheader regeneration

15 years agoaclocal regeneration
Shawn Routhier [Thu, 22 Jan 2009 01:53:21 +0000 (01:53 +0000)] 
aclocal regeneration

15 years agoUpdate for 19054 - modifications to keep GCC 4.3 happy
Shawn Routhier [Thu, 22 Jan 2009 00:43:58 +0000 (00:43 +0000)] 
Update for 19054 - modifications to keep GCC 4.3 happy

15 years agoregen
Evan Hunt [Wed, 7 Jan 2009 22:23:02 +0000 (22:23 +0000)] 
regen

15 years agoregen
Evan Hunt [Wed, 7 Jan 2009 22:03:47 +0000 (22:03 +0000)] 
regen

15 years ago- A bug was fixed that caused the server not to answer some valid Solicit
David Hankins [Wed, 7 Jan 2009 20:12:03 +0000 (20:12 +0000)] 
- A bug was fixed that caused the server not to answer some valid Solicit
  and Request packets, if the dynamic range covering any requested addresses
  had been deleted from configuration.  [ISC-Bugs #19134]

15 years agoupdate
Evan Hunt [Wed, 7 Jan 2009 20:05:58 +0000 (20:05 +0000)] 
update

15 years agoSuppress spurious warnings from configure about --datarootdir [rt19097]
Evan Hunt [Wed, 7 Jan 2009 20:05:30 +0000 (20:05 +0000)] 
Suppress spurious warnings from configure about --datarootdir [rt19097]

15 years agoPave the way for 4.2.0 feature listings, s/eight-spaces/tab/g.
David Hankins [Wed, 7 Jan 2009 20:03:16 +0000 (20:03 +0000)] 
Pave the way for 4.2.0 feature listings, s/eight-spaces/tab/g.

15 years ago- The notorious 'option <unknown> ... larger than buffer' log line,
David Hankins [Wed, 7 Jan 2009 19:54:06 +0000 (19:54 +0000)] 
- The notorious 'option <unknown> ... larger than buffer' log line,
  which is seen in some malformed DHCP client packets, was modified.
  It now logs the universe name, and does not log the length values
  (which are bogus corruption read from the packet anyway).  It also
  carries a hopefully more useful explanation. [ISC-Bugs #18241]

15 years agoValidate argument to port option - bug 18695
Shawn Routhier [Tue, 6 Jan 2009 00:32:19 +0000 (00:32 +0000)] 
Validate argument to port option - bug 18695

15 years agoupdate openwrt status v4_1_0
Paul Selkirk [Mon, 8 Dec 2008 20:50:12 +0000 (20:50 +0000)] 
update openwrt status

15 years agoautoconf regeneration
David Hankins [Fri, 5 Dec 2008 20:15:20 +0000 (20:15 +0000)] 
autoconf regeneration

15 years agoautomake regeneration
David Hankins [Fri, 5 Dec 2008 20:14:58 +0000 (20:14 +0000)] 
automake regeneration

15 years agoautoheader regeneration
David Hankins [Fri, 5 Dec 2008 20:14:39 +0000 (20:14 +0000)] 
autoheader regeneration

15 years agoaclocal regeneration
David Hankins [Fri, 5 Dec 2008 20:14:24 +0000 (20:14 +0000)] 
aclocal regeneration

15 years agoVersion to 4.1.0 final.
David Hankins [Fri, 5 Dec 2008 20:14:12 +0000 (20:14 +0000)] 
Version to 4.1.0 final.

15 years agoMinor grammar fix.
Jeremy Reed [Fri, 21 Nov 2008 13:59:56 +0000 (13:59 +0000)] 
Minor grammar fix.
Reported in bugs ticket #18084.

15 years agoMention atsfp and cltt.
Jeremy Reed [Thu, 20 Nov 2008 15:18:28 +0000 (15:18 +0000)] 
Mention atsfp and cltt.
This is for my bug # 18914.
This is also documented in dhcpd.8 manual page.

(Still need to make sure dhcpd.8 is clear about the
purpose of atsfp and about any problems when upgrading.)

15 years agoDocument -x switch.
Jeremy Reed [Thu, 20 Nov 2008 14:55:14 +0000 (14:55 +0000)] 
Document -x switch.
(I provided patch in Bug #18175.)

15 years agoautoconf regeneration v4_1_0rc1
David Hankins [Wed, 19 Nov 2008 16:26:43 +0000 (16:26 +0000)] 
autoconf regeneration

15 years agoautomake regeneration
David Hankins [Wed, 19 Nov 2008 16:26:35 +0000 (16:26 +0000)] 
automake regeneration

15 years agoautoheader regeneration
David Hankins [Wed, 19 Nov 2008 16:26:01 +0000 (16:26 +0000)] 
autoheader regeneration

15 years agoaclocal regeneration
David Hankins [Wed, 19 Nov 2008 16:24:52 +0000 (16:24 +0000)] 
aclocal regeneration

15 years agoVersion to 4.1.0rc1.
David Hankins [Wed, 19 Nov 2008 16:24:07 +0000 (16:24 +0000)] 
Version to 4.1.0rc1.

15 years agoUpdate documentation to refer to omshell(1)
Shawn Routhier [Wed, 19 Nov 2008 01:25:13 +0000 (01:25 +0000)] 
Update documentation to refer to omshell(1)

15 years agoinitial openwrt support
Paul Selkirk [Tue, 18 Nov 2008 22:36:11 +0000 (22:36 +0000)] 
initial openwrt support

15 years agoA missing "else" in dhcrelay.c could have caused an interface not to
Evan Hunt [Wed, 12 Nov 2008 23:22:14 +0000 (23:22 +0000)] 
A missing "else" in dhcrelay.c could have caused an interface not to
be recognized. [rt18887]

15 years agoregen
Jeremy Reed [Mon, 10 Nov 2008 21:58:59 +0000 (21:58 +0000)] 
regen

15 years agoFix typo in help text.
Jeremy Reed [Mon, 10 Nov 2008 15:37:32 +0000 (15:37 +0000)] 
Fix typo in help text.
This was reported by r.phillips@jkmrc.com on dhcp-users.
I manually edited configure instead of running autoconf.

15 years agos/trasnmit/transmit/
David Hankins [Thu, 6 Nov 2008 21:47:12 +0000 (21:47 +0000)] 
s/trasnmit/transmit/

15 years agoautoconf regeneration v4_1_0b1
David Hankins [Mon, 3 Nov 2008 23:37:18 +0000 (23:37 +0000)] 
autoconf regeneration

15 years agoautomake regeneration
David Hankins [Mon, 3 Nov 2008 23:37:01 +0000 (23:37 +0000)] 
automake regeneration

15 years agoAdd scripts/macos to build.
David Hankins [Mon, 3 Nov 2008 23:36:37 +0000 (23:36 +0000)] 
Add scripts/macos to build.

15 years ago- A dhclient-script for MacOS X has been included, which enables
David Hankins [Mon, 3 Nov 2008 23:32:12 +0000 (23:32 +0000)] 
- A dhclient-script for MacOS X has been included, which enables
  'dhclient -6' support. [ISC-Bugs #18204]

15 years agoautoconf regeneration
David Hankins [Mon, 3 Nov 2008 22:19:44 +0000 (22:19 +0000)] 
autoconf regeneration

15 years agoautomake regeneration
David Hankins [Mon, 3 Nov 2008 22:19:25 +0000 (22:19 +0000)] 
automake regeneration

15 years agoautoheader regeneration
David Hankins [Mon, 3 Nov 2008 22:19:03 +0000 (22:19 +0000)] 
autoheader regeneration

15 years agoaclocal regeneration
David Hankins [Mon, 3 Nov 2008 22:18:52 +0000 (22:18 +0000)] 
aclocal regeneration

15 years agoversion to 4.1.0b1
David Hankins [Mon, 3 Nov 2008 21:51:44 +0000 (21:51 +0000)] 
version to 4.1.0b1
copyright update

15 years ago- The !inet_pton() call in res_mkupdrec was adjusted to '<= 0' as
David Hankins [Mon, 3 Nov 2008 21:39:31 +0000 (21:39 +0000)] 
- The !inet_pton() call in res_mkupdrec was adjusted to '<= 0' as
  inet_pton returns either 1, 0, or -1. [ISC-Bugs #18511]

15 years agoregen
David Hankins [Mon, 3 Nov 2008 18:21:02 +0000 (18:21 +0000)] 
regen

15 years agoregen
David Hankins [Mon, 3 Nov 2008 18:19:44 +0000 (18:19 +0000)] 
regen

15 years ago- Delayed-ack is now a compile-time option, compiled out by default.
David Hankins [Mon, 3 Nov 2008 18:13:58 +0000 (18:13 +0000)] 
- Delayed-ack is now a compile-time option, compiled out by default.
  This feature is simply too experimental for right now, and causes
  some problems to some failover installations.  We will revisit this
  in future releases.  [ISC-Bugs #18832]

15 years agoImprove IA_TA server support (17586)
Francis Dupont [Wed, 22 Oct 2008 11:41:58 +0000 (11:41 +0000)] 
Improve IA_TA server support (17586)

15 years ago- A bug cleaning up unknown-xxx temporary option definitions was fixed.
David Hankins [Wed, 8 Oct 2008 16:26:42 +0000 (16:26 +0000)] 
- A bug cleaning up unknown-xxx temporary option definitions was fixed.
  [ISC-Bugs #18735]

15 years ago- Some failover debugging #defines have been better defined and some
David Hankins [Wed, 24 Sep 2008 16:18:56 +0000 (16:18 +0000)] 
- Some failover debugging #defines have been better defined and some
  high frequency messages moved to a deeper debugging symbol.

- The CLTT parameter in failover is now only updated by client activity,
  and not by failover binding updates (taking on the peer's CLTT).

- Failover BNDUPD messages are now discarded if they conflict with an
  update that has been trasnmitted, but not acknowledged.

  [ISC-Bugs #17577c]

15 years agoCommit rt17304 DHCPv6 examples
Francis Dupont [Wed, 24 Sep 2008 08:38:58 +0000 (08:38 +0000)] 
Commit rt17304 DHCPv6 examples

15 years agoDHCPv6 server example
Francis Dupont [Wed, 24 Sep 2008 08:37:24 +0000 (08:37 +0000)] 
DHCPv6 server example

15 years agoDHCPv6 client example
Francis Dupont [Wed, 24 Sep 2008 08:36:46 +0000 (08:36 +0000)] 
DHCPv6 client example

15 years ago- A cosmetic bug in DHCPDECLINE processing was fixed which caused all
David Hankins [Thu, 11 Sep 2008 16:11:46 +0000 (16:11 +0000)] 
- A cosmetic bug in DHCPDECLINE processing was fixed which caused all
  successful DHCPDECLINEs to be logged as "not found" rather than
  "abandoned".  [ISC-Bugs #18605]

15 years agoThese are changes appearing since 4.1.0a1, not changes appearing since v4_1_0a2
David Hankins [Fri, 29 Aug 2008 18:01:29 +0000 (18:01 +0000)] 
These are changes appearing since 4.1.0a1, not changes appearing since
4.0.0...

15 years ago- The v6 BSD socket method was updated to use a single UDP BSD socket
David Hankins [Fri, 29 Aug 2008 17:48:57 +0000 (17:48 +0000)] 
- The v6 BSD socket method was updated to use a single UDP BSD socket
  no matter how many interfaces are involved, differentiating the
  interfaces the packets were received on by the interface index supplied
  by the OS.
- The relay agent no longer listens to the All DHCP Servers Multicast
  address.
- A bug was fixed in data_string_sprintfa() where va_start was only called
  once for two invocations of vsprintf() variants.
  [ISC-Bugs #17610b]

15 years ago- Compliation warnings on GCC 4.3 relating to bootp source address
David Hankins [Wed, 20 Aug 2008 23:07:19 +0000 (23:07 +0000)] 
- Compliation warnings on GCC 4.3 relating to bootp source address
  selection were repaired.  [ISC-Bugs #18520]

15 years ago- A partner-down failover server no longer emits 'peer holds all free leases'
David Hankins [Tue, 19 Aug 2008 18:00:24 +0000 (18:00 +0000)] 
- A partner-down failover server no longer emits 'peer holds all free leases'
  if it is able to newly-allocate one of the peer's leases.  [ISC-Bugs #18437]

15 years ago- A bug in subnet6 parsing where options contained in subnet6 clauses would
David Hankins [Tue, 19 Aug 2008 17:55:57 +0000 (17:55 +0000)] 
- A bug in subnet6 parsing where options contained in subnet6 clauses would
  not be applied to clients addressed within that network was repaired.

- When configuring a "subnet {}" or "subnet6 {}" without an explicit
  shared-network enclosing it, the DHCP software would synthesize a
  shared-network to contain the subnet.  However, all configuration
  parameters within the subnet more intuitively belong "to any client
  on that interface", or rather the synthesized shared-network.  So,
  when a shared-network is synthesized, it is used to contain the
  configuration present inside the subnet {} clause.  This means that
  the configuration will be valid for all clients on that network, not
  just those addressed out of the stated subnet.  If you intended the
  opposite, the workaround is to explicitly configure an empty
  shared-network.

- A bug was fixed where Information-Request processing was not sourcing
  configured option values.

- A warning was added since the DHCPv6 processing software does not yet
  support class statements.

  [ISC-Bugs #17638b]

15 years agoBacking out [ISC-Bugs #17610]
David Hankins [Fri, 8 Aug 2008 22:37:46 +0000 (22:37 +0000)] 
Backing out [ISC-Bugs #17610]