summaryrefslogtreecommitdiff
path: root/src/odhcp6c.h
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2015-04-12 09:15:22 +0200
committerSteven Barth <steven@midlink.org>2015-04-12 09:15:22 +0200
commitb5afadae8ed69c98f4e9e6a33dfaf570c5bd9b51 (patch)
treed40d5dcd6c5ea70ab5a7ea6253954b8c4137db40 /src/odhcp6c.h
parentc3bbeced0f204b6b9571148ae84227105baaf179 (diff)
downloadodhcp6c-b5afadae8ed69c98f4e9e6a33dfaf570c5bd9b51.tar.gz
Remove obsolete prefix class support
Signed-off-by: Steven Barth <steven@midlink.org>
Diffstat (limited to 'src/odhcp6c.h')
-rw-r--r--src/odhcp6c.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/odhcp6c.h b/src/odhcp6c.h
index ff5b9e4..f7ddc96 100644
--- a/src/odhcp6c.h
+++ b/src/odhcp6c.h
@@ -65,10 +65,6 @@ enum dhcvp6_opt {
DHCPV6_OPT_PD_EXCLUDE = 67,
DHCPV6_OPT_SOL_MAX_RT = 82,
DHCPV6_OPT_INF_MAX_RT = 83,
-#ifdef EXT_PREFIX_CLASS
- /* draft-bhandari-dhc-class-based-prefix, not yet standardized */
- DHCPV6_OPT_PREFIX_CLASS = EXT_PREFIX_CLASS,
-#endif
#ifdef EXT_CER_ID
/* draft-donley-dhc-cer-id-option-03 */
DHCPV6_OPT_CER_ID = EXT_CER_ID,
@@ -300,7 +296,6 @@ struct odhcp6c_entry {
uint32_t preferred;
uint32_t t1;
uint32_t t2;
- uint16_t class;
uint32_t iaid;
};