| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
From: Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
|
| |
|
|
|
|
|
| |
(success) on invalid sockaddr.
sync with rfc2553bis regarding to getnameinfo error code. (sync with kame)
|
|
|
|
| |
problem due to type promotion). PR 1228.
|
| |
|
|
|
|
|
|
| |
conforms to draft-ietf-ipngwg-scopedaddr-format-01.txt.
behavior change: returns numeric scopeid if we can't convert to string
removed #if 0'ed portion which we will never revisit.
|
| |
|
|
|
|
| |
correct.
|
|
|
|
|
|
|
|
| |
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.....
|
|
|
|
|
|
|
|
| |
prepare to swap extended scoped address notation. fe80::1%de0 is the
most promised candidate, but since it is still very draft, i'm not sure
when to switch - if you have any idea please let me know. in other words,
do i allowed to change it every week? :-P (NOTE it is only for "extended"
scoped address notation, which is not for daily use)
|
|
|
|
|
|
|
|
| |
is changed, based on discussion in ipngwg scoped address cabal.
past code: fe80::1@de0
now: de0%fe80::1
this will be in sync with next extended address format proposal
(which should be final - I don't want to make this kind of change again).
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
removed functionality:
new code will not return AF_LOCAL addrinfo struct.
added funtionality:
SOCK_RAW is permitted as ai_socktype (no servname allowed).
draft-ietf-ipngwg-scopedaddr-format-00.txt
|
| |
|
| |
|
| |
|
|
ones that are useful for all protocols, not just IPv6).
|