Date: Sat, 24 Feb 2007 21:58:30 +0000 (UTC) From: Bruce M Simpson <bms@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/netstat inet6.c mroute6.c Message-ID: <200702242158.l1OLwUvS039173@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bms 2007-02-24 21:58:30 UTC FreeBSD src repository Modified files: usr.bin/netstat inet6.c mroute6.c Log: Use sysctl(2), not kvm(3), to read IPv6 multicast information from the running system. Use the name 'IPv6 Forwarding Table', not 'IPv6 Routing Table', to be consistent with what the code actually does and is. Revision Changes Path 1.28 +11 -4 src/usr.bin/netstat/inet6.c 1.20 +49 -17 src/usr.bin/netstat/mroute6.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702242158.l1OLwUvS039173>