Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/sys pullup 1.50 -> 1.51 (approved by releng-1-5)



details:   https://anonhg.NetBSD.org/src/rev/b2f809c180bd
branches:  netbsd-1-5
changeset: 489100:b2f809c180bd
user:      itojun <itojun%NetBSD.org@localhost>
date:      Sun Aug 13 17:29:41 2000 +0000

description:
pullup 1.50 -> 1.51 (approved by releng-1-5)

 > move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
 > as it is no wthe default setting for everyone.
 >
 > the reason we still use the name "PULLDOWN_TEST" while it is now default:
 > kame code sharing.

diffstat:

 sys/sys/mbuf.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 9e02e660580d -r b2f809c180bd sys/sys/mbuf.h
--- a/sys/sys/mbuf.h    Sun Aug 13 17:24:39 2000 +0000
+++ b/sys/sys/mbuf.h    Sun Aug 13 17:29:41 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mbuf.h,v 1.49 2000/03/01 12:49:27 itojun Exp $ */
+/*     $NetBSD: mbuf.h,v 1.49.4.1 2000/08/13 17:29:41 itojun Exp $     */
 
 /*-
  * Copyright (c) 1996, 1997, 1999 The NetBSD Foundation, Inc.
@@ -528,6 +528,9 @@
 }
 
 #ifdef _KERNEL
+/* always use m_pulldown codepath for KAME IPv6/IPsec */
+#define PULLDOWN_TEST
+
 extern struct mbstat mbstat;
 extern int     nmbclusters;            /* limit on the # of clusters */
 extern int     mblowat;                /* mbuf low water mark */



Home | Main Index | Thread Index | Old Index