Jump to letter: [
          
            4ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        dhclient: Development headers and libraries for interfacing to the DHCP server
        
        
        - Summary
- DHCP (Dynamic Host Configuration Protocol) is a protocol which allows
individual devices on an IP network to get their own network
configuration information (IP address, subnetmask, broadcast address,
etc.) from a DHCP server. The overall purpose of DHCP is to make it
easier to administer a large network.
To use DHCP on your network, install a DHCP service (or relay agent),
and on clients run a DHCP client daemon.  The dhclient package
provides the ISC DHCP client daemon.
Changelog
        
            - * Thu Aug 17 19:00:00 2006 David Cantrell <dcantrell{%}redhat{*}com> - 3.0.1-59.EL4
- - Fix dhclient on s390x platform (#202911) 
            - * Thu Mar  2 18:00:00 2006 Jason Vas Dias <jvdias{%}redhat{*}com> - 3.0.1-58.EL4
- - fix bug 181908: enable dhclient to operate on IBM zSeries z/OS linux guests:
  o add -I <dhcp-client-identifier> dhclient command line option
  o add -B "always broadcast" dhclient command line option
  o add 'bootp-broadcast-always;' dhclient.conf statement 
            - * Mon Feb 20 18:00:00 2006 Jason Vas Dias <jvdias{%}redhat{*}com> - 3.0.1-56.EL4
- - Apply upstream fix for bug 176615
- fix bug 181482