Up to [cvs.NetBSD.org] / src / sys / netinet6
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: peter-altq
Revision 1.83.4.1 / (download) - annotate - [select for diffs], Wed May 24 15:50:45 2006 UTC (6 years, 11 months ago) by tron
Branch: peter-altq
Changes since 1.83: +88 -29
lines
Diff to previous 1.83 (colored) next main 1.84 (colored)
Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
Revision 1.83 / (download) - annotate - [select for diffs], Sun Mar 5 23:47:08 2006 UTC (7 years, 2 months ago) by rpaulo
Branch: MAIN
CVS Tags: yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
yamt-pdpolicy-base2,
peter-altq-base
Branch point for: peter-altq,
elad-kernelauth
Changes since 1.82: +49 -3
lines
Diff to previous 1.82 (colored)
NDP-related improvements:
RFC4191
- supports host-side router-preference
RFC3542
- if DAD fails on a interface, disables IPv6 operation on the
interface
- don't advertise MLD report before DAD finishes
Others
- fixes integer overflow for valid and preferred lifetimes
- improves timer granularity for MLD, using callout-timer.
- reflects rtadvd's IPv6 host variable information into kernel
(router only)
- adds a sysctl option to enable/disable pMTUd for multicast
packets
- performs NUD on PPP/GRE interface by default
- Redirect works regardless of ip6_accept_rtadv
- removes RFC1885-related code
From the KAME project via SUZUKI Shinsuke.
Reviewed by core.