Print this page
7388 Support DHCP Client FQDN. Allow IAID/DUID for all v4.

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/cmd-inet/etc/dhcp/inittab
          +++ new/usr/src/cmd/cmd-inet/etc/dhcp/inittab
   1    1  #
   2    2  # Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
   3    3  # Use is subject to license terms.
        4 +# Copyright (c) 2016, Chris Fraire <cfraire@me.com>.
   4    5  #
   5    6  # CDDL HEADER START
   6    7  #
   7    8  # The contents of this file are subject to the terms of the
   8    9  # Common Development and Distribution License, Version 1.0 only
   9   10  # (the "License").  You may not use this file except in compliance
  10   11  # with the License.
  11   12  #
  12   13  # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  13   14  # or http://www.opensolaris.org/os/licensing.
↓ open down ↓ 93 lines elided ↑ open up ↑
 107  108  POP3serv        STANDARD,       70,     IP,        1,   0,      sdmi
 108  109  NNTPserv        STANDARD,       71,     IP,        1,   0,      sdmi
 109  110  WWWservs        STANDARD,       72,     IP,        1,   0,      sdmi
 110  111  Fingersv        STANDARD,       73,     IP,        1,   0,      sdmi
 111  112  IRCservs        STANDARD,       74,     IP,        1,   0,      sdmi
 112  113  STservs         STANDARD,       75,     IP,        1,   0,      sdmi
 113  114  STDAservs       STANDARD,       76,     IP,        1,   0,      sdmi
 114  115  UserClas        STANDARD,       77,     ASCII,     1,   0,      sdi
 115  116  SLP_DA          STANDARD,       78,     OCTET,     1,   0,      sdmi
 116  117  SLP_SS          STANDARD,       79,     OCTET,     1,   0,      sdmi
      118 +ClientFQDN      STANDARD,       81,     OCTET,     1,   0,      sdmi
 117  119  AgentOpt        STANDARD,       82,     OCTET,     1,   0,      sdi
 118  120  FQDN            STANDARD,       89,     OCTET,     1,   0,      sdmi
 119  121  
 120  122  #
 121  123  # DHCP packet fields.   Code field is byte offset into DHCP packet.
 122  124  #
 123  125  
 124  126  Opcode          FIELD,          0,      UNUMBER8,  1,   1,      id
 125  127  Htype           FIELD,          1,      UNUMBER8,  1,   1,      id
 126  128  HLen            FIELD,          2,      UNUMBER8,  1,   1,      id
↓ open down ↓ 43 lines elided ↑ open up ↑
 170  172  SjumpsCF        VENDOR,         14,     ASCII,     1,   0,      smi
 171  173  Sterm           VENDOR,         15,     ASCII,     1,   0,      smi
 172  174  SbootURI        VENDOR,         16,     ASCII,     1,   0,      smi
 173  175  SHTTPproxy      VENDOR,         17,     ASCII,     1,   0,      smi
 174  176  
 175  177  #
 176  178  # Site option example:
 177  179  # The following option describes an option named ipPairs, that is in
 178  180  # the  SITE category, meaning it is defined by each individual site.
 179  181  # It is option code 132, which is of type IP Address, consisting of
 180      -# a potentially infinite number of pairs of IP addresses.  (See 
      182 +# a potentially infinite number of pairs of IP addresses.  (See
 181  183  # dhcp_inittab(4) for details)
 182  184  #
 183  185  # ipPairs     SITE,           132,    IP,     2,      0,      sdmi
 184  186  #
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX