mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-02 23:35:23 +00:00
Update version.
This commit is contained in:
23
README
23
README
@@ -1,7 +1,7 @@
|
|||||||
Internet Software Consortium
|
Internet Software Consortium
|
||||||
Dynamic Host Configuration Protocol Distribution
|
Dynamic Host Configuration Protocol Distribution
|
||||||
Version 3, Alpha Snapshot
|
Version 3, Alpha Snapshot
|
||||||
March 30, 1998
|
April 8, 1999
|
||||||
|
|
||||||
This is an alpha test snapshot of Version 3 of the Internet Software
|
This is an alpha test snapshot of Version 3 of the Internet Software
|
||||||
Consortium DHCP Distribution. In version 3, this distribution
|
Consortium DHCP Distribution. In version 3, this distribution
|
||||||
@@ -56,14 +56,12 @@ system.
|
|||||||
RELEASE STATUS
|
RELEASE STATUS
|
||||||
|
|
||||||
In this release, the server and relay agent currently work well on
|
In this release, the server and relay agent currently work well on
|
||||||
NetBSD, Linux, FreeBSD, BSD/OS, Ultrix, Digital Alpha OSF/1, and SunOS
|
NetBSD, Linux after kernel version 2.0.30, FreeBSD, BSD/OS, Ultrix,
|
||||||
4.1.4. They can also be run usefully on Solaris as long as only one
|
Digital Alpha OSF/1, Solaris and SunOS 4.1.4. They run on AIX, HPUX,
|
||||||
broadcast network interface is configured. They also runs on QNX as
|
IRIX and Linux 2.0.30 and earlier kernels but support only a single
|
||||||
long as only one broadcast network interface is configured and a host
|
broadcast network interface. They also runs on QNX as long as only
|
||||||
route is added from that interface to the 255.255.255.255 broadcast
|
one broadcast network interface is configured and a host route is
|
||||||
address. If you are running a Linux 2.0.30 or previous kernel, the
|
added from that interface to the 255.255.255.255 broadcast address.
|
||||||
DHCP daemons will only be able to operate on machines with a single
|
|
||||||
network interface.
|
|
||||||
|
|
||||||
The DHCP client currently only knows how to configure the network on
|
The DHCP client currently only knows how to configure the network on
|
||||||
NetBSD, FreeBSD, BSD/os, Linux, Solaris and NextStep. The client
|
NetBSD, FreeBSD, BSD/os, Linux, Solaris and NextStep. The client
|
||||||
@@ -91,9 +89,12 @@ information. On Digital Unix, type ``man pfilt''.
|
|||||||
To build the DHCP Distribution, unpack the compressed tar file using
|
To build the DHCP Distribution, unpack the compressed tar file using
|
||||||
the tar utility and the gzip command - type something like:
|
the tar utility and the gzip command - type something like:
|
||||||
|
|
||||||
zcat dhcp-3.0-alpha-19990330.tar.gz |tar xvf -
|
zcat dhcp-3.0-alpha-19990408.tar.gz |tar xvf -
|
||||||
|
|
||||||
Now, cd to the dhcp-3.0-alpha-19990330 subdirectory that you've just
|
On BSD/OS, you have to type gzcat, not zcat, and you may run into
|
||||||
|
similar problems on other operating systems.
|
||||||
|
|
||||||
|
Now, cd to the dhcp-3.0-alpha-19990408 subdirectory that you've just
|
||||||
created and configure the source tree by typing:
|
created and configure the source tree by typing:
|
||||||
|
|
||||||
./configure
|
./configure
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char ocopyright[] =
|
static char ocopyright[] =
|
||||||
"$Id: dhclient.c,v 1.71 1999/04/05 19:00:50 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
|
"$Id: dhclient.c,v 1.72 1999/04/08 19:47:55 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include "dhcpd.h"
|
#include "dhcpd.h"
|
||||||
@@ -54,7 +54,7 @@ struct sockaddr_in sockaddr_broadcast;
|
|||||||
static char copyright[] =
|
static char copyright[] =
|
||||||
"Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
|
"Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
|
||||||
static char arr [] = "All rights reserved.";
|
static char arr [] = "All rights reserved.";
|
||||||
static char message [] = "Internet Software Consortium DHCP Client V3.0-alpha-990330";
|
static char message [] = "Internet Software Consortium DHCP Client V3.0-alpha-990408";
|
||||||
static char contrib [] = "\nPlease contribute if you find this software useful.";
|
static char contrib [] = "\nPlease contribute if you find this software useful.";
|
||||||
static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html\n";
|
static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html\n";
|
||||||
|
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char ocopyright[] =
|
static char ocopyright[] =
|
||||||
"$Id: dhcrelay.c,v 1.27 1999/03/30 21:54:03 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
|
"$Id: dhcrelay.c,v 1.28 1999/04/08 19:47:55 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include "dhcpd.h"
|
#include "dhcpd.h"
|
||||||
@@ -91,7 +91,7 @@ struct server_list {
|
|||||||
static char copyright [] =
|
static char copyright [] =
|
||||||
"Copyright 1997, 1998, 1999 The Internet Software Consortium.";
|
"Copyright 1997, 1998, 1999 The Internet Software Consortium.";
|
||||||
static char arr [] = "All rights reserved.";
|
static char arr [] = "All rights reserved.";
|
||||||
static char message [] = "Internet Software Consortium DHCP Relay Agent V3.0-alpha 19990330";
|
static char message [] = "Internet Software Consortium DHCP Relay Agent V3.0-alpha 19990408";
|
||||||
static char contrib [] = "\nPlease contribute if you find this software useful.";
|
static char contrib [] = "\nPlease contribute if you find this software useful.";
|
||||||
static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html\n";
|
static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html\n";
|
||||||
|
|
||||||
|
@@ -22,13 +22,13 @@
|
|||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char ocopyright[] =
|
static char ocopyright[] =
|
||||||
"$Id: dhcpd.c,v 1.64 1999/03/30 21:54:03 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
|
"$Id: dhcpd.c,v 1.65 1999/04/08 19:47:54 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static char copyright[] =
|
static char copyright[] =
|
||||||
"Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
|
"Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
|
||||||
static char arr [] = "All rights reserved.";
|
static char arr [] = "All rights reserved.";
|
||||||
static char message [] = "Internet Software Consortium DHCP Server V3.0-alpha 980330";
|
static char message [] = "Internet Software Consortium DHCP Server V3.0-alpha 980408";
|
||||||
static char contrib [] = "\nPlease contribute if you find this software useful.";
|
static char contrib [] = "\nPlease contribute if you find this software useful.";
|
||||||
static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html\n";
|
static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html\n";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user