Age | Commit message (Expand) | Author |
2000-01-19 | Killed a couple of bugs in the neighbor cache. | Martin Mares |
2000-01-18 | Killed protocol->priority. Protocol startup should be clean and hack-free now. | Martin Mares |
2000-01-18 | protocol->startup_counter no longer exists. | Martin Mares |
2000-01-17 | Moved initlialization of protocol lists to global init. Argh. | Martin Mares |
2000-01-17 | Separated `official protocol names' used in status dumps from name templates | Martin Mares |
2000-01-17 | Device protocol supports reconfiguration. | Martin Mares |
2000-01-17 | Don't forget changing proto->name to point to name in new configuration | Martin Mares |
2000-01-17 | Reworked proto lists -- each proto is now in two lists: the global one | Martin Mares |
2000-01-16 | Added filter_same() for comparision of two filters. | Martin Mares |
2000-01-16 | Converted shutdown to a kind of reconfiguration, it's no more handled | Martin Mares |
2000-01-16 | First attempt on dynamic reconfiguration. There are still lots of bugs | Martin Mares |
2000-01-16 | Don't forget to set proto->min_scope = SCOPE_HOST. | Martin Mares |
1999-12-16 | Minor cleanups. | Martin Mares |
1999-12-16 | Avoid touching F_MODIFY, it no longer exists. | Martin Mares |
1999-12-09 | Added universal locking mechanism which will solve problems | Martin Mares |
1999-12-08 | Except for special protocols (nowadays only the kernel syncer), don't | Martin Mares |
1999-12-06 | Moved initialization of protocol list to proto.c. | Martin Mares |
1999-12-06 | Implemented echoing of log messages to CLI connections. Just try `echo all'. | Martin Mares |
1999-12-05 | Don't forget to send an OK reply after dumping debug information. | Martin Mares |
1999-12-05 | Added DEBUG commands. | Martin Mares |
1999-12-03 | Added proto_get_named() to be used in CLI commands to get protocol instance | Martin Mares |
1999-12-03 | Renamed SHOW PROTOCOLS VERBOSE to SHOW PROTOCOLS ALL to be consistent | Martin Mares |
1999-12-02 | Implemented `show route where <condition>' command. | Martin Mares |
1999-12-01 | Added dumping of routing tables (`show route'). This includes filtering. | Martin Mares |
1999-12-01 | Added get_route_info and show_route_data hooks to struct protocol. | Martin Mares |
1999-12-01 | Reset temporary parser data before parsing, not afterwards. This enables | Martin Mares |
1999-12-01 | `show protocols' now shows time of last state change and protocol-dependent | Martin Mares |
1999-12-01 | Introduced new protocol-dependent integer field `aux' to struct neighbor. | Martin Mares |
1999-11-30 | Remember protocol instance in proto_config and use that for | Martin Mares |
1999-11-30 | Use TIME_INFINITY for initialization of password entries instead | Martin Mares |
1999-11-30 | `show interfaces' and `show protocols' works. | Martin Mares |
1999-11-30 | Don't use continuation shortcuts until real client is written. | Martin Mares |
1999-11-25 | Added few basic commands: show status, show interfaces [summary], | Martin Mares |
1999-11-25 | cli_msg() moved to cli.h, so that it can be used outside the parser. | Martin Mares |
1999-11-25 | Fix timeouts. Triggered updates are not done, yet. | Pavel Machek |
1999-11-18 | Allow EA type to be set to 'undefined' which overrides all further definitons | Martin Mares |
1999-11-18 | DEF_PREF_UKR and DEF_PREF_SINK removed. | Martin Mares |
1999-11-17 | Added some temporary examples of how to define CLI commands (search for CF_CLI). | Martin Mares |
1999-11-17 | Command line interface now works. | Martin Mares |
1999-11-15 | An example of how to define enums. | Martin Mares |
1999-11-04 | Renamed attr->attrs to attr->eattrs. | Martin Mares |
1999-10-31 | Parse CLI commands. We use the same parser as for configuration files (because | Martin Mares |
1999-10-31 | The CLI I/O functions work as desired. | Martin Mares |
1999-10-29 | First steps of the Command Line Interface: I/O routines. | Martin Mares |
1999-10-29 | Events now return a value. If it's non-zero, the event is re-queued | Martin Mares |
1999-10-02 | Obvious bugs in authentication fixed. | Pavel Machek |
1999-08-03 | Ouch, how could I write this? | Martin Mares |
1999-08-03 | Basic support for IPv6. The system-dependent part doesn't work yet, | Martin Mares |
1999-08-03 | Implemented a Table-to-Table protocol a.k.a The Pipe. | Martin Mares |
1999-08-03 | Allow announces of rte's to protocols in FS_FEEDING state. | Martin Mares |