~ubuntu-branches/debian/sid/isc-dhcp/sid

« back to all changes in this revision

Viewing changes to includes/site.h

  • Committer: Package Import Robot
  • Author(s): Andrew Pollock
  • Date: 2012-06-09 14:01:05 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20120609140105-lqcz2t0rsefwzamt
Tags: 4.2.4-1
* New upstream release
* debian/control: reformatted Uploaders so that dch doesn't think I'm making
  NMUs
* debian/rules: do a clean between the LDAP-enabled build and the
  non-LDAP-enabled one, so that no LDAP-related artefacts are accidently
  incorporated into the non-LDAP build
* debian/dhclient-script.*: conditionalise the chown/chmod of the new
  resolv.conf on the existence of the old one (closes: #595400)
* debian/dhclient-script.linux: comply with RFC 3442 and ignore
  the routers option if the rfc3442-classless-static-routes option is present
  (closes: #592735)
* debian/dhclient-script.kfreebsd: fix subnet mask handling (closes: #677985)

Show diffs side-by-side

added added

removed removed

Lines of Context:
227
227
   future. */
228
228
 
229
229
#define ACCEPT_LIST_IN_DOMAIN_NAME
 
230
 
 
231
/* In RFC3315 section 17.2.2 stated that if the server was not going
 
232
   to be able to assign any addresses to any IAs in a subsequent Request
 
233
   from a client that the server should not include any IAs.  This
 
234
   requirement was removed in an errata from August 2010.  Define the
 
235
   following if you want the pre-errata version.  
 
236
   You should only enable this option if you have clients that
 
237
   require the original functionality. */
 
238
 
 
239
/* #define RFC3315_PRE_ERRATA_2010_08 */