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 retrieving revision 1.178 retrieving revision 1.179 diff -u -p -r1.178 -r1.179 --- src/sys/netinet/ip_input.c 2003/09/06 03:36:30 1.178 +++ src/sys/netinet/ip_input.c 2003/09/28 04:45:14 1.179 @@ -1,4 +1,4 @@ -/* $NetBSD: ip_input.c,v 1.178 2003/09/06 03:36:30 itojun Exp $ */ +/* $NetBSD: ip_input.c,v 1.179 2003/09/28 04:45:14 mycroft Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -98,7 +98,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.178 2003/09/06 03:36:30 itojun Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.179 2003/09/28 04:45:14 mycroft Exp $"); #include "opt_gateway.h" #include "opt_pfil_hooks.h" @@ -443,16 +443,6 @@ ip_input(struct mbuf *m) if ((m->m_flags & M_PKTHDR) == 0) panic("ipintr no HDR"); #endif -#ifdef IPSEC - /* - * should the inner packet be considered authentic? - * see comment in ah4_input(). - */ - if (m) { - m->m_flags &= ~M_AUTHIPHDR; - m->m_flags &= ~M_AUTHIPDGM; - } -#endif /* * If no IP addresses have been set yet but the interfaces