Up to [cvs.NetBSD.org] / src / sys / netinet6
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: netbsd-1-5
Revision 1.22.4.2 / (download) - annotate - [select for diffs], Wed May 9 19:42:58 2001 UTC (19 years, 9 months ago) by he
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001
Changes since 1.22.4.1: +7 -7
lines
Diff to previous 1.22.4.1 (colored) to branchpoint 1.22 (colored) next main 1.23 (colored) to selected 1.22 (colored)
Pull up revision 1.26 (requested by itojun): Suppress ND6 logs that are too noisy for normal use. Can be re-enabled by net.inet6.icmp6.nd6_debug.
Revision 1.22.4.1 / (download) - annotate - [select for diffs], Fri Apr 6 00:29:03 2001 UTC (19 years, 11 months ago) by he
Branch: netbsd-1-5
Changes since 1.22: +4 -4
lines
Diff to previous 1.22 (colored)
Pull up revision 1.25 (requested by itojun): Record IPsec packet history in m_aux structure. Let ipfilter look at wire-format packet only (not the decapsulated ones), so that VPN setting can work with NAT/ipfilter settings.
Revision 1.22 / (download) - annotate - [selected], Fri May 19 01:40:19 2000 UTC (20 years, 9 months ago) by itojun
Branch: MAIN
CVS Tags: netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
minoura-xpg4dl-base,
minoura-xpg4dl
Branch point for: netbsd-1-5
Changes since 1.21: +10 -6
lines
Diff to previous 1.21 (colored)
do not mistakingly forward link-local scoped packet (the bug was added with "beyondscope" icmp6 support). "options FAKE_LOOPBACK_IF" will honor scope on loopback outputs. rcvif will be real interface, not the loopback, just like when multicast loopback. (sync with kame)