Age | Commit message (Expand) | Author |
2000-05-08 | Implemented `show route count' which is `show route stats' with | Martin Mares |
2000-05-07 | Implemented `show route <...> stats'. | Martin Mares |
2000-05-06 | Added commands `show route protocol <p>' and `show route import <p>' which | Martin Mares |
2000-05-04 | Removed RTS_RIP_EXT. | Martin Mares |
2000-04-28 | Split CF_HDR section to CF_HDR (only includes) and CF_DEFINES (defines, | Martin Mares |
2000-04-01 | BGP now handles incoming routes (IPv4 only). | Martin Mares |
2000-03-12 | Added tracing of interface events. | Martin Mares |
2000-03-07 | Added configuration of default protocol debugging flags. | Martin Mares |
2000-03-07 | Added protocol debugging flags (protocol.h: D_xxx), parsing of them | Martin Mares |
2000-03-04 | Garbage collector events and counters are now per table and one day | Martin Mares |
2000-02-17 | Completion works. Unfortunately, we have to access a couple of internal | Martin Mares |
2000-01-19 | Split off general commands to cmds.c. | Martin Mares |
2000-01-17 | Separated `official protocol names' used in status dumps from name templates | Martin Mares |
2000-01-16 | Reworked proto lists -- each proto is now in two lists: the global one | Martin Mares |
1999-12-06 | Implemented echoing of log messages to CLI connections. Just try `echo all'. | Martin Mares |
1999-12-04 | Don't forget to send an OK reply after dumping debug information. | Martin Mares |
1999-12-04 | Added DEBUG commands. | 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-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-25 | Added few basic commands: show status, show interfaces [summary], | Martin Mares |
1999-11-17 | Added some temporary examples of how to define CLI commands (search for CF_CLI). | Martin Mares |
1999-11-15 | An example of how to define enums. | Martin Mares |
1999-10-31 | Parse CLI commands. We use the same parser as for configuration files (because | Martin Mares |
1999-10-02 | Obvious bugs in authentication fixed. | Pavel Machek |
1999-08-03 | Basic support for IPv6. The system-dependent part doesn't work yet, | Martin Mares |
1999-08-03 | Cleaned up handling of interface patterns: | Martin Mares |
1999-05-31 | Added PASSIVE option to paswwords. | Pavel Machek |
1999-05-26 | Change format of passwords (less ;'s) and fix password.h to allow | Pavel Machek |
1999-05-26 | Skeleton for password handling, currently I only build structures and | Pavel Machek |
1999-05-17 | From now we support multiple tables. The master_table variable is | Martin Mares |
1999-04-05 | Changed syntax of attaching filters to protocols to hopefully the final | Martin Mares |
1999-03-29 | After today's lengthy discussions about filter syntax, let's clean up | Martin Mares |
1999-03-26 | Moved to a much more systematic way of configuring kernel protocols. | Martin Mares |
1999-03-17 | Allow input and output filters (only accept/reject style as we didn't define | Martin Mares |
1999-02-05 | Implemented new configuration/reconfiguration interface and defined protocol | Martin Mares |
1998-12-06 | Name cleanups as suggested by Pavel: | Martin Mares |
1998-11-29 | Added configuration of the device internal protocol. This is primarily | Martin Mares |
1998-11-29 | Allow setting debug value and `disabled' flag in protocol definition. | 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 | Parser fragment for the core. Now handles only router ID setting. | Martin Mares |