Go to file
Martin Mares 5b22683d2f After contemplating about RIP route timeouts for a long time, I've implemented
protocol callbacks for route insertion and deletion from the central table.
RIP should maintain its own per-protocol queue of existing routes, scan it
periodically and call rte_discard() for routes that have timed out.
1998-10-18 11:13:16 +00:00
doc Added banner presented to KSVI. 1998-03-20 18:30:55 +00:00
lib WALK_LIST_DELSAFE now actually works (it really couldn't since it didn't 1998-10-17 11:02:39 +00:00
nest After contemplating about RIP route timeouts for a long time, I've implemented 1998-10-18 11:13:16 +00:00
proto/rip rip should now correctly listen, but entries will not time out. 1998-10-17 10:25:22 +00:00
sysdep Solve chicken-and-egg problems with protocol startup. We now queue all inactive 1998-10-17 11:05:18 +00:00
tools The library is now glued together from generic and OS-dependent parts 1998-05-15 07:56:13 +00:00
Makefile Commiting RIP. RIP should somehow listen, will not reply. I needed to 1998-07-09 19:39:04 +00:00
Rules Added routing table and routing attribute code. 1998-05-20 11:54:33 +00:00
TODO o There are cases when SIOCGIFINDEX is defined, but it doesn't work. When 1998-10-13 19:57:33 +00:00