Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
  • Products & Services

    Products

    Support

    • Production Support
    • Development Support
    • Product Life Cycles

    Services

    • Consulting
    • Technical Account Management
    • Training & Certifications

    Documentation

    • Red Hat Enterprise Linux
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenStack Platform
    • Red Hat OpenShift Container Platform
    All Documentation

    Ecosystem Catalog

    • Red Hat Partner Ecosystem
    • Partner Resources
  • Tools

    Tools

    • Troubleshoot a product issue
    • Packages
    • Errata

    Customer Portal Labs

    • Configuration
    • Deployment
    • Security
    • Troubleshoot
    All labs

    Red Hat Insights

    Increase visibility into IT operations to detect and resolve technical issues before they impact your business.

    Learn More
    Go to Insights
  • Security

    Red Hat Product Security Center

    Engage with our Red Hat Product Security team, access security updates, and ensure your environments are not exposed to any known security vulnerabilities.

    Product Security Center

    Security Updates

    • Security Advisories
    • Red Hat CVE Database
    • Security Labs

    Keep your systems secure with Red Hat's specialized responses to security vulnerabilities.

    View Responses

    Resources

    • Security Blog
    • Security Measurement
    • Severity Ratings
    • Backporting Policies
    • Product Signing (GPG) Keys
  • Community

    Customer Portal Community

    • Discussions
    • Private Groups
    Community Activity

    Customer Events

    • Red Hat Convergence
    • Red Hat Summit

    Stories

    • Red Hat Subscription Value
    • You Asked. We Acted.
    • Open Source Communities
Or troubleshoot an issue.

Select Your Language

  • English
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Virtualization
  • Red Hat Identity Management
  • Red Hat Directory Server
  • Red Hat Certificate System
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Update Infrastructure
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat CloudForms
  • Red Hat OpenStack Platform
  • Red Hat OpenShift Container Platform
  • Red Hat OpenShift Data Science
  • Red Hat OpenShift Online
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat CodeReady Workspaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat Single Sign On
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Thorntail
  • Red Hat build of Eclipse Vert.x
  • Red Hat build of OpenJDK
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Integration
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
  • Red Hat JBoss Data Virtualization
  • Red Hat Process Automation
  • Red Hat Process Automation Manager
  • Red Hat Decision Manager
All Products
Red Hat Product Errata RHBA-2015:1258 - Bug Fix Advisory
Issued:
2015-07-22
Updated:
2015-07-22

RHBA-2015:1258 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

dhcp bug fix and enhancement update

Type/Severity

Bug Fix Advisory

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated dhcp packages that fix several bugs and add one enhancement are now available for Red Hat Enterprise Linux 6.

Description

The Dynamic Host Configuration Protocol (DHCP) is a protocol that allows individual devices on an IP network to get their own network configuration information, including an IP address, a subnet mask, and a broadcast address. The dhcp packages provide a relay agent and ISC DHCP service required to enable and administer DHCP on a network.

This update fixes the following bugs:

  • Previously, the DHCPv6 client was sometimes started to configure a network interface which was not fully loaded. Consequently, dhclient failed to run because the network interface did not have a link-local address yet, which the DHCPv6 client requires. This update adds a wait loop into dhclient-script, and dhclient no longer fails due to a missing link-local address. (BZ#1130804)
  • When the dhcpd daemon was using a plain interface as well as an interface

configured as a VLAN trunk, and the dhcpd daemon was configured to listen only on the plain interface, it detected traffic also from VLAN networks, regardless of the configuration. As a consequence, dhcpd was generating incorrect responses. With this update, the bug has been corrected, and in the described scenario, dhcpd now ignores tagged requests, and thus generates correct responses. (BZ#1150587)

  • When running the DHCPv6 relay agent and the "lower" interface was specified ("-l") on the command line before the "upper" interface ("-u"), message relaying did not work. The underlying source code has been fixed, and DHCPv6 relay agent now relays messages properly. (BZ#1151054)
  • When a large number of nodes with InfiniBand network cards booted at the same time, some nodes were assigned duplicate IP addresses. With this update, generation of the xid field in DHCP messages sent by the client has been fixed for the xid fields to be unique, and nodes are now assigned unique IP addresses as expected. (BZ#1185075)
  • Previously, attempting to run the dhcrelay and dhcrelay6 services simultaneously prevented the latter service from starting. The dhcrelay6 init script has been fixed, and running both dhcrelay and dhcrelay6 services no longer causes problems. (BZ#1187967)

In addition, this update adds the following enhancement:

  • With this update, the dhcpd daemon is able to handle dhcp option 97 - Client Machine Identifier (pxe-client-id), so it is now possible to statically allocate an IP address for a particular client based on its identifier, sent in option 97. (BZ#1058674)

Users of dhcp are advised to upgrade to these updated packages, which fix these bugs and add this enhancement.

Solution

Before applying this update, make sure all previously released errata relevant to your system have been applied.

For details on how to apply this update, refer to:

https://access.redhat.com/articles/11258

Affected Products

  • Red Hat Enterprise Linux Server 6 x86_64
  • Red Hat Enterprise Linux Server 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 i386
  • Red Hat Enterprise Linux Workstation 6 x86_64
  • Red Hat Enterprise Linux Workstation 6 i386
  • Red Hat Enterprise Linux Desktop 6 x86_64
  • Red Hat Enterprise Linux Desktop 6 i386
  • Red Hat Enterprise Linux for IBM z Systems 6 s390x
  • Red Hat Enterprise Linux for Power, big endian 6 ppc64
  • Red Hat Enterprise Linux for Scientific Computing 6 x86_64
  • Red Hat Enterprise Linux Server from RHUI 6 x86_64
  • Red Hat Enterprise Linux Server from RHUI 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 6 s390x

Fixes

  • BZ - 1130804 - DHCPv6-only ifup-eth fails to even run dhclient -6 due to a link-local IPv6 address still being 'tentative'
  • BZ - 1151054 - 'dhcrelay -6 -l <nic1> -u <nic2>' does not work
  • BZ - 1187967 - Can't run dhcrelay and dhcrelay6 simultaneously

CVEs

(none)

References

(none)

Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Enterprise Linux Server 6

SRPM
dhcp-4.1.1-49.P1.el6.src.rpm SHA-256: b39a91e31639b560276213f386a1af6bf0393ca3c5f788344459366c0533f2c3
x86_64
dhclient-4.1.1-49.P1.el6.x86_64.rpm SHA-256: d8dc057ef9a1b6fa7741738201fedf73940d351c1d0dade2ca6a7ac396e46c46
dhcp-4.1.1-49.P1.el6.x86_64.rpm SHA-256: f55a8e1f8213abe271366dad1d2ed307f497d3d71542ed4b47342668a4196fcc
dhcp-common-4.1.1-49.P1.el6.x86_64.rpm SHA-256: 1cfee2a7412478eb7445e27411a6a752c4232d9502037f0199485040d487bc97
dhcp-debuginfo-4.1.1-49.P1.el6.i686.rpm SHA-256: 348e544d99f3ab2f2b32520efb213ff4d5728241f44bd059094acaab768cd9ff
dhcp-debuginfo-4.1.1-49.P1.el6.x86_64.rpm SHA-256: e4249b67db242e94be700aa358ffcaea2f814feea91dffbc8cc4426af0660269
dhcp-debuginfo-4.1.1-49.P1.el6.x86_64.rpm SHA-256: e4249b67db242e94be700aa358ffcaea2f814feea91dffbc8cc4426af0660269
dhcp-devel-4.1.1-49.P1.el6.i686.rpm SHA-256: e83692e202a2b5cc211fec1b87886e86a26887fb4626edb0016bc8752207d1c8
dhcp-devel-4.1.1-49.P1.el6.x86_64.rpm SHA-256: 66d54b32406e6b6622c802dfc8529a22eeb1dff501bb0e2dce1fdfae59916132
i386
dhclient-4.1.1-49.P1.el6.i686.rpm SHA-256: 25c56e3ace8a2680c4383f26aebdb41ad621fe32cc7aa814ae93623d98964539
dhcp-4.1.1-49.P1.el6.i686.rpm SHA-256: 48a52683294e852de14d55ef314d646dd11bb764956f919934086cb42a41e982
dhcp-common-4.1.1-49.P1.el6.i686.rpm SHA-256: fe2e40834a26674a00bc4721e47c494f0445835f30b8b3fe293976e757f4c850
dhcp-debuginfo-4.1.1-49.P1.el6.i686.rpm SHA-256: 348e544d99f3ab2f2b32520efb213ff4d5728241f44bd059094acaab768cd9ff
dhcp-debuginfo-4.1.1-49.P1.el6.i686.rpm SHA-256: 348e544d99f3ab2f2b32520efb213ff4d5728241f44bd059094acaab768cd9ff
dhcp-devel-4.1.1-49.P1.el6.i686.rpm SHA-256: e83692e202a2b5cc211fec1b87886e86a26887fb4626edb0016bc8752207d1c8

Red Hat Enterprise Linux Server - Extended Life Cycle Support 6

SRPM
dhcp-4.1.1-49.P1.el6.src.rpm SHA-256: b39a91e31639b560276213f386a1af6bf0393ca3c5f788344459366c0533f2c3
i386
dhclient-4.1.1-49.P1.el6.i686.rpm SHA-256: 25c56e3ace8a2680c4383f26aebdb41ad621fe32cc7aa814ae93623d98964539
dhcp-4.1.1-49.P1.el6.i686.rpm SHA-256: 48a52683294e852de14d55ef314d646dd11bb764956f919934086cb42a41e982
dhcp-common-4.1.1-49.P1.el6.i686.rpm SHA-256: fe2e40834a26674a00bc4721e47c494f0445835f30b8b3fe293976e757f4c850
dhcp-debuginfo-4.1.1-49.P1.el6.i686.rpm SHA-256: 348e544d99f3ab2f2b32520efb213ff4d5728241f44bd059094acaab768cd9ff
dhcp-debuginfo-4.1.1-49.P1.el6.i686.rpm SHA-256: 348e544d99f3ab2f2b32520efb213ff4d5728241f44bd059094acaab768cd9ff
dhcp-devel-4.1.1-49.P1.el6.i686.rpm SHA-256: e83692e202a2b5cc211fec1b87886e86a26887fb4626edb0016bc8752207d1c8
x86_64
dhclient-4.1.1-49.P1.el6.x86_64.rpm SHA-256: d8dc057ef9a1b6fa7741738201fedf73940d351c1d0dade2ca6a7ac396e46c46
dhcp-4.1.1-49.P1.el6.x86_64.rpm SHA-256: f55a8e1f8213abe271366dad1d2ed307f497d3d71542ed4b47342668a4196fcc
dhcp-common-4.1.1-49.P1.el6.x86_64.rpm SHA-256: 1cfee2a7412478eb7445e27411a6a752c4232d9502037f0199485040d487bc97
dhcp-debuginfo-4.1.1-49.P1.el6.i686.rpm SHA-256: 348e544d99f3ab2f2b32520efb213ff4d5728241f44bd059094acaab768cd9ff
dhcp-debuginfo-4.1.1-49.P1.el6.x86_64.rpm SHA-256: e4249b67db242e94be700aa358ffcaea2f814feea91dffbc8cc4426af0660269
dhcp-debuginfo-4.1.1-49.P1.el6.x86_64.rpm SHA-256: e4249b67db242e94be700aa358ffcaea2f814feea91dffbc8cc4426af0660269
dhcp-devel-4.1.1-49.P1.el6.i686.rpm SHA-256: e83692e202a2b5cc211fec1b87886e86a26887fb4626edb0016bc8752207d1c8
dhcp-devel-4.1.1-49.P1.el6.x86_64.rpm SHA-256: 66d54b32406e6b6622c802dfc8529a22eeb1dff501bb0e2dce1fdfae59916132

Red Hat Enterprise Linux Workstation 6

SRPM
dhcp-4.1.1-49.P1.el6.src.rpm SHA-256: b39a91e31639b560276213f386a1af6bf0393ca3c5f788344459366c0533f2c3
x86_64
dhclient-4.1.1-49.P1.el6.x86_64.rpm SHA-256: d8dc057ef9a1b6fa7741738201fedf73940d351c1d0dade2ca6a7ac396e46c46
dhcp-4.1.1-49.P1.el6.x86_64.rpm SHA-256: f55a8e1f8213abe271366dad1d2ed307f497d3d71542ed4b47342668a4196fcc
dhcp-common-4.1.1-49.P1.el6.x86_64.rpm SHA-256: 1cfee2a7412478eb7445e27411a6a752c4232d9502037f0199485040d487bc97
dhcp-debuginfo-4.1.1-49.P1.el6.i686.rpm SHA-256: 348e544d99f3ab2f2b32520efb213ff4d5728241f44bd059094acaab768cd9ff
dhcp-debuginfo-4.1.1-49.P1.el6.x86_64.rpm SHA-256: e4249b67db242e94be700aa358ffcaea2f814feea91dffbc8cc4426af0660269
dhcp-debuginfo-4.1.1-49.P1.el6.x86_64.rpm SHA-256: e4249b67db242e94be700aa358ffcaea2f814feea91dffbc8cc4426af0660269
dhcp-devel-4.1.1-49.P1.el6.i686.rpm SHA-256: e83692e202a2b5cc211fec1b87886e86a26887fb4626edb0016bc8752207d1c8
dhcp-devel-4.1.1-49.P1.el6.x86_64.rpm SHA-256: 66d54b32406e6b6622c802dfc8529a22eeb1dff501bb0e2dce1fdfae59916132
i386
dhclient-4.1.1-49.P1.el6.i686.rpm SHA-256: 25c56e3ace8a2680c4383f26aebdb41ad621fe32cc7aa814ae93623d98964539
dhcp-4.1.1-49.P1.el6.i686.rpm SHA-256: 48a52683294e852de14d55ef314d646dd11bb764956f919934086cb42a41e982
dhcp-common-4.1.1-49.P1.el6.i686.rpm SHA-256: fe2e40834a26674a00bc4721e47c494f0445835f30b8b3fe293976e757f4c850
dhcp-debuginfo-4.1.1-49.P1.el6.i686.rpm SHA-256: 348e544d99f3ab2f2b32520efb213ff4d5728241f44bd059094acaab768cd9ff
dhcp-debuginfo-4.1.1-49.P1.el6.i686.rpm SHA-256: 348e544d99f3ab2f2b32520efb213ff4d5728241f44bd059094acaab768cd9ff
dhcp-devel-4.1.1-49.P1.el6.i686.rpm SHA-256: e83692e202a2b5cc211fec1b87886e86a26887fb4626edb0016bc8752207d1c8

Red Hat Enterprise Linux Desktop 6

SRPM
dhcp-4.1.1-49.P1.el6.src.rpm SHA-256: b39a91e31639b560276213f386a1af6bf0393ca3c5f788344459366c0533f2c3
x86_64
dhclient-4.1.1-49.P1.el6.x86_64.rpm SHA-256: d8dc057ef9a1b6fa7741738201fedf73940d351c1d0dade2ca6a7ac396e46c46
dhcp-4.1.1-49.P1.el6.x86_64.rpm SHA-256: f55a8e1f8213abe271366dad1d2ed307f497d3d71542ed4b47342668a4196fcc
dhcp-common-4.1.1-49.P1.el6.x86_64.rpm SHA-256: 1cfee2a7412478eb7445e27411a6a752c4232d9502037f0199485040d487bc97
dhcp-debuginfo-4.1.1-49.P1.el6.i686.rpm SHA-256: 348e544d99f3ab2f2b32520efb213ff4d5728241f44bd059094acaab768cd9ff
dhcp-debuginfo-4.1.1-49.P1.el6.x86_64.rpm SHA-256: e4249b67db242e94be700aa358ffcaea2f814feea91dffbc8cc4426af0660269
dhcp-debuginfo-4.1.1-49.P1.el6.x86_64.rpm SHA-256: e4249b67db242e94be700aa358ffcaea2f814feea91dffbc8cc4426af0660269
dhcp-devel-4.1.1-49.P1.el6.i686.rpm SHA-256: e83692e202a2b5cc211fec1b87886e86a26887fb4626edb0016bc8752207d1c8
dhcp-devel-4.1.1-49.P1.el6.x86_64.rpm SHA-256: 66d54b32406e6b6622c802dfc8529a22eeb1dff501bb0e2dce1fdfae59916132
i386
dhclient-4.1.1-49.P1.el6.i686.rpm SHA-256: 25c56e3ace8a2680c4383f26aebdb41ad621fe32cc7aa814ae93623d98964539
dhcp-4.1.1-49.P1.el6.i686.rpm SHA-256: 48a52683294e852de14d55ef314d646dd11bb764956f919934086cb42a41e982
dhcp-common-4.1.1-49.P1.el6.i686.rpm SHA-256: fe2e40834a26674a00bc4721e47c494f0445835f30b8b3fe293976e757f4c850
dhcp-debuginfo-4.1.1-49.P1.el6.i686.rpm SHA-256: 348e544d99f3ab2f2b32520efb213ff4d5728241f44bd059094acaab768cd9ff
dhcp-debuginfo-4.1.1-49.P1.el6.i686.rpm SHA-256: 348e544d99f3ab2f2b32520efb213ff4d5728241f44bd059094acaab768cd9ff
dhcp-devel-4.1.1-49.P1.el6.i686.rpm SHA-256: e83692e202a2b5cc211fec1b87886e86a26887fb4626edb0016bc8752207d1c8

Red Hat Enterprise Linux for IBM z Systems 6

SRPM
dhcp-4.1.1-49.P1.el6.src.rpm SHA-256: b39a91e31639b560276213f386a1af6bf0393ca3c5f788344459366c0533f2c3
s390x
dhclient-4.1.1-49.P1.el6.s390x.rpm SHA-256: 3da794af1db288a6538a288493f65b44b67e21e8773034d27b826c652f15966c
dhcp-4.1.1-49.P1.el6.s390x.rpm SHA-256: b181a075c7aab1fcf63978472bc366e1a4011dc51cf751088cba095e39a8b0f9
dhcp-common-4.1.1-49.P1.el6.s390x.rpm SHA-256: b7d3da8eb53dd4425fd78813a1b1e601cc31b040919e59b8bac965d57b34e131
dhcp-debuginfo-4.1.1-49.P1.el6.s390.rpm SHA-256: feaf3900f0158be38c760a5487048ac08ab589819e92849cf15a34ed839bcefb
dhcp-debuginfo-4.1.1-49.P1.el6.s390x.rpm SHA-256: 677f5033ba3e5eb84351fa6522d2b1cf925f5b43eb1c48a6b880d94737eba9e9
dhcp-debuginfo-4.1.1-49.P1.el6.s390x.rpm SHA-256: 677f5033ba3e5eb84351fa6522d2b1cf925f5b43eb1c48a6b880d94737eba9e9
dhcp-devel-4.1.1-49.P1.el6.s390.rpm SHA-256: a30539c475668adcc5cbc9ccff219c522509d34506b3f259535ba50f93b18752
dhcp-devel-4.1.1-49.P1.el6.s390x.rpm SHA-256: d27e892d415e9f94c440f382c27798b133facbff04ca1fb8f08cd2cb8233cd36

Red Hat Enterprise Linux for Power, big endian 6

SRPM
dhcp-4.1.1-49.P1.el6.src.rpm SHA-256: b39a91e31639b560276213f386a1af6bf0393ca3c5f788344459366c0533f2c3
ppc64
dhclient-4.1.1-49.P1.el6.ppc64.rpm SHA-256: 80ec468a8e8c233923f4f2832973fa2ba3365795a9a792a319839886fa1e6959
dhcp-4.1.1-49.P1.el6.ppc64.rpm SHA-256: fd052973d663162e65f16f822ceb896d42e4283ac1e651c3367d56dfb9df2736
dhcp-common-4.1.1-49.P1.el6.ppc64.rpm SHA-256: bd01d7cd85d3e0fb64b40e8e4e2a61f899b60597e306f44ed31a68b32f7336c8
dhcp-debuginfo-4.1.1-49.P1.el6.ppc.rpm SHA-256: 48fc3b9b817c3e352ec99dffc80a4ae185653da220a279ddd82432512dda7dab
dhcp-debuginfo-4.1.1-49.P1.el6.ppc64.rpm SHA-256: f1b7323bc433ebaaeb82dcdd9796fe144382d44372b0c7d543b47add02d61ee1
dhcp-debuginfo-4.1.1-49.P1.el6.ppc64.rpm SHA-256: f1b7323bc433ebaaeb82dcdd9796fe144382d44372b0c7d543b47add02d61ee1
dhcp-devel-4.1.1-49.P1.el6.ppc.rpm SHA-256: c394757d35d68fda0bf7ed193ab7d7ecb69a157ae09cbc19a63c0f9e9cbbeec7
dhcp-devel-4.1.1-49.P1.el6.ppc64.rpm SHA-256: f90c91870415c21a5cc21d4f02540f927622940e544b9f833c423b81ba566153

Red Hat Enterprise Linux for Scientific Computing 6

SRPM
dhcp-4.1.1-49.P1.el6.src.rpm SHA-256: b39a91e31639b560276213f386a1af6bf0393ca3c5f788344459366c0533f2c3
x86_64
dhclient-4.1.1-49.P1.el6.x86_64.rpm SHA-256: d8dc057ef9a1b6fa7741738201fedf73940d351c1d0dade2ca6a7ac396e46c46
dhcp-4.1.1-49.P1.el6.x86_64.rpm SHA-256: f55a8e1f8213abe271366dad1d2ed307f497d3d71542ed4b47342668a4196fcc
dhcp-common-4.1.1-49.P1.el6.x86_64.rpm SHA-256: 1cfee2a7412478eb7445e27411a6a752c4232d9502037f0199485040d487bc97
dhcp-debuginfo-4.1.1-49.P1.el6.i686.rpm SHA-256: 348e544d99f3ab2f2b32520efb213ff4d5728241f44bd059094acaab768cd9ff
dhcp-debuginfo-4.1.1-49.P1.el6.x86_64.rpm SHA-256: e4249b67db242e94be700aa358ffcaea2f814feea91dffbc8cc4426af0660269
dhcp-debuginfo-4.1.1-49.P1.el6.x86_64.rpm SHA-256: e4249b67db242e94be700aa358ffcaea2f814feea91dffbc8cc4426af0660269
dhcp-devel-4.1.1-49.P1.el6.i686.rpm SHA-256: e83692e202a2b5cc211fec1b87886e86a26887fb4626edb0016bc8752207d1c8
dhcp-devel-4.1.1-49.P1.el6.x86_64.rpm SHA-256: 66d54b32406e6b6622c802dfc8529a22eeb1dff501bb0e2dce1fdfae59916132

Red Hat Enterprise Linux Server from RHUI 6

SRPM
dhcp-4.1.1-49.P1.el6.src.rpm SHA-256: b39a91e31639b560276213f386a1af6bf0393ca3c5f788344459366c0533f2c3
x86_64
dhclient-4.1.1-49.P1.el6.x86_64.rpm SHA-256: d8dc057ef9a1b6fa7741738201fedf73940d351c1d0dade2ca6a7ac396e46c46
dhcp-4.1.1-49.P1.el6.x86_64.rpm SHA-256: f55a8e1f8213abe271366dad1d2ed307f497d3d71542ed4b47342668a4196fcc
dhcp-common-4.1.1-49.P1.el6.x86_64.rpm SHA-256: 1cfee2a7412478eb7445e27411a6a752c4232d9502037f0199485040d487bc97
dhcp-debuginfo-4.1.1-49.P1.el6.i686.rpm SHA-256: 348e544d99f3ab2f2b32520efb213ff4d5728241f44bd059094acaab768cd9ff
dhcp-debuginfo-4.1.1-49.P1.el6.x86_64.rpm SHA-256: e4249b67db242e94be700aa358ffcaea2f814feea91dffbc8cc4426af0660269
dhcp-debuginfo-4.1.1-49.P1.el6.x86_64.rpm SHA-256: e4249b67db242e94be700aa358ffcaea2f814feea91dffbc8cc4426af0660269
dhcp-devel-4.1.1-49.P1.el6.i686.rpm SHA-256: e83692e202a2b5cc211fec1b87886e86a26887fb4626edb0016bc8752207d1c8
dhcp-devel-4.1.1-49.P1.el6.x86_64.rpm SHA-256: 66d54b32406e6b6622c802dfc8529a22eeb1dff501bb0e2dce1fdfae59916132
i386
dhclient-4.1.1-49.P1.el6.i686.rpm SHA-256: 25c56e3ace8a2680c4383f26aebdb41ad621fe32cc7aa814ae93623d98964539
dhcp-4.1.1-49.P1.el6.i686.rpm SHA-256: 48a52683294e852de14d55ef314d646dd11bb764956f919934086cb42a41e982
dhcp-common-4.1.1-49.P1.el6.i686.rpm SHA-256: fe2e40834a26674a00bc4721e47c494f0445835f30b8b3fe293976e757f4c850
dhcp-debuginfo-4.1.1-49.P1.el6.i686.rpm SHA-256: 348e544d99f3ab2f2b32520efb213ff4d5728241f44bd059094acaab768cd9ff
dhcp-debuginfo-4.1.1-49.P1.el6.i686.rpm SHA-256: 348e544d99f3ab2f2b32520efb213ff4d5728241f44bd059094acaab768cd9ff
dhcp-devel-4.1.1-49.P1.el6.i686.rpm SHA-256: e83692e202a2b5cc211fec1b87886e86a26887fb4626edb0016bc8752207d1c8

Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 6

SRPM
dhcp-4.1.1-49.P1.el6.src.rpm SHA-256: b39a91e31639b560276213f386a1af6bf0393ca3c5f788344459366c0533f2c3
s390x
dhclient-4.1.1-49.P1.el6.s390x.rpm SHA-256: 3da794af1db288a6538a288493f65b44b67e21e8773034d27b826c652f15966c
dhcp-4.1.1-49.P1.el6.s390x.rpm SHA-256: b181a075c7aab1fcf63978472bc366e1a4011dc51cf751088cba095e39a8b0f9
dhcp-common-4.1.1-49.P1.el6.s390x.rpm SHA-256: b7d3da8eb53dd4425fd78813a1b1e601cc31b040919e59b8bac965d57b34e131
dhcp-debuginfo-4.1.1-49.P1.el6.s390.rpm SHA-256: feaf3900f0158be38c760a5487048ac08ab589819e92849cf15a34ed839bcefb
dhcp-debuginfo-4.1.1-49.P1.el6.s390x.rpm SHA-256: 677f5033ba3e5eb84351fa6522d2b1cf925f5b43eb1c48a6b880d94737eba9e9
dhcp-debuginfo-4.1.1-49.P1.el6.s390x.rpm SHA-256: 677f5033ba3e5eb84351fa6522d2b1cf925f5b43eb1c48a6b880d94737eba9e9
dhcp-devel-4.1.1-49.P1.el6.s390.rpm SHA-256: a30539c475668adcc5cbc9ccff219c522509d34506b3f259535ba50f93b18752
dhcp-devel-4.1.1-49.P1.el6.s390x.rpm SHA-256: d27e892d415e9f94c440f382c27798b133facbff04ca1fb8f08cd2cb8233cd36

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

About

  • Red Hat Subscription Value
  • About Red Hat
  • Red Hat Jobs
Copyright © 2022 Red Hat, Inc.
  • Privacy Statement
  • Customer Portal Terms of Use
  • All Policies and Guidelines
Red Hat Summit
Twitter