summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2014-05-16 15:24:48 -0700
committerShawn Routhier <sar@isc.org>2014-05-16 15:24:48 -0700
commit79818c93448403843280bcb9b3d33f70461828c7 (patch)
tree215d4b43dade7f0a837c2a783bb84622f854310f /configure.ac
parent63c8800c3cb7adafde12d56cfa4c599907dc516c (diff)
downloadisc-dhcp-79818c93448403843280bcb9b3d33f70461828c7.tar.gz
[master] Add -df option to client code to help share DUIDs
Add the "-df <duid file>" option to the client code in order to make it easier to share DUIDs between a v4 instance and a v6 instance. This option instructs the client to search the duid file for a DUID if it didn't find one in the main lease file. In addition add the infrastructure for running ATF tests for the client and write some ATF tests for this patch.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5a41407f..4392a12c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -622,6 +622,7 @@ AC_C_FLEXIBLE_ARRAY_MEMBER
AC_CONFIG_FILES([
Makefile
client/Makefile
+ client/tests/Makefile
common/Makefile
common/tests/Makefile
dhcpctl/Makefile