#33415 netstat --ddp does not work

Package:
net-tools
Source:
net-tools
Description:
NET-3 networking toolkit
Submitter:
Francesco Potorti`
Date:
2015-09-07 12:39:06 UTC
Severity:
wishlist
#33415#5
Date:
1999-02-15 16:57:52 UTC
From:
To:
netstat and netstat --ddp have identical output.  I have netatalk installed
and working.

#33415#8
Date:
1999-03-21 04:26:18 UTC
From:
To:
Hi,

I reveived a bug report a while ago about netstat --ddp not doing
anything different to just netstat. I had a brief look through the code,
and netstat doesn't seem to have any appletalk related code at all,
in spite of the manpage indicating otherwise. So I guess this requires
some effort to fix.

There's also a typo in the netstat (English) manpage:

net-tools/man/en_US/netstat.8:443:.I /proc/net/appeltalk
net-tools/man/en_US/netstat.8:444:-- DDP (appeltalk) socket information

which I presume should be "appletalk" ?

FWIW, the original bug report is at

http://www.debian.org/Bugs/db/33/33415.html

Cheers,
aj

#33415#9
Date:
1999-03-21 11:02:41 UTC
From:
To:
I've fixed the typo.  Somebody who knows about Appletalk will have to submit a
patch to make the DDP support work properly.  Thanks.

p.

#33415#24
Date:
2002-06-02 05:48:38 UTC
From:
To:
just commited a patch from ajax on upstream CVS which allows -A ddp for
route/netstat -r

Greetings
Bernd

#33415#31
Date:
2007-04-06 09:19:42 UTC
From:
To:
I know this is an old bug that nobody might remember. But it is still
open after 8 years.

I don't have a working appletalk setup to test it, but the code seems
to have some support for it:

# LANG=C netstat -A ddp -r
Error opening /proc/net/atalk_route: No such file or directory
DDP (AppleTalk) not configured on this system.

Bernd, shall we close it now?

#33415#36
Date:
2007-04-06 17:09:52 UTC
From:
To:
I dont have a working apple talk setup, and I am quite sure the code does
not work with 2.6 kernel. So I would not close the bug unless somebody has
confirmed it shows anything.

Gruss
Bernd

#33415#41
Date:
2007-04-06 19:58:55 UTC
From:
To:
Ah, yes, you're right. But maybe is the same fix as you did for some
similar bug? The path names are now:

 /proc/net/atalk
 /proc/net/atalk/arp
 /proc/net/atalk/socket
 /proc/net/atalk/route
 /proc/net/atalk/interface

#33415#46
Date:
2015-09-07 12:34:52 UTC
From:
To:
forwarded 33415 https://sourceforge.net/p/net-tools/bugs/32/
tags 33415 + upstream
thanks

I have created a bug upstream for this. It seems not many people have
been using DDP in the last 16 years.. :-)