Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/netinet/ip_input.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/netinet/ip_input.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.212 retrieving revision 1.213 diff -u -p -r1.212 -r1.213 --- src/sys/netinet/ip_input.c 2005/02/26 22:45:12 1.212 +++ src/sys/netinet/ip_input.c 2005/03/29 09:37:08 1.213 @@ -1,4 +1,4 @@ -/* $NetBSD: ip_input.c,v 1.212 2005/02/26 22:45:12 perry Exp $ */ +/* $NetBSD: ip_input.c,v 1.213 2005/03/29 09:37:08 yamt Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -98,7 +98,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.212 2005/02/26 22:45:12 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.213 2005/03/29 09:37:08 yamt Exp $"); #include "opt_inet.h" #include "opt_gateway.h" @@ -1226,6 +1226,7 @@ insert: for (t = m; t; t = t->m_next) plen += t->m_len; m->m_pkthdr.len = plen; + m->m_pkthdr.csum_flags = 0; } return (m);