Age | Commit message (Expand) | Author |
1999-12-08 | Temporary work-arounds for multicast problems. Needs further investigation. | Martin Mares |
1999-12-08 | Except for special protocols (nowadays only the kernel syncer), don't | Martin Mares |
1999-12-08 | Added hooks for show route. | Pavel Machek |
1999-12-08 | - Path to control socket is selectable via command-line option. | Martin Mares |
1999-12-08 | Fix timing and fix endianity in metrics. | Pavel Machek |
1999-12-08 | Disallow rta.net syntax. | Pavel Machek |
1999-12-08 | Put rip options into config file. | Pavel Machek |
1999-12-08 | Make bird.conf that does not crash machine when you run bird as root. | Pavel Machek |
1999-12-08 | Make rta. syntax optional. | Pavel Machek |
1999-12-08 | Separated bird.conf and bird.conf for testing filters. | Pavel Machek |
1999-12-06 | Allow logging to stderr as well. | Martin Mares |
1999-12-06 | Added type `g' for void (general) pointer. | Martin Mares |
1999-12-06 | Logging is now configurable. You can define multiple log outputs (to both | Martin Mares |
1999-12-06 | Moved initialization of protocol list to proto.c. | Martin Mares |
1999-12-06 | Added tracked_fopen() which is a fopen registered in resource database. | 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 | Implemented `show static'. It's a relatively good example of how to write | 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-02 | I tried to turn on the YYERROR_VERBOSE switch, but bison is buggy as hell, | Martin Mares |
1999-12-02 | Avoid `default rule can be matched' warning in CLI state. | Martin Mares |
1999-12-01 | Updated TODO file. | 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 | 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 |