Age | Commit message (Expand) | Author |
1998-11-27 | This script takes configuration fragments and extracts keyword list | Martin Mares |
1998-11-27 | Now merges configuration fragments (*.Y) as well. | Martin Mares |
1998-11-27 | Implemented ip_pton() | Martin Mares |
1998-11-27 | Removed prototype of rp_free() since this function has never existed. | Martin Mares |
1998-11-27 | Added path to config file. | Martin Mares |
1998-11-21 | Killed bug in processing of 'h' prefix. Patch taken from linux-2.1.129. | Martin Mares |
1998-11-16 | Complain loudly if the logging buffer would overflow. | Martin Mares |
1998-11-16 | Implemented snprintf and similar functions. It took a lot of thinking, | Martin Mares |
1998-10-26 | RIP now includes notion of interface, and is correctly talking to | Pavel Machek |
1998-10-26 | Previous fix was wrong. | Martin Mares |
1998-10-26 | rte_update: Doesn't loop forever when multiple routes point to the same | Martin Mares |
1998-10-20 | RIP _NOW_ actually talks to itself (workaround core bug: send data | Pavel Machek |
1998-10-20 | Learn static device routes from the kernel (temporary until we can make | Martin Mares |
1998-10-20 | RIP now actually talks to itself. | Pavel Machek |
1998-10-20 | Beware the NULL route, my son... The bugs that bite, the BIRDs that crash :-) | Martin Mares |
1998-10-20 | Insert/remove hooks return void, not int. | Martin Mares |
1998-10-20 | Added pointer to network to RTE. The complications with passing NET separately | Martin Mares |
1998-10-19 | Updated TODO. | Martin Mares |
1998-10-19 | Generate router_id automatically if possible (standard "smallest of local | Martin Mares |
1998-10-19 | Basic kernel routing table syncing implemented. Learning of routes installed | Martin Mares |
1998-10-19 | Use (SOCK_DGRAM,IPPROTO_IP) socket instead of (SOCK_STREAM,IPPROTO_TCP). | Martin Mares |
1998-10-19 | Exporting fill_in_sockaddr() for use by other unix-dependent code. | Martin Mares |
1998-10-19 | Fixed generation of device routes for unnumbered point-to-point links. | Martin Mares |
1998-10-19 | Proto struct now contain (down | starting | up) state. | Martin Mares |
1998-10-19 | We parse /proc/net/route and flag RT entries according to it. More to come | Martin Mares |
1998-10-19 | o FIB flags now available for FIB users. | Martin Mares |
1998-10-19 | Added ipa_from_u32 and ipa_from_u32 for use in the kernel sync code (IPv4 only). | Martin Mares |
1998-10-18 | Since almost every UNIX system requires different techniques for reading | Martin Mares |
1998-10-18 | * Please distinguish between DGB() and debug(). | Martin Mares |
1998-10-18 | Preconfig, postconfig and init hooks can be NULL. | Martin Mares |
1998-10-18 | Split protocol init to building of protocol list and real protocol init. | Martin Mares |
1998-10-18 | Removed global pointer to proto_dev. | Martin Mares |
1998-10-18 | After contemplating about RIP route timeouts for a long time, I've implemented | Martin Mares |
1998-10-18 | Implemented `route last modified' time. | Martin Mares |
1998-10-17 | Fixed misleading comment. | Martin Mares |
1998-10-17 | Each protocol now hears even its own routes and needs to make its own | Martin Mares |
1998-10-17 | Solve chicken-and-egg problems with protocol startup. We now queue all inactive | Martin Mares |
1998-10-17 | WALK_LIST_DELSAFE now actually works (it really couldn't since it didn't | Martin Mares |
1998-10-17 | rip should now correctly listen, but entries will not time out. | Pavel Machek |
1998-10-15 | Rip: rip_rta_same added. | Pavel Machek |
1998-10-14 | Moved scanning of interfaces, so that they get initialized after all | Martin Mares |
1998-10-14 | Lists: unneccessary test killed, make code friendly to non-gcc. | Pavel Machek |
1998-10-13 | o There are cases when SIOCGIFINDEX is defined, but it doesn't work. When | Martin Mares |
1998-10-13 | Strange, on atrey ioctl() does not fill structure, and bird segfaults | Pavel Machek |
1998-10-13 | I prefer to have broken drivers than completely stupid ones... | Pavel Machek |
1998-10-07 | RIP now somehow listens to main routing table (dont expect it to work) | Pavel Machek |
1998-08-31 | Route update hook now gets network prefix as well as updated | Martin Mares |
1998-07-30 | Bird's info are now understood by ripquery. | Pavel Machek |
1998-07-28 | Rip now includes code to reply, but it is currently broken. | Pavel Machek |
1998-07-28 | Do not segfault on iface == NULL. | Pavel Machek |