summaryrefslogtreecommitdiff
path: root/includes/site.h
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2016-01-29 10:51:18 -0800
committerShawn Routhier <sar@isc.org>2016-01-29 10:51:18 -0800
commit1bfdeaaee92505c2bf9bb3cc525369ec10c6bf3e (patch)
tree9e5c79618451877f61520b0fdd071de78a8e4490 /includes/site.h
parenta6ed1aa89583ac9809340e6c673c154668114720 (diff)
downloadisc-dhcp-1bfdeaaee92505c2bf9bb3cc525369ec10c6bf3e.tar.gz
[master] Add new options
options for v4: 116, 141, 142, 159, 160 options for v6: 103, 143 from rfcs: 2563, 6011, 6153, 7618, 7710
Diffstat (limited to 'includes/site.h')
-rw-r--r--includes/site.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/includes/site.h b/includes/site.h
index a36e322c..0586717e 100644
--- a/includes/site.h
+++ b/includes/site.h
@@ -316,6 +316,7 @@
should be left as is, but if you have already defined one
of these and prefer your definition you can comment the
RFC define out to avoid conflicts */
+#define RFC2563_OPTIONS
#define RFC2937_OPTIONS
#define RFC4776_OPTIONS
#define RFC4833_OPTIONS
@@ -328,10 +329,13 @@
#define RFC5970_OPTIONS
#define RFC5986_OPTIONS
#define RFC6011_OPTIONS
+#define RFC6011_OPTIONS
+#define RFC6153_OPTIONS
#define RFC6334_OPTIONS
#define RFC6440_OPTIONS
#define RFC6731_OPTIONS
#define RFC6939_OPTIONS
#define RFC6977_OPTIONS
#define RFC7083_OPTIONS
-
+#define RFC7618_OPTIONS
+#define RFC7710_OPTIONS