dynamic dns bindings. Thanks to a patch from Patrick Schoo.
[ISC-Bugs #15836]
in dhcpd.conf "executable statements" has been updated to be more helpful.
Manpage information for this value has also been updated.
+- Abandoned or dissociated (err condition) leases now remove any related
+ dynamic dns bindings. Thanks to a patch from Patrick Schoo.
+
Changes since 3.0.4rc1
- The dhcp-options.5 manpage was updated to correct indentation errors
#ifndef lint
static char copyright[] =
-"$Id: mdb.c,v 1.81 2006/06/16 19:26:45 dhankins Exp $ Copyright (c) 2004-2006 Internet Systems Consortium. All rights reserved.\n";
+"$Id: mdb.c,v 1.82 2006/07/18 18:15:53 dhankins Exp $ Copyright (c) 2004-2006 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
const char *message;
{
struct lease *lt = (struct lease *)0;
+#if defined (NSUPDATE)
+ ddns_removals (lease);
+#endif
if (!lease_copy (<, lease, MDL))
return;
struct lease *lease;
{
struct lease *lt = (struct lease *)0;
+#if defined (NSUPDATE)
+ ddns_removals (lease);
+#endif
if (!lease_copy (<, lease, MDL))
return;