Up to [cvs.NetBSD.org] / src / sys / netinet6
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: reinoud-bufcleanup
Revision 1.98.6.1 / (download) - annotate - [select for diffs], Thu Mar 29 19:28:00 2007 UTC (6 years, 1 month ago) by reinoud
Branch: reinoud-bufcleanup
Changes since 1.98: +42 -6
lines
Diff to previous 1.98 (colored) next main 1.99 (colored)
Pullup to -current
Revision 1.98 / (download) - annotate - [select for diffs], Wed Mar 7 22:20:04 2007 UTC (6 years, 2 months ago) by liamjfoy
Branch: MAIN
Branch point for: vmlocking,
reinoud-bufcleanup,
mjf-ufs-trans
Changes since 1.97: +47 -2
lines
Diff to previous 1.97 (colored)
Add IPv6 Fast Forward - the IPv4 counterpart: If ip6_forward successfully forwards a packet, a cache, in this case a ip6flow struct entry, will be created. ether_input and friends will then be able to call ip6flow_fastforward with the packet which will then be passed to if_output (unless an issue is found - in that case the packet is passed back to ip6_input). ok matt@ christos@ dyoung@ and joerg@