Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
Module Name: syssrc
Committed By: itojun
Date: Fri May 19 01:40:20 UTC 2000
Modified Files:
syssrc/sys/netinet6: ip6_forward.c ip6_output.c nd6.c nd6.h nd6_nbr.c
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 syssrc/sys/netinet6/ip6_forward.c
cvs rdiff -r1.18 -r1.19 syssrc/sys/netinet6/ip6_output.c
cvs rdiff -r1.29 -r1.30 syssrc/sys/netinet6/nd6.c
cvs rdiff -r1.13 -r1.14 syssrc/sys/netinet6/nd6.h
cvs rdiff -r1.21 -r1.22 syssrc/sys/netinet6/nd6_nbr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index