Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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* .
Arch: sparc
Download: | dhcpv6-0.10-32.al3.sparc.rpm |
Build Date: | Tue Oct 24 18:59:58 2006 |
Packager: | Aurora SPARC Linux <http://bugzilla.auroralinux.org> |
Size: | 793 KiB |
Changelog
- * Fri Sep 29 17:00:00 2006 David Cantrell <dcantrell{%}redhat{*}com> - 0.10-32
- Line continuation slashes for init script description (#204713)
- * Fri Aug 18 17:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 0.10-31
- rebuilt with latest binutils to pick up 64K -z commonpagesize on ppc*
(#203001)
- * Tue Jul 18 17:00:00 2006 Jason Vas Dias <jvdias{%}redhat{*}com> - 0.10-30
- fix bug 196429:
Allow clients from dhcpv6-0.10<=16 to get addresses.
>16, the server sent the prefix length; this is now
conditional on the client sending the DHC6OPT_REQUEST_PREFIX,
and can be disabled by the 'use-ra-prefix' dhcp6c.conf or
dhcp6s.conf setting. With the upstream version, the only
way to set the clients' address prefixes was by router
advertisement.