Subject: CVS commit: syssrc/sys/netinet6
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 06/22/2001 15:33:06
Module Name: syssrc
Committed By: itojun
Date: Fri Jun 22 12:33:06 UTC 2001
Modified Files:
syssrc/sys/netinet6: ip6_forward.c
Log Message:
do not forward packet back to point-to-point interface, if the packet
matches the ipv6 prefix assigned to the p2p interface (= redirect case).
this leads to pingpong, chews bandwidth. bad thing is that bad guy from
remote can chew bandwidth. (follows upcoming internet draft)
To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 syssrc/sys/netinet6/ip6_forward.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.