Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/netinet Pull up revision 1.58 (requested by itojun):



details:   https://anonhg.NetBSD.org/src/rev/1f71e81239cb
branches:  netbsd-1-5
changeset: 491192:1f71e81239cb
user:      he <he%NetBSD.org@localhost>
date:      Fri Apr 06 00:24:30 2001 +0000

description:
Pull up revision 1.58 (requested by itojun):
  Record IPsec packet history in m_aux structure.  Let ipfilter
  look at wire-format packet only (not the decapsulated ones), so
  that VPN setting can work with NAT/ipfilter settings.

diffstat:

 sys/netinet/ip_icmp.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 17724988d941 -r 1f71e81239cb sys/netinet/ip_icmp.c
--- a/sys/netinet/ip_icmp.c     Fri Apr 06 00:06:36 2001 +0000
+++ b/sys/netinet/ip_icmp.c     Fri Apr 06 00:24:30 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip_icmp.c,v 1.47.2.4 2001/03/11 21:10:13 he Exp $      */
+/*     $NetBSD: ip_icmp.c,v 1.47.2.5 2001/04/06 00:24:30 he Exp $      */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -801,7 +801,7 @@
 #endif
 #ifdef IPSEC
        /* Don't lookup socket */
-       ipsec_setsocket(m, NULL);
+       (void)ipsec_setsocket(m, NULL);
 #endif
        (void) ip_output(m, opts, NULL, 0, NULL);
 }



Home | Main Index | Thread Index | Old Index