Jump to letter: [
          
            ABCDEFGHIKLMNOPRSTUVXY
          ]
        
        dhclient: Provides the dhclient ISC DHCP client daemon and dhclient-script.
        
        
        - 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
        
            - * Mon Jan  4 16:00:00 2010 Jiri Popelka <jpopelka{%}redhat{*}com> - 12:3.0.5-21.1
- - Memory leak in the load_balance_mine() function is fixed. This would leak ~20-30 octets
  per DHCPDISCOVER packet while failover was in use and in normal state. 
            - * Tue Apr 28 17:00:00 2009 David Cantrell <dcantrell{%}redhat{*}com> - 12:3.0.5-21
- - Display usage if init scripts get 'try-restart' or 'reload' args,
  set exit code to 3
  Resolves: rhbz#491868 
            - * Mon Apr 20 17:00:00 2009 David Cantrell <dcantrell{%}redhat{*}com> - 12:3.0.5-20
- - Restrict interface names given on the dhcpd command line to length
  IFNAMSIZ or shorter
  Resolves: rhbz#441524