Age | Commit message (Expand) | Author |
1999-03-01 | Added SK_MAGIC type sockets for internal use by system dependent code, | Martin Mares |
1999-03-01 | Hopefully ended translating to new interface | Pavel Machek |
1999-03-01 | Added skeletal version of Linux netlink interface. It doesn't work yet, | Martin Mares |
1999-03-01 | Include "config.h" instead of "autoconf.h" in all Modules lists to make defines | Martin Mares |
1999-03-01 | Renamed struct rtattr to struct rta to make things more consistent and | Martin Mares |
1999-03-01 | Use traditional Unix route/iface interface only when CONFIG_NETLINK | Martin Mares |
1999-03-01 | Pruned the TODO list. | Martin Mares |
1999-02-15 | More rip fixes (config data moved to struct rip_proto_config), still | Pavel Machek |
1999-02-13 | Cleaned up TODO file. | Martin Mares |
1999-02-13 | Synced example config with new options. | Martin Mares |
1999-02-13 | Implemented static device routes. | Martin Mares |
1999-02-13 | Parameter order for the proto->if_notify hook was different in the include | Martin Mares |
1999-02-13 | '#' comments in config files are equivalent to end of line, therefore | Martin Mares |
1999-02-13 | Implemented garbage collection of routing tables to delete orphaned network | Martin Mares |
1999-02-13 | Static protocol doesn't need any shutdown function. Everything gets | Martin Mares |
1999-02-13 | Don't send any neighbor notifications to protocols being flushed. | Martin Mares |
1999-02-13 | When protocols go down, prune the neighbor list. | Martin Mares |
1999-02-13 | When shutting down, remove all routes (except for RTS_INHERIT and RTS_DEVICE | Martin Mares |
1999-02-13 | Moved sanity check of protocol state during annoucements to rte_announce. | Martin Mares |
1999-02-13 | Perform gracious shutdown upon receipt of SIGTERM. Finally we can | Martin Mares |
1999-02-13 | Squashed one bug in timing of route scans. | Martin Mares |
1999-02-13 | Synchronize signals to the main select/event/timer loop. | Martin Mares |
1999-02-13 | Implemented real cleanup and pruning of routing table on protocol shutdown. | Martin Mares |
1999-02-13 | Pass new argument to FIB_ITERATE_END. | Martin Mares |
1999-02-13 | Fixed bug in FIB_ITERATE_END: it assumed the control variable is named | Martin Mares |
1999-02-13 | config->router_id works again. | Martin Mares |
1999-02-11 | Real implementation of protocol state machines. Delayed startup/shutdown | Martin Mares |
1999-02-11 | Run the event queue before writing SIGUSR dumps. | Martin Mares |
1999-02-11 | struct proto again contains instance name (a copy of proto->cf->name). | Martin Mares |
1999-02-11 | Grrr, forgot to commit the event routines themselves :| | Martin Mares |
1999-02-11 | Added simple event scheduling system to avoid recursive calling | Martin Mares |
1999-02-08 | Propagate depend into all subdirectories; make rip compile after | Pavel Machek |
1999-02-05 | Synced Linux sysdeps to new interface. | Martin Mares |
1999-02-05 | Synced kernel interface to new interface. | Martin Mares |
1999-02-05 | Modified static router to use new interface. | Martin Mares |
1999-02-05 | Implemented new configuration/reconfiguration interface and defined protocol | Martin Mares |
1999-02-05 | Added several parentheses to MIN/MAX macros. | Martin Mares |
1999-02-03 | Few fixes in parsing of filters | Pavel Machek |
1999-01-23 | Replaced the old ugly ipv6 compilation hack by a conditional in Modules. | Martin Mares |
1999-01-23 | Filter all `Modules' files through C preprocessor, so that they can | Martin Mares |
1999-01-15 | filters_init() renamed to filters_postconfig(). | Pavel Machek |
1999-01-15 | Original `expr' is back, filter expressions renamed to `term'. | Martin Mares |
1999-01-15 | Added bird.conf to .cvsignore and created an example configuration file. | Martin Mares |
1999-01-15 | Killed duplicate %type for expr. | Martin Mares |
1999-01-15 | Make filters actually compiled. | Pavel Machek |
1999-01-15 | Filters, second try. This time they have their own directory. | Pavel Machek |
1999-01-15 | Propagate "depend" target to real top-level Makefile. | Martin Mares |
1999-01-15 | #if 1 that creeped into cvs killed. | Pavel Machek |
1999-01-15 | Be a tiny bit more verbose. | Pavel Machek |
1999-01-15 | Filters added. They are unable to do anything interesting for now | Pavel Machek |