Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jan 2000 04:46:36 -0800 (PST)
From:      Yoshinobu Inoue <shin@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/traceroute6 traceroute6.c
Message-ID:  <200001091246.EAA32198@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
shin        2000/01/09 04:46:36 PST

  Modified files:
    usr.sbin/traceroute6 traceroute6.c 
  Log:
  replace gethostbyname() with getaddrinfo(), and gethostbyaddr() with
  getipnodebyaddr().
  This resolve 2 problems.
   -can specify scope index(@ifname) for IPv6 link local addr
   -reverse lookup for IPv6 loopback addr(::1) was strange, but fixed
  
  Revision  Changes    Path
  1.3       +25 -16    src/usr.sbin/traceroute6/traceroute6.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001091246.EAA32198>