• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:dhcpcd

1 dhcpcd - DHCP client daemon
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
26 ./configure --libexecdir=/lib/dhcpcd dbdir=/var/lib/dhcpcd
53 dhcpcd will poll a freshly added address until either IN6_IFF_TENTATIVE is
65 Either upgrade or don't allow dhcpcd to manage the RA,
66 so don't set either "ipv6ra_own" or "slaac private" in dhcpcd.conf if you
75 out of the headers (or dhcpcd itself) to have correct operation.
77 We try and detect how dhcpcd should interact with system services at runtime.
84 interfaces. As this system would listen in the same way as dhcpcd to new
85 interface arrivals, dhcpcd needs to listen to the /dev management sytem
87 working, or changes to a new one, dhcpcd should still try and continue to work.
88 To facilitate this, dhcpcd allows a plugin to load to instruct dhcpcd when it
92 To shrink dhcpcd you can disable IPv4 or IPv6:
96 You can also move the embedded extended configuration from the dhcpcd binary
97 to an external file (LIBEXECDIR/dhcpcd-definitions.conf)
99 If dhcpcd cannot load this file at runtime, dhcpcd will work but will not be
101 in /etc/dhcpcd.conf.
103 To prepare dhcpcd for import into a platform source tree (like NetBSD)
104 you can use the make import target to create /tmp/dhcpcd-$version and
110 Building for distribution (ie making a dhcpcd source tarball) now requires
116 Not all the hooks in dhcpcd-hooks are installed by default.
119 The default dhcpcd.conf disables the lookup-hostname hook by default.
125 by default dhcpcd will pick RC_SVCNAME from the environment.
127 This is important because dhcpcd will scrub the environment aside from $PATH
131 dhcpcd service marked inactive && dhcpcd service starts
132 dependant services are not started because dhcpcd is inactive (not stopped)
133 dhcpcd hook tests $if_oneup && $if_ipwaited
134 if true, mark the dhcpcd service as started and then start dependencies
135 if false and the dhcpcd service was previously started, mark as inactive and
141 dhcpcd-5.0 is only fully command line compatible with dhcpcd-4.0
142 For compatibility with older versions, use dhcpcd-4.0
149 http://roy.marples.name/projects/dhcpcd/timeline/