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.21 via patch (requested...



details:   https://anonhg.NetBSD.org/src/rev/9523ea3511c2
branches:  netbsd-1-6
changeset: 530795:9523ea3511c2
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Oct 02 20:30:32 2003 +0000

description:
Pull up revision 1.21 via patch (requested by itojun in ticket #1491):
sync with latest KAME in6_ifaddr/prefix/default router manipulation.
behavior changes:
- two iocts used by ndp(8) are now obsolete (backward compat provided).
  use sysctl path instead.
- lo0 does not get ::1 automatically.  it will get ::1 when lo0 comes up.

diffstat:

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

diffs (18 lines):

diff -r 22486b4df1cf -r 9523ea3511c2 sys/netinet6/ip6_var.h
--- a/sys/netinet6/ip6_var.h    Thu Oct 02 20:30:08 2003 +0000
+++ b/sys/netinet6/ip6_var.h    Thu Oct 02 20:30:32 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip6_var.h,v 1.18 2001/12/21 03:58:15 itojun Exp $      */
+/*     $NetBSD: ip6_var.h,v 1.18.10.1 2003/10/02 20:30:32 tron Exp $   */
 /*     $KAME: ip6_var.h,v 1.33 2000/06/11 14:59:20 jinmei Exp $        */
 
 /*
@@ -201,7 +201,7 @@
 
 #ifdef _KERNEL
 /* flags passed to ip6_output as last parameter */
-#define        IPV6_DADOUTPUT          0x01    /* DAD */
+#define        IPV6_UNSPECSRC          0x01    /* allow :: as the source address */
 #define        IPV6_FORWARDING         0x02    /* most of IPv6 header exists */
 #define        IPV6_MINMTU             0x04    /* use minimum MTU (IPV6_USE_MIN_MTU) */
 



Home | Main Index | Thread Index | Old Index