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.45 (requested by itojun...



details:   https://anonhg.NetBSD.org/src/rev/caa36f5d578f
branches:  netbsd-1-6
changeset: 529421:caa36f5d578f
user:      he <he%NetBSD.org@localhost>
date:      Thu Nov 21 17:54:18 2002 +0000

description:
Pull up revision 1.45 (requested by itojun in ticket #708):
  Allow bind() of deprecated addresses, trusting userland
  application knows what it's doing.

diffstat:

 sys/netinet6/in6_proto.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a1ace35cef5c -r caa36f5d578f sys/netinet6/in6_proto.c
--- a/sys/netinet6/in6_proto.c  Thu Nov 21 17:53:47 2002 +0000
+++ b/sys/netinet6/in6_proto.c  Thu Nov 21 17:54:18 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: in6_proto.c,v 1.39.6.1 2002/08/18 00:56:19 lukem Exp $ */
+/*     $NetBSD: in6_proto.c,v 1.39.6.2 2002/11/21 17:54:18 he Exp $    */
 /*     $KAME: in6_proto.c,v 1.66 2000/10/10 15:35:47 itojun Exp $      */
 
 /*
@@ -66,7 +66,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: in6_proto.c,v 1.39.6.1 2002/08/18 00:56:19 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: in6_proto.c,v 1.39.6.2 2002/11/21 17:54:18 he Exp $");
 
 #include "opt_inet.h"
 #include "opt_ipsec.h"
@@ -268,7 +268,7 @@
 int    ip6_dad_count = 1;      /* DupAddrDetectionTransmits */
 u_int32_t ip6_flow_seq;
 int    ip6_auto_flowlabel = 1;
-int    ip6_use_deprecated = 0; /* allow deprecated addr (RFC2462 5.5.4) */
+int    ip6_use_deprecated = 1; /* allow deprecated addr (RFC2462 5.5.4) */
 int    ip6_rr_prune = 5;       /* router renumbering prefix
                                 * walk list every 5 sec. */
 int    ip6_v6only = 1;



Home | Main Index | Thread Index | Old Index