Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
dhcpv6: DHCPv6 - DHCP server and client for IPv6
- Summary
- Implements the Dynamic Host Configuration Protocol (DHCP) for
Internet Protocol version 6 (IPv6) networks in accordance with
RFC 3315 : Dynamic Host Configuration Protocol for IPv6 (DHCPv6).
Consists of dhcp6s(8), the server DHCP daemon, and dhcp6r(8),
the DHCPv6 relay agent.
Install this if you want to support dynamic configuration of
IPv6 addresses and parameters on your IPv6 network.
See man dhcp6s(8), dhcp6r(8), dhcp6s.conf(5),
and the documentation in /usr/share/doc/dhcpv6* .
Changelog
- * Mon Aug 15 19:00:00 2005 Jason Vas Dias <jvdias{%}redhat{*}com>
- fix bug 165882: allow client to configure an interface which
does not have an IPv4 address ( use getifaddrs instead of
ioctl(sockfd, SIOGIFCONF, ...)
- fix bug 165884 (possibly!): force use of glibc's getifaddrs,
not internal getifaddrs implementation
- * Fri Apr 1 18:00:00 2005 Florian La Roche <laroche{%}redhat{*}com>
- made perms for /var/lib/dhcpv6 the same
- * Fri Mar 25 18:00:00 2005 Florian La Roche <laroche{%}redhat{*}com>
- add "exit 0" to postun script