-# Copyright (c) 2004-2019 by Internet Systems Consortium, Inc. ("ISC")
+# Copyright (c) 2004-2020 by Internet Systems Consortium, Inc. ("ISC")
# Copyright (c) 1995-2003 by Internet Software Consortium
#
# Permission to use, copy, modify, and distribute this software for any
Internet Systems Consortium DHCP Distribution
- Version 4.1-ESV-R16b1
- 18 December 2019
+ Version 4.1-ESV-R16
+ 01 January 2020
README FILE
RELEASE STATUS
-This is ISC DHCP 4.1-ESV-R16b1, an extended support (ESV) release that
+This is ISC DHCP 4.1-ESV-R16, an extended support (ESV) release that
provides patches for several bugs.
ESVs are intended for users who have longer upgrade constraints
To build the DHCP Distribution, unpack the compressed tar file using
the tar utility and the gzip command - type something like:
- gunzip dhcp-4.1-ESV-R16b1.tar.gz
- tar xvf dhcp-4.1-ESV-R16b1.tar
+ gunzip dhcp-4.1-ESV-R16.tar.gz
+ tar xvf dhcp-4.1-ESV-R16.tar
CONFIGURING IT
-Now, cd to the dhcp-4.1-ESV-R16b1 subdirectory that you've just created and
+Now, cd to the dhcp-4.1-ESV-R16 subdirectory that you've just created and
configure the source tree by typing:
./configure
Internet Systems Consortium DHCP Distribution
- Version 4.1-ESV-R16b1
- 18 December 2019
+ Version 4.1-ESV-R16
+ 01 January 2020
Release Notes
NEW FEATURES
-Version 4.1-ESV-R16b1 is a maintenance release of an extended support version
+Version 4.1-ESV-R16 is a maintenance release of an extended support version
(ESV) release. ESVs are intended for users who have longer upgrade
-constraints. Please see our web page
+constraints. Please see our web page:
+
http://www.isc.org/downloads/software-support-policy/
+
for more information on ESVs.
ISC DHCP 4.1.x includes several new DHCPv6 features that were not included
DHCP Client. */
/*
- * Copyright (c) 2004-2019 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2020 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1995-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
#define ASSERT_STATE(state_is, state_shouldbe) {}
static const char copyright[] =
-"Copyright 2004-2019 Internet Systems Consortium.";
+"Copyright 2004-2020 Internet Systems Consortium.";
static const char arr [] = "All rights reserved.";
static const char message [] = "Internet Systems Consortium DHCP Client";
static const char url [] =
Find and identify the network interfaces. */
/*
- * Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2020 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1995-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
# include <net/if6.h>
#endif
-struct interface_info *interfaces, *dummy_interfaces, *fallback_interface;
+struct interface_info *interfaces = 0;
+struct interface_info *dummy_interfaces = 0;
+struct interface_info *fallback_interface = 0;
+
int interfaces_invalidated;
int quiet_interface_discovery;
u_int16_t local_port;
-AC_INIT([DHCP], [4.1-ESV-R16b1], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.1-ESV-R16], [dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such
DHCP/BOOTP Relay Agent. */
/*
- * Copyright(c) 2004-2019 by Internet Systems Consortium, Inc.("ISC")
+ * Copyright(c) 2004-2020 by Internet Systems Consortium, Inc.("ISC")
* Copyright(c) 1997-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
static void request_v4_interface(const char* name, int flags);
static const char copyright[] =
-"Copyright 2004-2019 Internet Systems Consortium.";
+"Copyright 2004-2020 Internet Systems Consortium.";
static const char arr[] = "All rights reserved.";
static const char message[] =
"Internet Systems Consortium DHCP Relay Agent";
/*
- * Copyright (c) 2019 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2019-2020 by Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
DHCP Server Daemon. */
/*
- * Copyright (c) 2004-2019 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2020 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1996-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
*/
static const char copyright[] =
-"Copyright 2004-2019 Internet Systems Consortium.";
+"Copyright 2004-2020 Internet Systems Consortium.";
static const char arr [] = "All rights reserved.";
static const char message [] = "Internet Systems Consortium DHCP Server";
static const char url [] =