Age | Commit message (Expand) | Author |
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 | Make ACCEPT/REJECT actually return the result... | Martin Mares |
1999-12-01 | Stupid bug (essentially while(1) loop) occuring sometimes during start | Pavel Machek |
1999-12-01 | accept should behave as return, not running any commands after it. | Pavel Machek |
1999-12-01 | Actually check sequence numbers. | Pavel Machek |
1999-12-01 | Implemented get_status for the pipe protocol (reports name of the other | 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-12-01 | Added tm_format_reltime() for formatting of relative time quantities. | Martin Mares |
1999-12-01 | FIXME's cleaned up: I have actually fixed things without killing | Pavel Machek |
1999-12-01 | Use linux-22 configuration with all 2.2.x and 2.3.x kernels. This means | Martin Mares |
1999-11-30 | Remember protocol instance in proto_config and use that for | Martin Mares |
1999-11-30 | Lexer supports fallback symbol tables and uses them to recognize | Martin Mares |
1999-11-30 | Use TIME_INFINITY for initialization of password entries instead | Martin Mares |
1999-11-30 | Moved TIME_INFINITY to timer.h, so that it's publicly available. | 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-30 | Inicialisation of Topology Graph (TG). | Ondrej Filip |
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 | Added ip_scope_text() for translating of scopes to strings. | Martin Mares |
1999-11-25 | md5 authentication seems to work. | Pavel Machek |
1999-11-25 | Bugfixes: select right password for password authentication, do not | Pavel Machek |
1999-11-25 | Filters: fix rta access to use ->aux field. | Pavel Machek |
1999-11-25 | Triggered updates should now actually work. Fixed metric=16 -> time it | Pavel Machek |
1999-11-25 | Fix timeouts. Triggered updates are not done, yet. | Pavel Machek |
1999-11-24 | Check that prefixes are really prefixes + fix config file to | Pavel Machek |
1999-11-24 | Sorry, previous commit did not even compile. | Pavel Machek |
1999-11-24 | Filters: write access to dynamic attributes should actually work. It | Pavel Machek |
1999-11-18 | More CLI plans... | Martin Mares |
1999-11-18 | Allow EA type to be set to 'undefined' which overrides all further definitons | Martin Mares |
1999-11-18 | Filters: first parts of extended attributes being read-write. It can | Pavel Machek |
1999-11-18 | Split inst->code into inst->code and inst->aux. Both are only 16 bit, | Pavel Machek |
1999-11-18 | DEF_PREF_UKR and DEF_PREF_SINK removed. | Martin Mares |
1999-11-18 | You can now print enum. | Pavel Machek |
1999-11-17 | ospf.c and ospc.h splitted into various files. | Ondrej Filip |
1999-11-17 | Added skeleton of command tree. Please inspect. | Martin Mares |
1999-11-17 | Another bugfix. (In EXCHANGE state.) | Ondrej Filip |
1999-11-17 | Fixed bug receiving dbdes packets in EXSTART state. | Ondrej Filip |
1999-11-17 | Added some temporary examples of how to define CLI commands (search for CF_CLI). | Martin Mares |
1999-11-17 | If the main event queue is not empty, call select() with zero timeout, so | Martin Mares |
1999-11-17 | ev_run() now returns whether the event has been requeued or not. | Martin Mares |
1999-11-17 | Command line interface now works. | Martin Mares |
1999-11-17 | Commented out nexthop selection, see the comment. | Martin Mares |
1999-11-15 | An example of how to define enums. | Martin Mares |
1999-11-15 | ENUM's are now recognized as constants. | Martin Mares |
1999-11-15 | Defined CF_ENUM. | Martin Mares |
1999-11-15 | SYM_STAT is gone. | Martin Mares |