]> git.ipfire.org Git - thirdparty/bird.git/history - nest/rt-table.c
More changes to the kernel syncer.
[thirdparty/bird.git] / nest / rt-table.c
1999-04-03  Martin MaresMore changes to the kernel syncer.
1999-03-26  Martin MaresAllow different instances of the same protocol with...
1999-03-17  Martin Maresrte_update: Check sanity of incoming entries. Throw...
1999-03-17  Martin MaresAllow input and output filters (only accept/reject...
1999-03-03  Martin MaresEFence helped to find using of already free rte's in...
1999-02-13  Martin MaresImplemented garbage collection of routing tables to...
1999-02-13  Martin MaresMoved sanity check of protocol state during annoucement...
1999-02-13  Martin MaresImplemented real cleanup and pruning of routing table...
1999-02-11  Martin Maresstruct proto again contains instance name (a copy of...
1999-02-05  Martin MaresImplemented new configuration/reconfiguration interface...
1998-12-20  Martin Maresdie() -> bug() where appropriate.
1998-12-20  Martin MaresWhen printing a routing table, fib_check() it.
1998-12-07  Martin MaresMinor rte/rta interface changes:
1998-10-26  Martin MaresPrevious fix was wrong.
1998-10-26  Martin Maresrte_update: Doesn't loop forever when multiple routes...
1998-10-20  Martin MaresBeware the NULL route, my son... The bugs that bite...
1998-10-20  Martin MaresAdded pointer to network to RTE. The complications...
1998-10-18  Martin Mareso FIB flags now available for FIB users.
1998-10-18  Martin MaresAfter contemplating about RIP route timeouts for a...
1998-10-18  Martin MaresImplemented `route last modified' time.
1998-10-17  Martin MaresEach protocol now hears even its own routes and needs...
1998-10-17  Martin MaresSolve chicken-and-egg problems with protocol startup...
1998-08-31  Martin MaresRoute update hook now gets network prefix as well as...
1998-06-17  Martin MaresUse '%I' instead of dirty address printing hacks.
1998-06-04  Martin MaresHandle route deletion without segfaults. A bit more...
1998-06-03  Martin MaresProtocol hooks. All of them may be NULL.
1998-05-24  Martin MaresAdded debug dump function, but it's still empty :(
1998-05-20  Martin MaresAdded routing table and routing attribute code.
1998-05-15  Martin MaresParts of routing table code. Data structure declaration...