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/netinet6/ip6_output.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/netinet6/ip6_output.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.20 retrieving revision 1.21 diff -u -p -r1.20 -r1.21 --- src/sys/netinet6/ip6_output.c 2000/05/19 04:34:43 1.20 +++ src/sys/netinet6/ip6_output.c 2000/05/19 20:09:27 1.21 @@ -1,5 +1,5 @@ -/* $NetBSD: ip6_output.c,v 1.20 2000/05/19 04:34:43 thorpej Exp $ */ -/* $KAME: ip6_output.c,v 1.102 2000/05/17 15:31:56 itojun Exp $ */ +/* $NetBSD: ip6_output.c,v 1.21 2000/05/19 20:09:27 itojun Exp $ */ +/* $KAME: ip6_output.c,v 1.104 2000/05/19 19:10:07 itojun Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -780,7 +780,7 @@ skip_ipsec2:; else origifp = ifp; #ifndef FAKE_LOOPBACK_IF - if ((ifp->if_flags & IFF_LOOPBACK) != 0) + if ((ifp->if_flags & IFF_LOOPBACK) == 0) #else if (1) #endif