Your message dated Mon, 07 Sep 2015 15:11:08 +0300
with message-id <[email protected]>
and subject line fixed in latest release
has caused the Debian Bug report #602442,
regarding /sbin/route: route --x25 is broken due to bad path in lib/pathnames.h
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
602442: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602442
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: net-tools
Version: 1.60-23
Severity: normal
File: /sbin/route
Tags: patch
route --x25 doesn't work because lib/pathnames.h reads:
#define _PATH_PROCNET_X25_ROUTE "/proc/net/x25_routes"
this should be:
#define _PATH_PROCNET_X25_ROUTE "/proc/net/x25/route"
note that redhat has this patch enabled on their net-tools, maybe there
are other useful patches to take :)
--- End Message ---
--- Begin Message ---
Hi,
This bug has been fixed upstream at commit
cf3378018ca7c296a3bfc0170feb8883493e0944, which is part of yesterday's
upload of net-tools.
--
MartÃn Ferrari (Tincho)
--- End Message ---