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 Pullup rev 1.45 (requested by itojun in ti...



details:   https://anonhg.NetBSD.org/src/rev/8698193901b6
branches:  netbsd-1-6
changeset: 531386:8698193901b6
user:      jmc <jmc%NetBSD.org@localhost>
date:      Mon Jun 14 02:47:50 2004 +0000

description:
Pullup rev 1.45 (requested by itojun in ticket #1709)

Implement IPV6_USE_MIN_MTU sockopt.

diffstat:

 sys/netinet6/in6.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5be3d719167c -r 8698193901b6 sys/netinet6/in6.h
--- a/sys/netinet6/in6.h        Mon Jun 14 02:43:44 2004 +0000
+++ b/sys/netinet6/in6.h        Mon Jun 14 02:47:50 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: in6.h,v 1.39 2002/05/14 10:27:28 itojun Exp $  */
+/*     $NetBSD: in6.h,v 1.39.4.1 2004/06/14 02:47:50 jmc Exp $ */
 /*     $KAME: in6.h,v 1.83 2001/03/29 02:55:07 jinmei Exp $    */
 
 /*
@@ -405,6 +405,7 @@
 #define IPV6_IPSEC_POLICY      28 /* struct; get/set security policy */
 #endif
 #define IPV6_FAITH             29 /* bool; accept FAITH'ed connections */
+#define IPV6_USE_MIN_MTU       42 /* bool; send packets at the minimum MTU */
 /* to define items, should talk with KAME guys first, for *BSD compatibility */
 
 #define IPV6_RTHDR_LOOSE     0 /* this hop need not be a neighbor. XXX old spec */



Home | Main Index | Thread Index | Old Index