Age | Commit message (Expand) | Author |
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 |
1999-11-11 | Fixed order of arguments for function call. | Pavel Machek |
1999-11-11 | Shift/reduce conflict goes away _and_ if/then/else works. | Pavel Machek |
1999-11-10 | Sending DBDES packet in EXSTART done. | Ondrej Filip |
1999-11-10 | Enums do not work, this is testcase. | Pavel Machek |
1999-11-10 | First try on enumerational types. | Pavel Machek |
1999-11-10 | No more shift/reduce conflicts. | Pavel Machek |
1999-11-10 | Shift/reduce conflicts in IF/THEN/ELSE rules solved. | Martin Mares |
1999-11-10 | Enumerational types, defined keyword added. | Pavel Machek |
1999-11-10 | Added LSA hashing table (parts of code stolen from rt-fib.c, but | Martin Mares |
1999-11-10 | Added timeout for routes (which means proper expiring of routes) added | Pavel Machek |
1999-11-10 | Added project status report for KSVI. | Martin Mares |
1999-11-04 | FIXME's updated. One fixme is remaining for correct RIPv4. Wow. | Pavel Machek |
1999-11-04 | Reject packets which are not authenticated. | Pavel Machek |
1999-11-04 | Fixed comments about shift/reduce conflicts. | Pavel Machek |
1999-11-04 | Add possibility of local variables. | Pavel Machek |
1999-11-04 | Use local variables to test that functionality. | Pavel Machek |
1999-11-04 | Silly bug. | Martin Mares |
1999-11-04 | Symbols are not scoped. | Martin Mares |
1999-11-04 | Possibility to access first extended attributes. | Pavel Machek |