diff options
author | 2000-02-17 17:09:40 +0000 | |
---|---|---|
committer | 2000-02-17 17:09:40 +0000 | |
commit | 8eeb32213d9696e74c90791d2c8e71dcd237a1ea (patch) | |
tree | abe46139a7cee1bf4b5edc3e179b913f3e0a342e /lib/libc/net/getaddrinfo.c | |
parent | backout incomplete hack from KAME codebase (originally from bbn). (diff) | |
download | wireguard-openbsd-8eeb32213d9696e74c90791d2c8e71dcd237a1ea.tar.xz wireguard-openbsd-8eeb32213d9696e74c90791d2c8e71dcd237a1ea.zip |
to synchronize with progress of discussion for post
draft-ietf-ipngwg-scopedaddr-format-00.txt (will be 01),
use "address%interface" notation for extended scoped IPv6 address.
NOTE: the change affects link-local addresses only. I hope it to be
the final change on it.....
Diffstat (limited to 'lib/libc/net/getaddrinfo.c')
-rw-r--r-- | lib/libc/net/getaddrinfo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/getaddrinfo.c b/lib/libc/net/getaddrinfo.c index 378206e6ee6..cebcc45c7bc 100644 --- a/lib/libc/net/getaddrinfo.c +++ b/lib/libc/net/getaddrinfo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getaddrinfo.c,v 1.12 2000/02/16 12:53:35 itojun Exp $ */ +/* $OpenBSD: getaddrinfo.c,v 1.13 2000/02/17 17:09:40 itojun Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -752,7 +752,7 @@ explore_numeric_scope(pai, hostname, servname, res) if (cp == NULL) return explore_numeric(pai, hostname, servname, res); -#if 1 +#if 0 /* * Handle special case of <scope id><delimiter><scoped_address> */ |