dhcpcd is a DHCPv4/IPv4LL/IPv6RS/DHCPv6 quad stack client. It will listen for new interfaces and carrier signals from the kernel so it can quickly configure each interface as it appears. dhcpcd has a powerful DHCP expression engine which makes it easy to decode future RFC DHCP options, or handroll your own.
11 lines
163 B
Bash
11 lines
163 B
Bash
#!/bin/sh
|
|
#
|
|
# $OpenBSD: dhcpcd.rc,v 1.1.1.1 2014/07/14 15:50:55 sthen Exp $
|
|
|
|
daemon="${TRUEPREFIX}/sbin/dhcpcd"
|
|
daemon_flags="-Mq"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_cmd $1
|