]> git.ipfire.org Git - thirdparty/dhcp.git/commit - RELNOTES
Fix the NA and PD allocation code to handle the case where a client
authorShawn Routhier <sar@isc.org>
Tue, 10 Apr 2012 22:13:46 +0000 (22:13 +0000)
committerShawn Routhier <sar@isc.org>
Tue, 10 Apr 2012 22:13:46 +0000 (22:13 +0000)
commitd19fa5a1b59e0ee8a6fafddd801aa402486a8641
treeea8c370a30fb69f7911ce505de0f69ace99f0e0f
parentd289ee683efb5245138d951bd9d934bcc196d550
Fix the NA and PD allocation code to handle the case where a client
provides a preference and the server doesn't have any addresses or
prefixes available.  Previoulsy the server ignored the request with
this patch it replies with a NoAddrsAvail or NoPrefixAvai respone.
By default the code performs according to the errata of August 2010
for RFC 3315 section 17.2.2, to enable the previous style see the
seciton on RFC3315_PRE_ERRATA_2010_08 in includes/site.h.  This option
may be removed in the future.
Thanks to Jiri Popelka at Red Hat for the patch.
[ISC-Bugs #22676]
RELNOTES
includes/site.h
server/dhcpv6.c