Patch IPX ripd for 2.6 --- ipxripd-0.7/ipxkern.c 2005-08-30 18:30:40.000000000 +0100 +++ ipxripd-0.7/ipxkern.c 2005-08-30 18:31:19.000000000 +0100 @@ -57,7 +57,7 @@ FILE *ipx_route; char buf[512]; - ipx_route = fopen("/proc/net/ipx_route", "r"); + ipx_route = fopen("/proc/net/ipx/route", "r"); if (ipx_route == NULL) { @@ -115,7 +115,7 @@ FILE *ipx_ifc; char buf[512]; - ipx_ifc = fopen("/proc/net/ipx_interface", "r"); + ipx_ifc = fopen("/proc/net/ipx/interface", "r"); if (ipx_ifc == NULL) {