Age | Commit message (Expand) | Author |
1998-12-20 | New hash functions according to benchmarks posted yesterday. (The IPv6 | Martin Mares |
1998-12-20 | Implemented deletion/insertion/asynchronous-walk lists. | Martin Mares |
1998-12-19 | Variance estimation fixed. | Martin Mares |
1998-12-19 | Added several tools for fib hashing function analysis. It turned out | Martin Mares |
1998-12-09 | debug() -> DBG() in rip. | Pavel Machek |
1998-12-09 | Initial multicast support (can not work, but skeleton is there) | Pavel Machek |
1998-12-08 | Hopefully finished kernel syncer (krt) rewrite: | Martin Mares |
1998-12-08 | Fixed a couple of bugs in static protocol. All static routes except device | Martin Mares |
1998-12-08 | Added source RTS_DUMMY for temporary routes. They should never appear | Martin Mares |
1998-12-08 | Rewritten kernel syncer. Now uses the rta trickery I've introduced yesterday | Martin Mares |
1998-12-07 | Minor rte/rta interface changes: | Martin Mares |
1998-12-07 | Comparison of kernel reject routes fixed. | Martin Mares |
1998-12-07 | KRF_* flags moved to krt.h as they are internal to kernel syncer, | Martin Mares |
1998-12-06 | All static routes except for device ones should work and appear/disappear | Martin Mares |
1998-12-06 | Removed protocol-specific data in rte for protocol static since no | Martin Mares |
1998-12-06 | Aesthetic fix for neighbor cache debug dump. | Martin Mares |
1998-12-06 | Added new rule for prefix length / netmask. | Martin Mares |
1998-12-06 | cf_error() now accepts any format strings instead of just an error | Martin Mares |
1998-12-06 | Added skeleton of static route protocol. | Martin Mares |
1998-12-06 | Kernel syncer is now configurable. It will probably need some more | Martin Mares |
1998-12-06 | Fixed bug in CF_ADDTO. How it's possible it has ever worked? | Martin Mares |
1998-12-06 | Added rule "bool" for boolean switches. | Martin Mares |
1998-12-06 | Name cleanups as suggested by Pavel: | Martin Mares |
1998-12-04 | Rip now has configurable per-interface metric (please rewiev), and few | Pavel Machek |
1998-12-01 | Infinity is now configurable ammount. | Pavel Machek |
1998-11-29 | Added configuration of the device internal protocol. This is primarily | Martin Mares |
1998-11-29 | Handle disabled protocol instances. | Martin Mares |
1998-11-29 | Added functions for manipulating interface name pattern lists: | Martin Mares |
1998-11-29 | Created new functions for allocating configuration data: | Martin Mares |
1998-11-29 | `wc -l TODO` decreased. | Martin Mares |
1998-11-29 | Added function for shell-like pattern matching. Will be used for | Martin Mares |
1998-11-29 | Allow setting debug value and `disabled' flag in protocol definition. | Martin Mares |
1998-11-29 | Renamed `DEBUG' symbol to `DEBUGGING' to prevent collisions with token | Martin Mares |
1998-11-27 | Oops, forgot to remove a debugging kludge. | Martin Mares |
1998-11-27 | Trivial 15-line bison excercise: Implemented expressions including | Martin Mares |
1998-11-27 | First attempt at protocol configuration (now done only for RIP). | Martin Mares |
1998-11-27 | Fixed few misspellings and exported instance init as rip_init_instance(). | Martin Mares |
1998-11-27 | Added generator of default names. | Martin Mares |
1998-11-27 | Experimental config file. | Martin Mares |
1998-11-27 | Dummy grammar for RIP configuration. Now empty, but must be here since | Martin Mares |
1998-11-27 | Parser fragment for the core. Now handles only router ID setting. | Martin Mares |
1998-11-27 | Compile and use the new configuration code by default. | Martin Mares |
1998-11-27 | Base of the parser. | Martin Mares |
1998-11-27 | Lexical analyser. | Martin Mares |
1998-11-27 | Replaced nest/confile.h by conf/conf.h, added a lot of new definitions. | Martin Mares |
1998-11-27 | This script takes configuration fragments and generates full Bison grammar | Martin Mares |
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 |