https://bugzilla.novell.com/show_bug.cgi?id=280032 Summary: socklist does not handle ipv6 sockets Product: openSUSE 10.2 Version: Final Platform: i686 OS/Version: openSUSE 10.2 Status: NEW Severity: Minor Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: richard@nod.at QAContact: qa@suse.de the socklist tool(procinfo-18-80) does not handle ip6 connections. when a program is listening on ipv4 and ipv6 the socket is only shown in /proc/net/tcp6. this causes socklist to hide such a program. a trivial patch is attached: --- /usr/bin/socklist 2007-06-01 15:58:00.000000000 +0200 +++ socklist.rw 2007-06-01 16:15:32.000000000 +0200 @@ -94,5 +94,8 @@ } scheck("tcp"); +scheck("tcp6"); scheck("udp"); +scheck("udp6"); scheck("raw"); +scheck("raw6"); -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.