Date: Sat, 11 Mar 2000 03:25:01 -0800 (PST) From: Yoshinobu Inoue <shin@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/sockstat sockstat.pl Message-ID: <200003111125.DAA69530@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
shin 2000/03/11 03:25:01 PST Modified files: usr.bin/sockstat sockstat.pl Log: Prevent sockstat print out some empty entries related to IPv6. Sockstat use netstat tcp/udp socket print, and fstat tcp/udp socket print, but it just specify all of IPPROTO_IP and IPPROTO_IPV6 sockets for fstat. Now IPv6 socket also use raw socket, but only netstat don't print it, so now they are printed as empty entries in sockstat output. Approved by: jkh Revision Changes Path 1.6 +3 -3 src/usr.bin/sockstat/sockstat.pl 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?200003111125.DAA69530>