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.92.2.1 retrieving revision 1.93 diff -u -p -r1.92.2.1 -r1.93 --- src/sys/netinet/ip_input.c 1999/12/27 18:36:16 1.92.2.1 +++ src/sys/netinet/ip_input.c 1999/10/17 16:00:00 1.93 @@ -1,4 +1,4 @@ -/* $NetBSD: ip_input.c,v 1.92.2.1 1999/12/27 18:36:16 wrstuden Exp $ */ +/* $NetBSD: ip_input.c,v 1.93 1999/10/17 16:00:00 sommerfeld Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -443,16 +443,11 @@ ip_input(struct mbuf *m) m_adj(m, len - m->m_pkthdr.len); } -#ifdef IPSEC - /* ipflow (IP fast fowarding) is not compatible with IPsec. */ - m->m_flags &= ~M_CANFASTFWD; -#else /* * Assume that we can create a fast-forward IP flow entry * based on this packet. */ m->m_flags |= M_CANFASTFWD; -#endif #ifdef PFIL_HOOKS /*