Age | Commit message (Expand) | Author |
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 |
1999-08-03 | Kernel route syncer supports multiple tables. | Martin Mares |
1999-08-03 | Protocol engine bug fixes: | Martin Mares |
1999-08-03 | Cleaned up handling of interface patterns: | Martin Mares |
1999-05-31 | Added password_strncpy() which pads destination with zeros. | Pavel Machek |
1999-05-31 | Added extended attributes for rip. | Pavel Machek |
1999-05-31 | Added extra argument to rt_update hook which contains a pointer to the | 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 | Kill remaining master_table relics in KRT code. | Martin Mares |
1999-05-17 | From now we support multiple tables. The master_table variable is | Martin Mares |
1999-05-07 | Netlink support for secondary interface addresses. | Martin Mares |
1999-05-06 | I rewrote the interface handling code, so that it supports multiple | Martin Mares |
1999-04-12 | Removed TOS support. This simplifies many things a lot. | Martin Mares |
1999-04-05 | Routing table core changes to support full route filtering: | Martin Mares |
1999-04-05 | Added some new protocol hooks (look at the comments for better explanation): | Martin Mares |
1999-04-05 | Changed syntax of attaching filters to protocols to hopefully the final | Martin Mares |
1999-04-03 | More changes to the kernel syncer. | Martin Mares |
1999-04-03 | Added new protocol hook for dumping of protocol-dependent route | Martin Mares |
1999-03-29 | Clarify resource dumps and include them in the main debugging dump. | Martin Mares |
1999-03-29 | After today's lengthy discussions about filter syntax, let's clean up | Martin Mares |
1999-03-26 | Added everything protocols need to know about multiple routing tables, | Martin Mares |
1999-03-26 | Moved to a much more systematic way of configuring kernel protocols. | Martin Mares |
1999-03-26 | Allow different instances of the same protocol with identical preferences. | Martin Mares |
1999-03-26 | Slightly better generator of default protocol instance names. | Martin Mares |
1999-03-26 | Don't try to manipulate neighbor lists for copied interface structures. | Martin Mares |
1999-03-17 | rte_update: Check sanity of incoming entries. Throw out (and log) all routes | Martin Mares |
1999-03-17 | Allow input and output filters (only accept/reject style as we didn't define | Martin Mares |
1999-03-17 | Removed the `rta_same' hook since it's no longer needed (all protocols | Martin Mares |
1999-03-17 | Implemented extended route attributes and all related functions. | Martin Mares |
1999-03-09 | Yes, joining the crew. Sorry for being late. Added dummy functions for OSPF. | Ondrej Filip |
1999-03-04 | KRT: Implemented asynchronous route / interface state notifications | Martin Mares |