]> Zhao Yanbai Git Server - minix.git/commit
Import NetBSD dhclient(8), dhcpd(8), dhcrelay(8) 68/3468/1
authorDavid van Moolenbroek <david@minix3.org>
Thu, 16 Feb 2017 16:31:25 +0000 (16:31 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Tue, 21 Mar 2017 22:00:14 +0000 (22:00 +0000)
commit83ee113ee0d94f3844d44065af2311604e9a30ad
tree8696f394c493e787626c2ac487cbc4b704d65e0d
parent00b67f09dd46474d133c95011a48590a8e8f94c7
Import NetBSD dhclient(8), dhcpd(8), dhcrelay(8)

dhcrelay(8) and omshell(1) have not been tested.

Change-Id: I0cad89f65666af4e366a86e130ce8df0894c3bb4
289 files changed:
distrib/sets/lists/minix-base/mi
distrib/sets/lists/minix-debug/mi
distrib/sets/lists/minix-man/mi
etc/mtree/NetBSD.dist.base
etc/rc.d/Makefile
etc/rc.d/dhclient [new file with mode: 0755]
etc/rc.d/dhcpd [new file with mode: 0755]
etc/rc.d/dhcrelay [new file with mode: 0755]
external/bsd/Makefile
external/bsd/dhcp/Makefile [new file with mode: 0644]
external/bsd/dhcp/Makefile.inc [new file with mode: 0644]
external/bsd/dhcp/bin/Makefile [new file with mode: 0644]
external/bsd/dhcp/bin/Makefile.inc [new file with mode: 0644]
external/bsd/dhcp/bin/client/Makefile [new file with mode: 0644]
external/bsd/dhcp/bin/clientscript/Makefile [new file with mode: 0644]
external/bsd/dhcp/bin/clientscript/dhclient-script [new file with mode: 0755]
external/bsd/dhcp/bin/omshell/Makefile [new file with mode: 0644]
external/bsd/dhcp/bin/relay/Makefile [new file with mode: 0644]
external/bsd/dhcp/bin/server/Makefile [new file with mode: 0644]
external/bsd/dhcp/bin/server/dhcpd.conf [new file with mode: 0644]
external/bsd/dhcp/dhcp2netbsd [new file with mode: 0755]
external/bsd/dhcp/dist/LICENSE [new file with mode: 0644]
external/bsd/dhcp/dist/Makefile.am [new file with mode: 0644]
external/bsd/dhcp/dist/Makefile.in [new file with mode: 0644]
external/bsd/dhcp/dist/README [new file with mode: 0644]
external/bsd/dhcp/dist/RELNOTES [new file with mode: 0644]
external/bsd/dhcp/dist/aclocal.m4 [new file with mode: 0644]
external/bsd/dhcp/dist/client/Makefile.am [new file with mode: 0644]
external/bsd/dhcp/dist/client/Makefile.in [new file with mode: 0644]
external/bsd/dhcp/dist/client/clparse.c [new file with mode: 0644]
external/bsd/dhcp/dist/client/dhc6.c [new file with mode: 0644]
external/bsd/dhcp/dist/client/dhclient-script.8 [new file with mode: 0644]
external/bsd/dhcp/dist/client/dhclient.8 [new file with mode: 0644]
external/bsd/dhcp/dist/client/dhclient.c [new file with mode: 0644]
external/bsd/dhcp/dist/client/dhclient.conf.5 [new file with mode: 0644]
external/bsd/dhcp/dist/client/dhclient.conf.example [new file with mode: 0644]
external/bsd/dhcp/dist/client/dhclient.leases.5 [new file with mode: 0644]
external/bsd/dhcp/dist/client/scripts/bsdos [new file with mode: 0755]
external/bsd/dhcp/dist/client/scripts/freebsd [new file with mode: 0644]
external/bsd/dhcp/dist/client/scripts/linux [new file with mode: 0755]
external/bsd/dhcp/dist/client/scripts/macos [new file with mode: 0644]
external/bsd/dhcp/dist/client/scripts/netbsd [new file with mode: 0755]
external/bsd/dhcp/dist/client/scripts/nextstep [new file with mode: 0644]
external/bsd/dhcp/dist/client/scripts/openbsd [new file with mode: 0644]
external/bsd/dhcp/dist/client/scripts/openwrt [new file with mode: 0755]
external/bsd/dhcp/dist/client/scripts/solaris [new file with mode: 0755]
external/bsd/dhcp/dist/common/Makefile.am [new file with mode: 0644]
external/bsd/dhcp/dist/common/Makefile.in [new file with mode: 0644]
external/bsd/dhcp/dist/common/alloc.c [new file with mode: 0644]
external/bsd/dhcp/dist/common/bpf.c [new file with mode: 0644]
external/bsd/dhcp/dist/common/comapi.c [new file with mode: 0644]
external/bsd/dhcp/dist/common/conflex.c [new file with mode: 0644]
external/bsd/dhcp/dist/common/ctrace.c [new file with mode: 0644]
external/bsd/dhcp/dist/common/dhcp-eval.5 [new file with mode: 0644]
external/bsd/dhcp/dist/common/dhcp-options.5 [new file with mode: 0644]
external/bsd/dhcp/dist/common/discover.c [new file with mode: 0644]
external/bsd/dhcp/dist/common/dispatch.c [new file with mode: 0644]
external/bsd/dhcp/dist/common/dlpi.c [new file with mode: 0644]
external/bsd/dhcp/dist/common/dns.c [new file with mode: 0644]
external/bsd/dhcp/dist/common/ethernet.c [new file with mode: 0644]
external/bsd/dhcp/dist/common/execute.c [new file with mode: 0644]
external/bsd/dhcp/dist/common/fddi.c [new file with mode: 0644]
external/bsd/dhcp/dist/common/icmp.c [new file with mode: 0644]
external/bsd/dhcp/dist/common/inet.c [new file with mode: 0644]
external/bsd/dhcp/dist/common/lpf.c [new file with mode: 0644]
external/bsd/dhcp/dist/common/memory.c [new file with mode: 0644]
external/bsd/dhcp/dist/common/nit.c [new file with mode: 0644]
external/bsd/dhcp/dist/common/ns_name.c [new file with mode: 0644]
external/bsd/dhcp/dist/common/options.c [new file with mode: 0644]
external/bsd/dhcp/dist/common/packet.c [new file with mode: 0644]
external/bsd/dhcp/dist/common/parse.c [new file with mode: 0644]
external/bsd/dhcp/dist/common/print.c [new file with mode: 0644]
external/bsd/dhcp/dist/common/raw.c [new file with mode: 0644]
external/bsd/dhcp/dist/common/resolv.c [new file with mode: 0644]
external/bsd/dhcp/dist/common/socket.c [new file with mode: 0644]
external/bsd/dhcp/dist/common/tables.c [new file with mode: 0644]
external/bsd/dhcp/dist/common/tests/Atffile [new file with mode: 0644]
external/bsd/dhcp/dist/common/tests/Makefile.am [new file with mode: 0644]
external/bsd/dhcp/dist/common/tests/Makefile.in [new file with mode: 0644]
external/bsd/dhcp/dist/common/tests/dns_unittest.c [new file with mode: 0644]
external/bsd/dhcp/dist/common/tests/test_alloc.c [new file with mode: 0644]
external/bsd/dhcp/dist/common/tr.c [new file with mode: 0644]
external/bsd/dhcp/dist/common/tree.c [new file with mode: 0644]
external/bsd/dhcp/dist/common/upf.c [new file with mode: 0644]
external/bsd/dhcp/dist/compile [new file with mode: 0755]
external/bsd/dhcp/dist/config.guess [new file with mode: 0755]
external/bsd/dhcp/dist/config.sub [new file with mode: 0755]
external/bsd/dhcp/dist/configure [new file with mode: 0755]
external/bsd/dhcp/dist/configure.ac [new file with mode: 0644]
external/bsd/dhcp/dist/contrib/3.0b1-lease-convert [new file with mode: 0644]
external/bsd/dhcp/dist/contrib/dhclient-tz-exithook.sh [new file with mode: 0644]
external/bsd/dhcp/dist/contrib/dhcp-lease-list.pl [new file with mode: 0644]
external/bsd/dhcp/dist/contrib/dhcp.spec [new file with mode: 0644]
external/bsd/dhcp/dist/contrib/ldap/README.ldap [new file with mode: 0644]
external/bsd/dhcp/dist/contrib/ldap/dhcp.schema [new file with mode: 0644]
external/bsd/dhcp/dist/contrib/ldap/dhcpd-conf-to-ldap [new file with mode: 0644]
external/bsd/dhcp/dist/contrib/ms2isc/Registry.pm [new file with mode: 0644]
external/bsd/dhcp/dist/contrib/ms2isc/ms2isc.pl [new file with mode: 0644]
external/bsd/dhcp/dist/contrib/ms2isc/readme.txt [new file with mode: 0644]
external/bsd/dhcp/dist/contrib/sethostname.sh [new file with mode: 0644]
external/bsd/dhcp/dist/contrib/solaris.init [new file with mode: 0644]
external/bsd/dhcp/dist/depcomp [new file with mode: 0755]
external/bsd/dhcp/dist/dhcpctl/Makefile.am [new file with mode: 0644]
external/bsd/dhcp/dist/dhcpctl/Makefile.in [new file with mode: 0644]
external/bsd/dhcp/dist/dhcpctl/callback.c [new file with mode: 0644]
external/bsd/dhcp/dist/dhcpctl/cltest.c [new file with mode: 0644]
external/bsd/dhcp/dist/dhcpctl/dhcpctl.3 [new file with mode: 0644]
external/bsd/dhcp/dist/dhcpctl/dhcpctl.c [new file with mode: 0644]
external/bsd/dhcp/dist/dhcpctl/dhcpctl.h [new file with mode: 0644]
external/bsd/dhcp/dist/dhcpctl/omshell.1 [new file with mode: 0644]
external/bsd/dhcp/dist/dhcpctl/omshell.c [new file with mode: 0644]
external/bsd/dhcp/dist/dhcpctl/remote.c [new file with mode: 0644]
external/bsd/dhcp/dist/doc/IANA-arp-parameters [new file with mode: 0644]
external/bsd/dhcp/dist/doc/Makefile [new file with mode: 0644]
external/bsd/dhcp/dist/doc/References.html [new file with mode: 0644]
external/bsd/dhcp/dist/doc/References.txt [new file with mode: 0644]
external/bsd/dhcp/dist/doc/References.xml [new file with mode: 0644]
external/bsd/dhcp/dist/doc/api+protocol [new file with mode: 0644]
external/bsd/dhcp/dist/doc/devel/arch.dox [new file with mode: 0644]
external/bsd/dhcp/dist/doc/devel/atf.dox [new file with mode: 0644]
external/bsd/dhcp/dist/doc/devel/contrib.dox [new file with mode: 0644]
external/bsd/dhcp/dist/doc/devel/debug.dox [new file with mode: 0644]
external/bsd/dhcp/dist/doc/devel/doxyfile.in [new file with mode: 0644]
external/bsd/dhcp/dist/doc/devel/isc-logo.jpg [new file with mode: 0644]
external/bsd/dhcp/dist/doc/devel/mainpage.dox [new file with mode: 0644]
external/bsd/dhcp/dist/doc/devel/omapi.dox [new file with mode: 0644]
external/bsd/dhcp/dist/doc/devel/qa.dox [new file with mode: 0644]
external/bsd/dhcp/dist/doc/examples/dhclient-dhcpv6.conf [new file with mode: 0644]
external/bsd/dhcp/dist/doc/examples/dhcpd-dhcpv6.conf [new file with mode: 0644]
external/bsd/dhcp/dist/doc/ja_JP.eucJP/dhclient-script.8 [new file with mode: 0644]
external/bsd/dhcp/dist/doc/ja_JP.eucJP/dhclient.8 [new file with mode: 0644]
external/bsd/dhcp/dist/doc/ja_JP.eucJP/dhclient.conf.5 [new file with mode: 0644]
external/bsd/dhcp/dist/doc/ja_JP.eucJP/dhclient.leases.5 [new file with mode: 0644]
external/bsd/dhcp/dist/doc/ja_JP.eucJP/dhcp-eval.5 [new file with mode: 0644]
external/bsd/dhcp/dist/doc/ja_JP.eucJP/dhcp-options.5 [new file with mode: 0644]
external/bsd/dhcp/dist/dst/Makefile.am [new file with mode: 0644]
external/bsd/dhcp/dist/dst/Makefile.in [new file with mode: 0644]
external/bsd/dhcp/dist/dst/base64.c [new file with mode: 0644]
external/bsd/dhcp/dist/dst/dst_api.c [new file with mode: 0644]
external/bsd/dhcp/dist/dst/dst_internal.h [new file with mode: 0644]
external/bsd/dhcp/dist/dst/dst_support.c [new file with mode: 0644]
external/bsd/dhcp/dist/dst/hmac_link.c [new file with mode: 0644]
external/bsd/dhcp/dist/dst/md5.h [new file with mode: 0644]
external/bsd/dhcp/dist/dst/md5_dgst.c [new file with mode: 0644]
external/bsd/dhcp/dist/dst/md5_locl.h [new file with mode: 0644]
external/bsd/dhcp/dist/dst/prandom.c [new file with mode: 0644]
external/bsd/dhcp/dist/includes/Makefile.am [new file with mode: 0644]
external/bsd/dhcp/dist/includes/Makefile.in [new file with mode: 0644]
external/bsd/dhcp/dist/includes/arpa/nameser.h [new file with mode: 0644]
external/bsd/dhcp/dist/includes/arpa/nameser_compat.h [new file with mode: 0644]
external/bsd/dhcp/dist/includes/cdefs.h [new file with mode: 0644]
external/bsd/dhcp/dist/includes/config.h.in [new file with mode: 0644]
external/bsd/dhcp/dist/includes/ctrace.h [new file with mode: 0644]
external/bsd/dhcp/dist/includes/dhcp.h [new file with mode: 0644]
external/bsd/dhcp/dist/includes/dhcp6.h [new file with mode: 0644]
external/bsd/dhcp/dist/includes/dhcpd.h [new file with mode: 0644]
external/bsd/dhcp/dist/includes/dhctoken.h [new file with mode: 0644]
external/bsd/dhcp/dist/includes/failover.h [new file with mode: 0644]
external/bsd/dhcp/dist/includes/heap.h [new file with mode: 0644]
external/bsd/dhcp/dist/includes/inet.h [new file with mode: 0644]
external/bsd/dhcp/dist/includes/isc-dhcp/dst.h [new file with mode: 0644]
external/bsd/dhcp/dist/includes/minires.h [new file with mode: 0644]
external/bsd/dhcp/dist/includes/netinet/if_ether.h [new file with mode: 0644]
external/bsd/dhcp/dist/includes/netinet/ip.h [new file with mode: 0644]
external/bsd/dhcp/dist/includes/netinet/ip_icmp.h [new file with mode: 0644]
external/bsd/dhcp/dist/includes/netinet/udp.h [new file with mode: 0644]
external/bsd/dhcp/dist/includes/omapip/alloc.h [new file with mode: 0644]
external/bsd/dhcp/dist/includes/omapip/buffer.h [new file with mode: 0644]
external/bsd/dhcp/dist/includes/omapip/convert.h [new file with mode: 0644]
external/bsd/dhcp/dist/includes/omapip/hash.h [new file with mode: 0644]
external/bsd/dhcp/dist/includes/omapip/isclib.h [new file with mode: 0644]
external/bsd/dhcp/dist/includes/omapip/omapip.h [new file with mode: 0644]
external/bsd/dhcp/dist/includes/omapip/omapip_p.h [new file with mode: 0644]
external/bsd/dhcp/dist/includes/omapip/result.h [new file with mode: 0644]
external/bsd/dhcp/dist/includes/omapip/trace.h [new file with mode: 0644]
external/bsd/dhcp/dist/includes/osdep.h [new file with mode: 0644]
external/bsd/dhcp/dist/includes/site.h [new file with mode: 0644]
external/bsd/dhcp/dist/includes/statement.h [new file with mode: 0644]
external/bsd/dhcp/dist/includes/t_api.h [new file with mode: 0644]
external/bsd/dhcp/dist/includes/tree.h [new file with mode: 0644]
external/bsd/dhcp/dist/install-sh [new file with mode: 0755]
external/bsd/dhcp/dist/missing [new file with mode: 0755]
external/bsd/dhcp/dist/omapip/Makefile.am [new file with mode: 0644]
external/bsd/dhcp/dist/omapip/Makefile.in [new file with mode: 0644]
external/bsd/dhcp/dist/omapip/alloc.c [new file with mode: 0644]
external/bsd/dhcp/dist/omapip/array.c [new file with mode: 0644]
external/bsd/dhcp/dist/omapip/auth.c [new file with mode: 0644]
external/bsd/dhcp/dist/omapip/buffer.c [new file with mode: 0644]
external/bsd/dhcp/dist/omapip/connection.c [new file with mode: 0644]
external/bsd/dhcp/dist/omapip/convert.c [new file with mode: 0644]
external/bsd/dhcp/dist/omapip/dispatch.c [new file with mode: 0644]
external/bsd/dhcp/dist/omapip/errwarn.c [new file with mode: 0644]
external/bsd/dhcp/dist/omapip/generic.c [new file with mode: 0644]
external/bsd/dhcp/dist/omapip/handle.c [new file with mode: 0644]
external/bsd/dhcp/dist/omapip/hash.c [new file with mode: 0644]
external/bsd/dhcp/dist/omapip/inet_addr.c [new file with mode: 0644]
external/bsd/dhcp/dist/omapip/isclib.c [new file with mode: 0644]
external/bsd/dhcp/dist/omapip/iscprint.c [new file with mode: 0644]
external/bsd/dhcp/dist/omapip/listener.c [new file with mode: 0644]
external/bsd/dhcp/dist/omapip/message.c [new file with mode: 0644]
external/bsd/dhcp/dist/omapip/omapi.3 [new file with mode: 0644]
external/bsd/dhcp/dist/omapip/protocol.c [new file with mode: 0644]
external/bsd/dhcp/dist/omapip/result.c [new file with mode: 0644]
external/bsd/dhcp/dist/omapip/support.c [new file with mode: 0644]
external/bsd/dhcp/dist/omapip/test.c [new file with mode: 0644]
external/bsd/dhcp/dist/omapip/toisc.c [new file with mode: 0644]
external/bsd/dhcp/dist/omapip/trace.c [new file with mode: 0644]
external/bsd/dhcp/dist/relay/Makefile.am [new file with mode: 0644]
external/bsd/dhcp/dist/relay/Makefile.in [new file with mode: 0644]
external/bsd/dhcp/dist/relay/dhcrelay.8 [new file with mode: 0644]
external/bsd/dhcp/dist/relay/dhcrelay.c [new file with mode: 0644]
external/bsd/dhcp/dist/server/Makefile.am [new file with mode: 0644]
external/bsd/dhcp/dist/server/Makefile.in [new file with mode: 0644]
external/bsd/dhcp/dist/server/bootp.c [new file with mode: 0644]
external/bsd/dhcp/dist/server/class.c [new file with mode: 0644]
external/bsd/dhcp/dist/server/confpars.c [new file with mode: 0644]
external/bsd/dhcp/dist/server/db.c [new file with mode: 0644]
external/bsd/dhcp/dist/server/ddns.c [new file with mode: 0644]
external/bsd/dhcp/dist/server/dhcp.c [new file with mode: 0644]
external/bsd/dhcp/dist/server/dhcpd.8 [new file with mode: 0644]
external/bsd/dhcp/dist/server/dhcpd.c [new file with mode: 0644]
external/bsd/dhcp/dist/server/dhcpd.conf.5 [new file with mode: 0644]
external/bsd/dhcp/dist/server/dhcpd.conf.example [new file with mode: 0644]
external/bsd/dhcp/dist/server/dhcpd.leases.5 [new file with mode: 0644]
external/bsd/dhcp/dist/server/dhcpleasequery.c [new file with mode: 0644]
external/bsd/dhcp/dist/server/dhcpv6.c [new file with mode: 0644]
external/bsd/dhcp/dist/server/failover.c [new file with mode: 0644]
external/bsd/dhcp/dist/server/ldap.c [new file with mode: 0644]
external/bsd/dhcp/dist/server/ldap_casa.c [new file with mode: 0644]
external/bsd/dhcp/dist/server/mdb.c [new file with mode: 0644]
external/bsd/dhcp/dist/server/mdb6.c [new file with mode: 0644]
external/bsd/dhcp/dist/server/omapi.c [new file with mode: 0644]
external/bsd/dhcp/dist/server/salloc.c [new file with mode: 0644]
external/bsd/dhcp/dist/server/stables.c [new file with mode: 0644]
external/bsd/dhcp/dist/server/tests/Atffile [new file with mode: 0644]
external/bsd/dhcp/dist/server/tests/Makefile.am [new file with mode: 0644]
external/bsd/dhcp/dist/server/tests/Makefile.in [new file with mode: 0644]
external/bsd/dhcp/dist/server/tests/hash_unittest.c [new file with mode: 0644]
external/bsd/dhcp/dist/server/tests/load_bal_unittest.c [new file with mode: 0644]
external/bsd/dhcp/dist/server/tests/mdb6_unittest.c [new file with mode: 0644]
external/bsd/dhcp/dist/server/tests/simple_unittest.c [new file with mode: 0644]
external/bsd/dhcp/dist/test-driver [new file with mode: 0755]
external/bsd/dhcp/dist/tests/DHCPv6/000-badmsgtype.pl [new file with mode: 0644]
external/bsd/dhcp/dist/tests/DHCPv6/010-solicit-noclientid.pl [new file with mode: 0644]
external/bsd/dhcp/dist/tests/DHCPv6/011-solicit-serverid.pl [new file with mode: 0644]
external/bsd/dhcp/dist/tests/DHCPv6/020-advertise-mcast.pl [new file with mode: 0644]
external/bsd/dhcp/dist/tests/DHCPv6/030-request-noclientid.pl [new file with mode: 0644]
external/bsd/dhcp/dist/tests/DHCPv6/031-request-noserverid.pl [new file with mode: 0644]
external/bsd/dhcp/dist/tests/DHCPv6/032-request-badduid.pl [new file with mode: 0644]
external/bsd/dhcp/dist/tests/DHCPv6/110-information-request-ia_na.pl [new file with mode: 0644]
external/bsd/dhcp/dist/tests/DHCPv6/111-information-request-ia_ta.pl [new file with mode: 0644]
external/bsd/dhcp/dist/tests/DHCPv6/112-badduid.pl [new file with mode: 0644]
external/bsd/dhcp/dist/tests/DHCPv6/210-solicit-nohost.pl [new file with mode: 0644]
external/bsd/dhcp/dist/tests/DHCPv6/211-solicit-opt-in-na.pl [new file with mode: 0644]
external/bsd/dhcp/dist/tests/DHCPv6/212-solicit-opt-in-na-norapidcommit.pl [new file with mode: 0644]
external/bsd/dhcp/dist/tests/DHCPv6/280-release-nohost.pl [new file with mode: 0644]
external/bsd/dhcp/dist/tests/DHCPv6/281-release-bad-address.pl [new file with mode: 0644]
external/bsd/dhcp/dist/tests/DHCPv6/282-release-no-address.pl [new file with mode: 0644]
external/bsd/dhcp/dist/tests/DHCPv6/283-release.pl [new file with mode: 0644]
external/bsd/dhcp/dist/tests/DHCPv6/290-decline-nohost.pl [new file with mode: 0644]
external/bsd/dhcp/dist/tests/DHCPv6/291-decline-bad-address.pl [new file with mode: 0644]
external/bsd/dhcp/dist/tests/DHCPv6/292-decline-no-address.pl [new file with mode: 0644]
external/bsd/dhcp/dist/tests/DHCPv6/293-decline.pl [new file with mode: 0644]
external/bsd/dhcp/dist/tests/DHCPv6/README [new file with mode: 0644]
external/bsd/dhcp/dist/tests/DHCPv6/dhcp_client.pm [new file with mode: 0644]
external/bsd/dhcp/dist/tests/DHCPv6/stubcli-opt-in-na.pl [new file with mode: 0644]
external/bsd/dhcp/dist/tests/DHCPv6/stubcli.pl [new file with mode: 0644]
external/bsd/dhcp/dist/tests/DHCPv6/test-a.conf [new file with mode: 0644]
external/bsd/dhcp/dist/tests/DHCPv6/test-b.conf [new file with mode: 0644]
external/bsd/dhcp/dist/tests/HOWTO-unit-test [new file with mode: 0644]
external/bsd/dhcp/dist/tests/Makefile.am [new file with mode: 0644]
external/bsd/dhcp/dist/tests/Makefile.in [new file with mode: 0644]
external/bsd/dhcp/dist/tests/failover/dhcp-1.cf [new file with mode: 0644]
external/bsd/dhcp/dist/tests/failover/dhcp-2.cf [new file with mode: 0644]
external/bsd/dhcp/dist/tests/failover/new-failover [new file with mode: 0755]
external/bsd/dhcp/dist/tests/t_api.c [new file with mode: 0644]
external/bsd/dhcp/dist/tests/t_api_dhcp.c [new file with mode: 0644]
external/bsd/dhcp/dist/tests/unit_test_sample.c [new file with mode: 0644]
external/bsd/dhcp/dist/util/bindvar.sh [new file with mode: 0644]
external/bsd/dhcp/include/config.h [new file with mode: 0644]
external/bsd/dhcp/lib/Makefile [new file with mode: 0644]
external/bsd/dhcp/lib/Makefile.inc [new file with mode: 0644]
external/bsd/dhcp/lib/common/Makefile [new file with mode: 0644]
external/bsd/dhcp/lib/dhcpctl/Makefile [new file with mode: 0644]
external/bsd/dhcp/lib/dst/Makefile [new file with mode: 0644]
external/bsd/dhcp/lib/omapip/Makefile [new file with mode: 0644]
external/bsd/dhcp/share/Makefile [new file with mode: 0644]
external/bsd/dhcp/share/dhcpd/Makefile [new file with mode: 0644]
external/bsd/dhcp/share/dhcpd/pxe.defs [new file with mode: 0644]