Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: ozaki-r
Date: Fri May 15 06:58:59 UTC 2015
Modified Files:
src/lib/libc/net: getnameinfo.c
src/sbin/route: Makefile
src/usr.bin/netstat: Makefile
Log Message:
Fix rump.{netstat,route} shows host's interface names in link local addresses
Interface names of IPv6 link local addresses are resolved
by getnameinfo(3). So we need to rump-ify it as well as
if_indextoname and getifaddrs.
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/lib/libc/net/getnameinfo.c
cvs rdiff -u -r1.27 -r1.28 src/sbin/route/Makefile
cvs rdiff -u -r1.41 -r1.42 src/usr.bin/netstat/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index