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

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man4/dhcp_inittab.4
          +++ new/usr/src/man/man4/dhcp_inittab.4
   1    1  '\" te
   2    2  .\" Copyright (C) 2009, Sun Microsystems, Inc. All Rights Reserved
        3 +.\" Copyright (c) 2016, Chris Fraire <cfraire@me.com>.
   3    4  .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
   4    5  .\"  See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with
   5    6  .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   6      -.TH DHCP_INITTAB 4 "Aug 31, 2009"
        7 +.TH DHCP_INITTAB 4 "Oct 31, 2016"
   7    8  .SH NAME
   8    9  dhcp_inittab \- information repository for DHCP options
   9   10  .SH DESCRIPTION
  10   11  .sp
  11   12  .LP
  12   13  The \fB/etc/dhcp/inittab\fR and the \fB/etc/dhcp/inittab6\fR files contain
  13   14  information about the Dynamic Host Configuration Protocol (\fBDHCP\fR) options,
  14   15  which are network configuration parameters passed from \fBDHCP\fR servers to
  15   16  \fBDHCP\fR clients when a client machine uses \fBDHCP\fR. Since many
  16   17  \fBDHCP\fR-related commands must parse and understand these \fBDHCP\fR options,
↓ open down ↓ 353 lines elided ↑ open up ↑
 370  371  .sp
 371  372  .TS
 372  373  c c c
 373  374  l l l .
 374  375  \fISymbol\fR    \fICode\fR      \fIDescription\fR
 375  376  _
 376  377  \fBSubnet\fR    \fB1\fR T{
 377  378  Subnet Mask, dotted Internet address (IP).
 378  379  T}
 379  380  \fBUTCoffst\fR  \fB2\fR T{
 380      -Coordinated Universal time offset (seconds).
      381 +Coordinated Universal time offset (seconds) [deprecated].
 381  382  T}
 382  383  \fBRouter\fR    \fB3\fR List of Routers, IP.
 383  384  \fBTimeserv\fR  \fB4\fR List of RFC-868 servers, IP.
 384  385  \fBIEN116ns\fR  \fB5\fR List of IEN 116 name servers, IP.
 385  386  \fBDNSserv\fR   \fB6\fR List of DNS name servers, IP.
 386  387  \fBLogserv\fR   \fB7\fR List of MIT-LCS UDP log servers, IP.
 387  388  \fBCookie\fR    \fB8\fR List of RFC-865 cookie servers, IP.
 388  389  \fBLprserv\fR   \fB9\fR T{
 389  390  List of RFC-1179 line printer servers, IP.
 390  391  T}
↓ open down ↓ 77 lines elided ↑ open up ↑
 468  469  Network News Transport Proto. (NNTP) Server, IP.
 469  470  T}
 470  471  \fBWWWservs\fR  \fB72\fR        Default WorldWideWeb Server, IP.
 471  472  \fBFingersv\fR  \fB73\fR        Default Finger Server, IP.
 472  473  \fBIRCservs\fR  \fB74\fR        Internet Relay Chat Server, IP.
 473  474  \fBSTservs\fR   \fB75\fR        StreetTalk Server, IP.
 474  475  \fBSTDAservs\fR \fB76\fR        StreetTalk Directory Assist. Server, IP.
 475  476  \fBUserClas\fR  \fB77\fR        User class information, ASCII.
 476  477  \fBSLP_DA\fR    \fB78\fR        Directory agent, OCTET.
 477  478  \fBSLP_SS\fR    \fB79\fR        Service scope, OCTET.
      479 +\fBClientFQDN\fR        \fB81\fR        Fully Qualified Domain Name, OCTET.
 478  480  \fBAgentOpt\fR  \fB82\fR        Agent circuit ID, OCTET.
 479  481  \fBFQDN\fR      \fB89\fR        Fully Qualified Domain Name, OCTET.
 480  482  \fBPXEarch\fR   \fB93\fR        Client system architecture, NUMBER.
 481  483  \fBBootFile\fR  \fBN/A\fR       File to Boot, ASCII.
 482  484  \fBBootPath\fR  \fBN/A\fR       T{
 483  485  Boot path prefix to apply to client's requested boot file, ASCII.
 484  486  T}
 485  487  \fBBootSrvA\fR  \fBN/A\fR       Boot Server, IP.
 486  488  \fBBootSrvN\fR  \fBN/A\fR       Boot Server Hostname, ASCII.
 487  489  \fBEchoVC\fR    \fBN/A\fR       T{
↓ open down ↓ 141 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX