Home | History | Annotate | only in /external/dhcpcd
Up to higher level directory
NameDateSize
android.conf03-Dec-2014306
Android.mk03-Dec-20141.4K
arp.c03-Dec-20148.8K
arp.h03-Dec-20141.9K
bind.c03-Dec-20146.8K
bind.h03-Dec-20141.5K
bpf-filter.h03-Dec-20144.3K
bpf.c03-Dec-20145.4K
CleanSpec.mk03-Dec-20142.2K
common.c03-Dec-20146.5K
common.h03-Dec-20143.6K
compat/03-Dec-2014
config.h03-Dec-2014251
config.mk03-Dec-2014592
configure.c03-Dec-201420.1K
configure.h03-Dec-20141.7K
control.c03-Dec-20144.4K
control.h03-Dec-20141.6K
defs.h03-Dec-20141.9K
dhcp.c03-Dec-201433.4K
dhcp.h03-Dec-20147K
dhcpcd-hooks/03-Dec-2014
dhcpcd-run-hooks03-Dec-20141,009
dhcpcd-run-hooks.803-Dec-20144.6K
dhcpcd-run-hooks.8.in03-Dec-20145.1K
dhcpcd-run-hooks.in03-Dec-20144.5K
dhcpcd.803-Dec-201417.9K
dhcpcd.8.in03-Dec-201417.3K
dhcpcd.c03-Dec-201453.4K
dhcpcd.conf03-Dec-2014831
dhcpcd.conf.503-Dec-201410.2K
dhcpcd.conf.5.in03-Dec-20149.5K
dhcpcd.h03-Dec-20144.3K
duid.c03-Dec-20142.9K
duid.h03-Dec-20141.5K
eloop.c03-Dec-20148K
eloop.h03-Dec-20142.1K
if-bsd.c03-Dec-201410.9K
if-linux-wireless.c03-Dec-20142.9K
if-linux.c03-Dec-201414K
if-options.c03-Dec-201422.8K
if-options.h03-Dec-20144.1K
if-pref.c03-Dec-20143.2K
if-pref.h03-Dec-20141.5K
ifaddrs.c03-Dec-20143.9K
ifaddrs.h03-Dec-20141.1K
ipv4ll.c03-Dec-20144.1K
ipv4ll.h03-Dec-20141.5K
ipv6rs.c03-Dec-201418.2K
ipv6rs.h03-Dec-20141.7K
lpf.c03-Dec-20145.4K
Makefile03-Dec-20143.4K
Makefile.inc03-Dec-2014125
mk/03-Dec-2014
MODULE_LICENSE_BSD_LIKE03-Dec-20140
net.c03-Dec-201417.9K
net.h03-Dec-20144.8K
NOTICE03-Dec-20142.2K
platform-bsd.c03-Dec-20142.5K
platform-linux.c03-Dec-20143.4K
platform.h03-Dec-20141.5K
README03-Dec-20142.9K
showlease.c03-Dec-20149K
signals.c03-Dec-20143.1K
signals.h03-Dec-20141.5K

README

      1 dhcpcd - DHCP client daemon
      2 Copyright (c) 2006-2012 Roy Marples <roy (a] marples.name>
      3 
      4 
      5 Installation
      6 ------------
      7 ./configure; make; make install
      8 man dhcpcd for command line options
      9 man dhcpcd.conf for configuration options
     10 man dhcpcd-run-hooks to learn how to hook scripts into dhcpcd events
     11 
     12 
     13 Notes
     14 -----
     15 If you're cross compiling you may need set the platform if OS is different
     16 from the host.
     17 --target=sparc-sun-netbsd5.0
     18 
     19 If you're building for an MMU-less system where fork() does not work, you
     20 should ./configure --disable-fork.
     21 This also puts the --no-background flag on and stops the --background flag
     22 from working.
     23 
     24 You can change the default dirs with these knobs.
     25 For example, to satisfy FHS compliance you would do this:-
     26 ./configure --libexecdir=/lib/dhcpcd dbdir=/var/lib/dhcpcd
     27 
     28 We now default to using -std=c99. For 64-bit linux, this always works, but
     29 for 32-bit linux it requires either gnu99 or a patch to asm/types.h.
     30 Most distros patch linux headers so this should work fine.
     31 linux-2.6.24 finally ships with a working 32-bit header.
     32 If your linux headers are older, or your distro hasn't patched them you can
     33 set CSTD=gnu99 to work around this.
     34 
     35 Some BSD systems do not allow the manipulation of automatically added subnet
     36 routes. You can find discussion here:
     37     http://mail-index.netbsd.org/tech-net/2008/12/03/msg000896.html
     38 BSD systems where this has been fixed are:
     39     NetBSD-5.0
     40 
     41 We try and detect how dhcpcd should interact with system services during the
     42 configure stage. If we cannot auto-detect how do to this, or it is wrong then
     43 you can change this by passing shell commands to --service-exists,
     44 --servicecmd and optionally --servicestatus.
     45 
     46 To prepare dhcpcd for import into a platform source tree (like NetBSD)
     47 you can use the make import target to create /tmp/dhcpcd-$version and
     48 populate it with all the source files and hooks needed.
     49 In this instance, you may wish to disable some configured tests when
     50 the binary has to run on older versions which lack support, such as getline.
     51 ./configure --without-getline
     52 
     53 
     54 Hooks
     55 -----
     56 Not all the hooks in dhcpcd-hooks are installed by default.
     57 By default we install 01-test, 10-mtu, 20-resolv.conf,
     58 29-lookup-hostname and 30-hostname.
     59 The default dhcpcd.conf disables the lookup-hostname hook by default.
     60 The configure program attempts to find hooks for systems you have installed.
     61 To add more simply
     62 ./configure -with-hook=ntp.conf
     63 
     64 
     65 Compatibility
     66 -------------
     67 dhcpcd-5.0 is only fully command line compatible with dhcpcd-4.0
     68 For compatibility with older versions, use dhcpcd-4.0
     69 
     70 dhcpcd no longer sends a default ClientID for ethernet interfaces.
     71 This is so we can re-use the address the kernel DHCP client found.
     72 To retain the old behaviour of sending a default ClientID based on the
     73 hardware address for interface, simply add the keyword clientid to dhcpcd.conf.
     74 
     75 
     76 ChangeLog
     77 ---------
     78 We no longer supply a ChangeLog.
     79 However, you're more than welcome to read the commit log at
     80 http://roy.marples.name/projects/dhcpcd/log/
     81