Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/dhcp/common Add placeholders for Preboot Execution ...



details:   https://anonhg.NetBSD.org/src/rev/249d9abf2264
branches:  trunk
changeset: 486091:249d9abf2264
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat May 13 03:44:51 2000 +0000

description:
Add placeholders for Preboot Execution Environment (PXE) options,
from version 2.1 of the PXE spec.

diffstat:

 usr.sbin/dhcp/common/tables.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 3b57ec3f05d5 -r 249d9abf2264 usr.sbin/dhcp/common/tables.c
--- a/usr.sbin/dhcp/common/tables.c     Sat May 13 03:13:59 2000 +0000
+++ b/usr.sbin/dhcp/common/tables.c     Sat May 13 03:44:51 2000 +0000
@@ -43,7 +43,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: tables.c,v 1.3 2000/04/22 08:18:14 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: tables.c,v 1.4 2000/05/13 03:44:51 thorpej Exp $ Copyright (c) 1995-2000 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -163,11 +163,11 @@
        { "option-90", "X",                             &dhcp_universe, 90 },
        { "option-91", "X",                             &dhcp_universe, 91 },
        { "option-92", "X",                             &dhcp_universe, 92 },
-       { "option-93", "X",                             &dhcp_universe, 93 },
-       { "option-94", "X",                             &dhcp_universe, 94 },
+       { "pxe-client-arch-id", "X",                    &dhcp_universe, 93 },
+       { "pxe-client-netif-id", "X",                   &dhcp_universe, 94 },
        { "option-95", "X",                             &dhcp_universe, 95 },
        { "option-96", "X",                             &dhcp_universe, 96 },
-       { "option-97", "X",                             &dhcp_universe, 97 },
+       { "pxe-uuid", "X",                              &dhcp_universe, 97 },
        { "uap-servers", "t",                           &dhcp_universe, 98 },
        { "option-99", "X",                             &dhcp_universe, 99 },
        { "option-100", "X",                            &dhcp_universe, 100 },



Home | Main Index | Thread Index | Old Index