]> git.ipfire.org Git - thirdparty/dhcp.git/commit
[master] Add -df option to client code to help share DUIDs
authorShawn Routhier <sar@isc.org>
Fri, 16 May 2014 22:24:48 +0000 (15:24 -0700)
committerShawn Routhier <sar@isc.org>
Fri, 16 May 2014 22:24:48 +0000 (15:24 -0700)
commit79818c93448403843280bcb9b3d33f70461828c7
tree215d4b43dade7f0a837c2a783bb84622f854310f
parent63c8800c3cb7adafde12d56cfa4c599907dc516c
[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.
17 files changed:
RELNOTES
client/Makefile.am
client/Makefile.in
client/clparse.c
client/dhclient.8
client/dhclient.c
client/tests/Atffile [new file with mode: 0644]
client/tests/Makefile.am [new file with mode: 0644]
client/tests/Makefile.in [new file with mode: 0644]
client/tests/duid0_test.txt [new file with mode: 0644]
client/tests/duid1_test.txt [new file with mode: 0644]
client/tests/duid2_test.txt [new file with mode: 0644]
client/tests/duid3_test.txt [new file with mode: 0644]
client/tests/duid_unittest.c [new file with mode: 0644]
configure
configure.ac
includes/dhcpd.h