diff options
Diffstat (limited to 'usr/src/uts/common/netinet/dhcp.h')
-rw-r--r-- | usr/src/uts/common/netinet/dhcp.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/usr/src/uts/common/netinet/dhcp.h b/usr/src/uts/common/netinet/dhcp.h index 0cf5660af3..73b233ad33 100644 --- a/usr/src/uts/common/netinet/dhcp.h +++ b/usr/src/uts/common/netinet/dhcp.h @@ -22,6 +22,7 @@ /* * Copyright 1996-2003 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. + * Copyright (c) 2016, Chris Fraire <cfraire@me.com>. */ /* @@ -31,8 +32,6 @@ #ifndef _DHCP_H #define _DHCP_H -#pragma ident "%Z%%M% %I% %E% SMI" - #ifdef __cplusplus extern "C" { #endif @@ -157,8 +156,15 @@ extern "C" { #define CD_SLPDA 78 #define CD_SLPSS 79 +#define CD_CLIENTFQDN 81 #define CD_AGENTOPT 82 + +/* + * Per RFC 3679, option 89 was "Never published as standard and [is] not in + * general use". See active CD_CLIENTFQDN and RFC 4702. + */ #define CD_FQDN 89 + #define CD_PXEARCHi 93 #define CD_PXENIIi 94 #define CD_PXECID 95 |