Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/netinet6 Pull up revision 1.87 (requested by itojun...



details:   https://anonhg.NetBSD.org/src/rev/c578ca93f8af
branches:  netbsd-1-6
changeset: 530829:c578ca93f8af
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Oct 05 12:11:15 2003 +0000

description:
Pull up revision 1.87 (requested by itojun in ticket #1508):
no need to clear mbuf flags here; sync w/kame

diffstat:

 sys/netinet6/ipsec.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r b780630bfc80 -r c578ca93f8af sys/netinet6/ipsec.c
--- a/sys/netinet6/ipsec.c      Sun Oct 05 11:58:16 2003 +0000
+++ b/sys/netinet6/ipsec.c      Sun Oct 05 12:11:15 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ipsec.c,v 1.47.2.4 2003/10/02 10:03:28 tron Exp $      */
+/*     $NetBSD: ipsec.c,v 1.47.2.5 2003/10/05 12:11:15 tron Exp $      */
 /*     $KAME: ipsec.c,v 1.136 2002/05/19 00:36:39 itojun Exp $ */
 
 /*
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ipsec.c,v 1.47.2.4 2003/10/02 10:03:28 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ipsec.c,v 1.47.2.5 2003/10/05 12:11:15 tron Exp $");
 
 #include "opt_inet.h"
 #include "opt_ipsec.h"
@@ -3443,7 +3443,6 @@
                                        }
 #endif
                                        M_COPY_PKTHDR(mnew, n);
-                                       mnew->m_flags = n->m_flags & M_COPYFLAGS;
                                }
                                else {
                                        MGET(mnew, M_DONTWAIT, MT_DATA);



Home | Main Index | Thread Index | Old Index