Dynamic host configuration protocol software
Go to file
Pavel Zhukov d696490d9e Drop compat package
Resolves: #1959366
2021-06-11 09:59:00 +02:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
0001-change-bug-url.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
0002-additional-dhclient-options.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
0003-Handle-releasing-interfaces-requested-by-sbin-ifup.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
0004-Support-unicast-BOOTP-for-IBM-pSeries-systems-and-ma.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
0005-Change-default-requested-options.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
0006-Various-man-page-only-fixes.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
0007-Change-paths-to-conform-to-our-standards.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
0008-Make-sure-all-open-file-descriptors-are-closed-on-ex.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
0009-Fix-garbage-in-format-string-error.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
0010-Handle-null-timeout.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
0011-Drop-unnecessary-capabilities.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
11-dhclient RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
0012-RFC-3442-Classless-Static-Route-Option-for-DHCPv4-51.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
0013-DHCPv6-over-PPP-support-626514.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
0014-IPoIB-support-660681.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
0015-Add-GUID-DUID-to-dhcpd-logs-1064416.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
0016-Turn-on-creating-sending-of-DUID.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
0017-Send-unicast-request-release-via-correct-interface.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
0018-No-subnet-declaration-for-iface-should-be-info-not-e.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
0019-dhclient-write-DUID_LLT-even-in-stateless-mode-11563.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
0020-Discover-all-hwaddress-for-xid-uniqueness.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
0021-Load-leases-DB-in-non-replay-mode-only.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
0022-dhclient-make-sure-link-local-address-is-ready-in-st.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
0023-option-97-pxe-client-id.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
0024-Detect-system-time-changes.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
0025-bind-Detect-system-time-changes.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
0026-Add-dhclient-5-B-option-description.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
0027-Add-missed-sd-notify-patch-to-manage-dhcpd-with-syst.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
56dhclient RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
README.dhclient.d RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
dhclient-script RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
dhcp.spec Drop compat package 2021-06-11 09:59:00 +02:00
dhcpd.service RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
dhcpd6.service RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
dhcrelay.service RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00
gating.yaml Add gating yaml 2021-05-07 11:12:09 +02:00
sources RHEL 9.0.0 Alpha bootstrap 2020-10-14 23:37:14 +02:00

README.dhclient.d

The /etc/dhcp/dhclient.d directory allows other packages and system
administrators to create application-specific option handlers for dhclient.

When dhclient is run, any option listed in the dhcp-options(5) man page can
be requested.  dhclient-script does not handle every option available
because doing so would make the script unmaintainable as the components
using those options might change over time.  The knowledge of how to handle
those options should be under the responsibility of the package maintainer
for that component (e.g., NTP options belong in a handler in the ntp
package).

To make maintenance easier, application specific DHCP options can be handled
by creating a bash script with two functions and placing it in /etc/dhcp/dhclient.d

The script must follow a specific form:

(1) The script must be named NAME.sh.  NAME can be anything, but it makes
    sense to name it for the service it handles.  e.g., ntp.sh

(2) The script must provide a NAME_config() function to read the options and
    do whatever it takes to put those options in place.

(3) The script must provide a NAME_restore() function to restore original
    configuration state when dhclient stops.

(4) The script must be 'chmod +x' or dhclient-script will ignore it.

The scripts execute in the same environment as dhclient-script.  That means
all of the functions and variables available to it are available to your
NAME.sh script.  Things of note:

    ${SAVEDIR} is where original configuration files are saved.  Save your
    original configuration files here before you take the DHCP provided
    values and generate new files.

    Variables set in /etc/sysconfig/network, /etc/sysconfig/networking/network,
    and /etc/sysconfig/network-scripts/ifcfg-$interface are available to
    you.

See the scripts in /etc/dhcp/dhclient.d for examples.

NOTE:  Do not use functions defined in /usr/sbin/dhclient-script.  Consider
dhclient-script a black box.  This script may change over time, so the
dhclient.d scripts should not be using functions defined in it.

-- 
David Cantrell <dcantrell@redhat.com>