Package: net-tools
Version: 1.60-10
Severity: normal

When issueing a 'netstat -a(n)' one would expect to see all TCP/UDP/SCTP
connections, but SCTP is not listed, while TCP & UDP are.

The data is available in /proc/net/sctp/eps
For instance:

[EMAIL PROTECTED]:~$ cat /proc/net/sctp/eps 
 ENDPT     SOCK   STY SST HBKT LPORT LADDRS
d015fa80 d3b19c40 0   10  18   1234  127.0.0.1 
d71eaaa0 c9800040 0   10  18   1234
0000:0000:0000:0000:0000:0000:0000:0001 
d0890da0 d3b19960 0   10  57   12345 127.0.0.1 
d0890ea0 c9801480 0   10  57   12345
0000:0000:0000:0000:0000:0000:0000:0001 

It would be nice if a netstat also showed this information eg as:

tcp        0      0 0.0.0.0:80              0.0.0.0:*    LISTEN
tcp6       0      0 :::80                   :::*         LISTEN
sctp       0      0 0.0.0.0:80              0.0.0.0:*    LISTEN
sctp6      0      0 :::80                   :::*         LISTEN

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i586)
Kernel: Linux 2.6.4-catharina
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages net-tools depends on:
ii  libc6                       2.3.2.ds1-21 GNU C Library: Shared libraries an

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to