Re: TCP/IP kernel modification

2000-12-20 Thread Olaf Titz
> i.e after the kernel calls ip_route_output() and > ip_route_output_slow() and fails to find a match, i > need the kernel to somehow "hook-up" with a > process/daemon(routing protocol) and access a user > route cache there. You may try this: http://sites.inka.de/~bigred/sw/rrouted.txt> Olaf - T

TCP/IP kernel modification

2000-12-19 Thread TongEng Chiah
Hi, currently i'm experimenting with some routing protocols. I need to modify the action taken by the kernel after it fails to find a matching route in the routing cache and the FIB. i.e after the kernel calls ip_route_output() and ip_route_output_slow() and fails to find a match, i need t