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.169.2.3 retrieving revision 1.169.2.4 diff -u -p -r1.169.2.3 -r1.169.2.4 --- src/sys/netinet/ip_input.c 2004/12/18 09:33:05 1.169.2.3 +++ src/sys/netinet/ip_input.c 2005/01/17 19:32:54 1.169.2.4 @@ -1,4 +1,4 @@ -/* $NetBSD: ip_input.c,v 1.169.2.3 2004/12/18 09:33:05 skrll Exp $ */ +/* $NetBSD: ip_input.c,v 1.169.2.4 2005/01/17 19:32:54 skrll Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -98,7 +98,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.169.2.3 2004/12/18 09:33:05 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.169.2.4 2005/01/17 19:32:54 skrll Exp $"); #include "opt_inet.h" #include "opt_gateway.h" @@ -200,7 +200,7 @@ int ipprintfs = 0; #endif int ip_do_randomid = 0; -int ip_do_loopback_cksum = 1; +int ip_do_loopback_cksum = 0; /* * XXX - Setting ip_checkinterface mostly implements the receive side of