Subject: CVS commit: src/sys/netinet
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 05/20/2004 13:55:32
Module Name: src
Committed By: christos
Date: Thu May 20 13:55:32 UTC 2004
Modified Files:
src/sys/netinet: fil.c ip_fil_netbsd.c
Log Message:
PR/25622: IPV6 return RST and through cloned interfaces was broken.
- checksum was computed incorrectly.
- ipv6 packet was not initialized properly.
- fixed code to be more similar to the v4 counterpart.
To generate a diff of this commit:
cvs rdiff -r1.64 -r1.65 src/sys/netinet/fil.c
cvs rdiff -r1.9 -r1.10 src/sys/netinet/ip_fil_netbsd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.