| 1999-03-02 |
Martin Mares | Don't try to install static routes to disconnected... |
commit | commitdiff | tree | snapshot |
| 1999-03-02 |
Martin Mares | Latest changes broke out-of-tree compilation. |
commit | commitdiff | tree | snapshot |
| 1999-03-02 |
Pavel Machek | I just don't like files enclosed in <>. |
commit | commitdiff | tree | snapshot |
| 1999-03-01 |
Martin Mares | If we are compiling with debugging enabled and libefenc... |
commit | commitdiff | tree | snapshot |
| 1999-03-01 |
Martin Mares | Implemented netlink protocol parsing functions. More... |
commit | commitdiff | tree | snapshot |
| 1999-03-01 |
Martin Mares | Added SK_MAGIC type sockets for internal use by system... |
commit | commitdiff | tree | snapshot |
| 1999-03-01 |
Pavel Machek | Hopefully ended translating to new interface |
commit | commitdiff | tree | snapshot |
| 1999-03-01 |
Martin Mares | Added skeletal version of Linux netlink interface.... |
commit | commitdiff | tree | snapshot |
| 1999-03-01 |
Martin Mares | Include "config.h" instead of "autoconf.h" in all Modul... |
commit | commitdiff | tree | snapshot |
| 1999-03-01 |
Martin Mares | Renamed struct rtattr to struct rta to make things... |
commit | commitdiff | tree | snapshot |
| 1999-03-01 |
Martin Mares | Use traditional Unix route/iface interface only when... |
commit | commitdiff | tree | snapshot |
| 1999-03-01 |
Martin Mares | Pruned the TODO list. |
commit | commitdiff | tree | snapshot |
| 1999-02-15 |
Pavel Machek | More rip fixes (config data moved to struct rip_proto_c... |
commit | commitdiff | tree | snapshot |
| 1999-02-13 |
Martin Mares | Cleaned up TODO file. |
commit | commitdiff | tree | snapshot |
| 1999-02-13 |
Martin Mares | Synced example config with new options. |
commit | commitdiff | tree | snapshot |
| 1999-02-13 |
Martin Mares | Implemented static device routes. |
commit | commitdiff | tree | snapshot |
| 1999-02-13 |
Martin Mares | Parameter order for the proto->if_notify hook was diffe... |
commit | commitdiff | tree | snapshot |
| 1999-02-13 |
Martin Mares | '#' comments in config files are equivalent to end... |
commit | commitdiff | tree | snapshot |
| 1999-02-13 |
Martin Mares | Implemented garbage collection of routing tables to... |
commit | commitdiff | tree | snapshot |
| 1999-02-13 |
Martin Mares | Static protocol doesn't need any shutdown function... |
commit | commitdiff | tree | snapshot |
| 1999-02-13 |
Martin Mares | Don't send any neighbor notifications to protocols... |
commit | commitdiff | tree | snapshot |
| 1999-02-13 |
Martin Mares | When protocols go down, prune the neighbor list. |
commit | commitdiff | tree | snapshot |
| 1999-02-13 |
Martin Mares | When shutting down, remove all routes (except for RTS_I... |
commit | commitdiff | tree | snapshot |
| 1999-02-13 |
Martin Mares | Moved sanity check of protocol state during annoucement... |
commit | commitdiff | tree | snapshot |
| 1999-02-13 |
Martin Mares | Perform gracious shutdown upon receipt of SIGTERM.... |
commit | commitdiff | tree | snapshot |
| 1999-02-13 |
Martin Mares | Squashed one bug in timing of route scans. |
commit | commitdiff | tree | snapshot |
| 1999-02-13 |
Martin Mares | Synchronize signals to the main select/event/timer... |
commit | commitdiff | tree | snapshot |
| 1999-02-13 |
Martin Mares | Implemented real cleanup and pruning of routing table... |
commit | commitdiff | tree | snapshot |
| 1999-02-13 |
Martin Mares | Pass new argument to FIB_ITERATE_END. |
commit | commitdiff | tree | snapshot |
| 1999-02-13 |
Martin Mares | Fixed bug in FIB_ITERATE_END: it assumed the control... |
commit | commitdiff | tree | snapshot |
| 1999-02-13 |
Martin Mares | config->router_id works again. |
commit | commitdiff | tree | snapshot |
| 1999-02-11 |
Martin Mares | Real implementation of protocol state machines. Delayed... |
commit | commitdiff | tree | snapshot |
| 1999-02-11 |
Martin Mares | Run the event queue before writing SIGUSR dumps. |
commit | commitdiff | tree | snapshot |
| 1999-02-11 |
Martin Mares | struct proto again contains instance name (a copy of... |
commit | commitdiff | tree | snapshot |
| 1999-02-11 |
Martin Mares | Grrr, forgot to commit the event routines themselves :| |
commit | commitdiff | tree | snapshot |
| 1999-02-11 |
Martin Mares | Added simple event scheduling system to avoid recursive... |
commit | commitdiff | tree | snapshot |
| 1999-02-08 |
Pavel Machek | Propagate depend into all subdirectories; make rip... |
commit | commitdiff | tree | snapshot |
| 1999-02-05 |
Martin Mares | Synced Linux sysdeps to new interface. |
commit | commitdiff | tree | snapshot |
| 1999-02-05 |
Martin Mares | Synced kernel interface to new interface. |
commit | commitdiff | tree | snapshot |
| 1999-02-05 |
Martin Mares | Modified static router to use new interface. |
commit | commitdiff | tree | snapshot |
| 1999-02-05 |
Martin Mares | Implemented new configuration/reconfiguration interface... |
commit | commitdiff | tree | snapshot |
| 1999-02-05 |
Martin Mares | Added several parentheses to MIN/MAX macros. |
commit | commitdiff | tree | snapshot |
| 1999-02-03 |
Pavel Machek | Few fixes in parsing of filters |
commit | commitdiff | tree | snapshot |
| 1999-01-23 |
Martin Mares | Replaced the old ugly ipv6 compilation hack by a condit... |
commit | commitdiff | tree | snapshot |
| 1999-01-23 |
Martin Mares | Filter all `Modules' files through C preprocessor,... |
commit | commitdiff | tree | snapshot |
| 1999-01-15 |
Pavel Machek | filters_init() renamed to filters_postconfig(). |
commit | commitdiff | tree | snapshot |
| 1999-01-15 |
Martin Mares | Original `expr' is back, filter expressions renamed... |
commit | commitdiff | tree | snapshot |
| 1999-01-15 |
Martin Mares | Added bird.conf to .cvsignore and created an example... |
commit | commitdiff | tree | snapshot |
| 1999-01-15 |
Martin Mares | Killed duplicate %type for expr. |
commit | commitdiff | tree | snapshot |
| 1999-01-15 |
Pavel Machek | Make filters actually compiled. |
commit | commitdiff | tree | snapshot |
| 1999-01-15 |
Pavel Machek | Filters, second try. This time they have their own... |
commit | commitdiff | tree | snapshot |
| 1999-01-15 |
Martin Mares | Propagate "depend" target to real top-level Makefile. |
commit | commitdiff | tree | snapshot |
| 1999-01-15 |
Pavel Machek | #if 1 that creeped into cvs killed. |
commit | commitdiff | tree | snapshot |
| 1999-01-15 |
Pavel Machek | Be a tiny bit more verbose. |
commit | commitdiff | tree | snapshot |
| 1999-01-15 |
Pavel Machek | Filters added. They are unable to do anything interesti... |
commit | commitdiff | tree | snapshot |
| 1999-01-15 |
Pavel Machek | Properly initialize filters. Also bumped version to... |
commit | commitdiff | tree | snapshot |
| 1999-01-12 |
Martin Mares | Fixed trivial bug in naming of `depend' file. Argh. |
commit | commitdiff | tree | snapshot |
| 1999-01-12 |
Pavel Machek | Make it compile again (stupid makefiles!), make quiet... |
commit | commitdiff | tree | snapshot |
| 1999-01-12 |
Pavel Machek | Keep protocol data out of iface_patt. |
commit | commitdiff | tree | snapshot |
| 1999-01-12 |
Pavel Machek | Patterns expanded in the right way |
commit | commitdiff | tree | snapshot |
| 1999-01-10 |
Martin Mares | Initialize only protocols which are compiled in :) |
commit | commitdiff | tree | snapshot |
| 1999-01-10 |
Martin Mares | Few last-minute bug fixes. |
commit | commitdiff | tree | snapshot |
| 1999-01-10 |
Martin Mares | New makefiles. Includes support for out-of-source-tree... |
commit | commitdiff | tree | snapshot |
| 1999-01-09 |
Martin Mares | First step of "autoconfization". Created a configure... |
commit | commitdiff | tree | snapshot |
| 1998-12-22 |
Pavel Machek | Bird now uses fib structure instead of linklist. |
commit | commitdiff | tree | snapshot |
| 1998-12-22 |
Pavel Machek | Oops, previous modification for passing NULL to fib_ini... |
commit | commitdiff | tree | snapshot |
| 1998-12-22 |
Pavel Machek | Allow NULL to init_fib(). |
commit | commitdiff | tree | snapshot |
| 1998-12-20 |
Martin Mares | log(), die() and bug() messages shound NOT contain... |
commit | commitdiff | tree | snapshot |
| 1998-12-20 |
Martin Mares | die() -> bug() where appropriate. |
commit | commitdiff | tree | snapshot |
| 1998-12-20 |
Martin Mares | Added #if 0 to rip_postconfig(), so that it doesn't... |
commit | commitdiff | tree | snapshot |
| 1998-12-20 |
Martin Mares | Finer grained logging levels: |
commit | commitdiff | tree | snapshot |
| 1998-12-20 |
Martin Mares | When printing a routing table, fib_check() it. |
commit | commitdiff | tree | snapshot |
| 1998-12-20 |
Martin Mares | Rewrote fib functions to make them insert/delete/asynch... |
commit | commitdiff | tree | snapshot |
| 1998-12-20 |
Martin Mares | New hash functions according to benchmarks posted yeste... |
commit | commitdiff | tree | snapshot |
| 1998-12-20 |
Martin Mares | Implemented deletion/insertion/asynchronous-walk lists. |
commit | commitdiff | tree | snapshot |
| 1998-12-19 |
Martin Mares | Variance estimation fixed. |
commit | commitdiff | tree | snapshot |
| 1998-12-19 |
Martin Mares | Added several tools for fib hashing function analysis... |
commit | commitdiff | tree | snapshot |
| 1998-12-09 |
Pavel Machek | debug() -> DBG() in rip. |
commit | commitdiff | tree | snapshot |
| 1998-12-09 |
Pavel Machek | Initial multicast support (can not work, but skeleton... |
commit | commitdiff | tree | snapshot |
| 1998-12-08 |
Martin Mares | Hopefully finished kernel syncer (krt) rewrite: |
commit | commitdiff | tree | snapshot |
| 1998-12-08 |
Martin Mares | Fixed a couple of bugs in static protocol. All static... |
commit | commitdiff | tree | snapshot |
| 1998-12-08 |
Martin Mares | Added source RTS_DUMMY for temporary routes. They shoul... |
commit | commitdiff | tree | snapshot |
| 1998-12-08 |
Martin Mares | Rewritten kernel syncer. Now uses the rta trickery... |
commit | commitdiff | tree | snapshot |
| 1998-12-07 |
Martin Mares | Minor rte/rta interface changes: |
commit | commitdiff | tree | snapshot |
| 1998-12-07 |
Martin Mares | Comparison of kernel reject routes fixed. |
commit | commitdiff | tree | snapshot |
| 1998-12-07 |
Martin Mares | KRF_* flags moved to krt.h as they are internal to... |
commit | commitdiff | tree | snapshot |
| 1998-12-06 |
Martin Mares | All static routes except for device ones should work... |
commit | commitdiff | tree | snapshot |
| 1998-12-06 |
Martin Mares | Removed protocol-specific data in rte for protocol... |
commit | commitdiff | tree | snapshot |
| 1998-12-06 |
Martin Mares | Aesthetic fix for neighbor cache debug dump. |
commit | commitdiff | tree | snapshot |
| 1998-12-06 |
Martin Mares | Added new rule for prefix length / netmask. |
commit | commitdiff | tree | snapshot |
| 1998-12-06 |
Martin Mares | cf_error() now accepts any format strings instead of... |
commit | commitdiff | tree | snapshot |
| 1998-12-06 |
Martin Mares | Added skeleton of static route protocol. |
commit | commitdiff | tree | snapshot |
| 1998-12-06 |
Martin Mares | Kernel syncer is now configurable. It will probably... |
commit | commitdiff | tree | snapshot |
| 1998-12-06 |
Martin Mares | Fixed bug in CF_ADDTO. How it's possible it has ever... |
commit | commitdiff | tree | snapshot |
| 1998-12-06 |
Martin Mares | Added rule "bool" for boolean switches. |
commit | commitdiff | tree | snapshot |
| 1998-12-06 |
Martin Mares | Name cleanups as suggested by Pavel: |
commit | commitdiff | tree | snapshot |
| 1998-12-04 |
Pavel Machek | Rip now has configurable per-interface metric (please... |
commit | commitdiff | tree | snapshot |
| 1998-12-01 |
Pavel Machek | Infinity is now configurable ammount. |
commit | commitdiff | tree | snapshot |
| 1998-11-29 |
Martin Mares | Added configuration of the device internal protocol... |
commit | commitdiff | tree | snapshot |
| 1998-11-29 |
Martin Mares | Handle disabled protocol instances. |
commit | commitdiff | tree | snapshot |
| next |