summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2014-04-29 09:59:21 -0700
committerShawn Routhier <sar@isc.org>2014-04-29 09:59:21 -0700
commit388cba45bbb7d90c58fc3833514dfbacff32a976 (patch)
treef4183760ac5f011629eb6e0534fe78690379a8ed /includes
parent8591cbb5e59234d11edea4817e4786d9270d2444 (diff)
downloadisc-dhcp-388cba45bbb7d90c58fc3833514dfbacff32a976.tar.gz
[master] Remove the pre-errata code for handling no addresses available
Diffstat (limited to 'includes')
-rw-r--r--includes/site.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/includes/site.h b/includes/site.h
index 72953626..34aba0c0 100644
--- a/includes/site.h
+++ b/includes/site.h
@@ -235,16 +235,6 @@
#define ACCEPT_LIST_IN_DOMAIN_NAME
-/* In RFC3315 section 17.2.2 stated that if the server was not going
- to be able to assign any addresses to any IAs in a subsequent Request
- from a client that the server should not include any IAs. This
- requirement was removed in an errata from August 2010. Define the
- following if you want the pre-errata version.
- You should only enable this option if you have clients that
- require the original functionality. */
-
-/* #define RFC3315_PRE_ERRATA_2010_08 */
-
/* In previous versions of the code when the server generates a NAK
it doesn't attempt to determine if the configuration included a
server ID for that client. Defining this option causes the server