Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
libdhcp: A library for network interface configuration with DHCP
- Summary
- libdhcp enables programs to invoke and control the
Dynamic Host Configuration Protocol (DHCP) clients:
the Internet Software Consortium (ISC) IPv4 DHCP
client library, libdhcp4client, and the IPv6 DHCPv6
client library, libdhcp6client, and provides
Network Interface Configuration (NIC) services for
network parameter autoconfiguration with DHCP.
Changelog
- * Mon Aug 14 17:00:00 2006 Peter Jones <pjones{%}redhat{*}com> - 1.12-1
- Fixes for ppc and ppc64 (#201920)
- * Fri Aug 11 17:00:00 2006 David Cantrell <dcantrell{%}redhat{*}com> - 1.11-1
- If interface is already configured, down it before reconfig (#202208)
- * Wed Aug 2 17:00:00 2006 David Cantrell <dcantrell{%}redhat{*}com> - 1.10-1
- Make the README file a little more readable
- Set char pointers to NULL after free() in dhcpv4_control_free()
- In dhcp4_nic_callback(), set state string for DHC_TIMEDOUT
- In dhcp6_nic_callback(), set state string for DHC_TIMEDOUT
- Don't free null pointers in dhcp_nic_va()