Bug#602442: /sbin/route: route --x25 is broken due to bad path in lib/pathnames.h

Pierre Habouzit madcoder at debian.org
Thu Nov 4 21:20:12 UTC 2010


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 :)





More information about the Pkg-net-tools-maintainers mailing list