Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/dhcp/includes Define the PXE DHCP option codes.



details:   https://anonhg.NetBSD.org/src/rev/3a80085e67df
branches:  trunk
changeset: 486093:3a80085e67df
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat May 13 04:00:48 2000 +0000

description:
Define the PXE DHCP option codes.

diffstat:

 usr.sbin/dhcp/includes/dhcp.h |  8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r 199e78eee3ce -r 3a80085e67df usr.sbin/dhcp/includes/dhcp.h
--- a/usr.sbin/dhcp/includes/dhcp.h     Sat May 13 03:46:42 2000 +0000
+++ b/usr.sbin/dhcp/includes/dhcp.h     Sat May 13 04:00:48 2000 +0000
@@ -158,6 +158,14 @@
 #define DHO_NWIP_SUBOPTIONS            63
 #define DHO_USER_CLASS                 77
 #define DHO_DHCP_AGENT_OPTIONS         82
+
+/* Options 93, 94, and 97 are define in the Intel Preboot Execution
+   Environment (PXE) specification, version 2.1, September 20, 1999,
+   page 19. */
+#define DHO_PXE_CLIENT_ARCH_ID         93
+#define        DHO_PXE_CLIENT_NETIF_ID         94
+#define        DHO_PXE_UUID                    97
+
 /* The DHO_AUTHENTICATE option is not a standard yet, so I've
    allocated an option out of the "local" option space for it on a
    temporary basis.  Once an option code number is assigned, I will



Home | Main Index | Thread Index | Old Index