[BACK]Return to dhclient-script.8 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mpl / dhcp / dist / client

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/mpl/dhcp/dist/client/dhclient-script.8 between version 1.2 and 1.3

version 1.2, 2018/04/07 22:37:29 version 1.3, 2022/04/03 01:10:57
Line 2 
Line 2 
 .\"  .\"
 .\"     dhclient-script.8  .\"     dhclient-script.8
 .\"  .\"
 .\" Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")  .\" Copyright (C) 2004-2022 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (c) 1996-2003 by Internet Software Consortium  .\" Copyright (c) 1996-2003 by Internet Software Consortium
 .\"  .\"
 .\" This Source Code Form is subject to the terms of the Mozilla Public  .\" This Source Code Form is subject to the terms of the Mozilla Public
Line 18 
Line 18 
 .\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.  .\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"  .\"
 .\"   Internet Systems Consortium, Inc.  .\"   Internet Systems Consortium, Inc.
 .\"   950 Charter Street  .\"   PO Box 360
 .\"   Redwood City, CA 94063  .\"   Newmarket, NH 03857 USA
 .\"   <info@isc.org>  .\"   <info@isc.org>
 .\"   https://www.isc.org/  .\"   https://www.isc.org/
 .\"  .\"
Line 131  option name as above but prepended with 
Line 131  option name as above but prepended with 
 for example requested_subnet_mask=1.  No such variable is defined for  for example requested_subnet_mask=1.  No such variable is defined for
 options not requested by the client or options that don't require a  options not requested by the client or options that don't require a
 request option, such as the ip address (*_ip_address) or expiration  request option, such as the ip address (*_ip_address) or expiration
 time (*_expiry).  time (*_expiry).
 .PP  .PP
 Before actually configuring the address, dhclient-script should  Before actually configuring the address, dhclient-script should
 somehow ARP for it and exit with a nonzero status if it receives a  somehow ARP for it and exit with a nonzero status if it receives a
Line 201  been passed in as with BOUND.   The clie
Line 201  been passed in as with BOUND.   The clie
 test these parameters and, if it has reason to believe they are valid,  test these parameters and, if it has reason to believe they are valid,
 should exit with a value of zero.   If not, it should exit with a  should exit with a value of zero.   If not, it should exit with a
 nonzero value.  nonzero value.
   .SH V6ONLY
   The DHCPv4 client has received a requested valid v6-only-preferred
   option. The system should disable IPv4 on the interface. On its side
   the dhclient waits for V6ONLY_WAIT seconds (the timer is carried by
   the option with a minimum of MIN_V6ONLY_WAIT) before returning in
   the INIT state.
 .PP  .PP
 The usual way to test a lease is to set up the network as with REBIND  The usual way to test a lease is to set up the network as with REBIND
 (since this may be called to test more than one lease) and then ping  (since this may be called to test more than one lease) and then ping

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>