Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet6 sync with extended scoped address syntax change.



details:   https://anonhg.NetBSD.org/src/rev/218b47208036
branches:  trunk
changeset: 481920:218b47208036
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Feb 09 12:27:03 2000 +0000

description:
sync with extended scoped address syntax change.

diffstat:

 sys/netinet6/IMPLEMENTATION |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (44 lines):

diff -r 6505178a3753 -r 218b47208036 sys/netinet6/IMPLEMENTATION
--- a/sys/netinet6/IMPLEMENTATION       Wed Feb 09 12:25:06 2000 +0000
+++ b/sys/netinet6/IMPLEMENTATION       Wed Feb 09 12:27:03 2000 +0000
@@ -1,4 +1,4 @@
-$NetBSD: IMPLEMENTATION,v 1.6 2000/02/03 19:57:13 itojun Exp $
+$NetBSD: IMPLEMENTATION,v 1.7 2000/02/09 12:27:03 itojun Exp $
 
 # NOTE: this is from original KAME distribution.
 # Some portion of this document is not applicable to the code merged into
@@ -216,9 +216,9 @@
 in kernels anyway.
 
 getaddrinfo(3) and getnameinfo(3) are modified to support extended numeric
-IPv6 syntax, as documented in draft-ietf-ipngwg-scopedaddr-format-00.txt.
+IPv6 syntax, as documented in draft-ietf-ipngwg-scopedaddr-format-??.txt.
 You can specify outgoing link, by using name of the outgoing interface
-like "fe80::1@ne0".  This way you will be able to specify link-local scoped
+like "ne0%fe80::1".  This way you will be able to specify link-local scoped
 address without much trouble.
 To use this extension in your program, you'll need to use getaddrinfo(3),
 and getnameinfo(3) with NI_WITHSCOPEID.
@@ -231,9 +231,9 @@
 1.3.3 Interaction with users (command line)
 
 Some of the userland tools support extended numeric IPv6 syntax, as
-documented in draft-ietf-ipngwg-scopedaddr-format-00.txt.  In this case,
+documented in draft-ietf-ipngwg-scopedaddr-format-??.txt.  In this case,
 you can specify outgoing link, by using name of the outgoing interface like
-"fe80::1@ne0".
+"ne0%fe80::1".
 
 When you specify scoped address to the command line, NEVER write the
 embedded form (such as ff02:1::1 or fe80:2::fedc).  This is not supposed
@@ -274,8 +274,8 @@
 
 Internet6:
 Destination                   Gateway                   Flags      Netif Expire
-fe80::@ed0/64                 link#1                    UC           ed0
-fe80::@ep0/64                 link#2                    UC           ep0
+ed0%fe80::/64                 link#1                    UC           ed0
+ep0%fe80::/64                 link#2                    UC           ep0
 
 Interfaces that has no IEEE802 address (pseudo interfaces like tunnel
 interfaces, or ppp interfaces) will borrow IEEE802 address from other



Home | Main Index | Thread Index | Old Index