summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
1999-12-06Added type `g' for void (general) pointer.Martin Mares
1999-12-06Logging is now configurable. You can define multiple log outputs (to bothMartin Mares
1999-12-06Moved initialization of protocol list to proto.c.Martin Mares
1999-12-06Added tracked_fopen() which is a fopen registered in resource database.Martin Mares
1999-12-06Implemented echoing of log messages to CLI connections. Just try `echo all'.Martin Mares
1999-12-05Don't forget to send an OK reply after dumping debug information.Martin Mares
1999-12-05Added DEBUG commands.Martin Mares
1999-12-03Implemented `show static'. It's a relatively good example of how to writeMartin Mares
1999-12-03Added proto_get_named() to be used in CLI commands to get protocol instanceMartin Mares
1999-12-03Renamed SHOW PROTOCOLS VERBOSE to SHOW PROTOCOLS ALL to be consistentMartin Mares
1999-12-02Implemented `show route where <condition>' command.Martin Mares
1999-12-02I tried to turn on the YYERROR_VERBOSE switch, but bison is buggy as hell,Martin Mares
1999-12-02Avoid `default rule can be matched' warning in CLI state.Martin Mares
1999-12-01Updated TODO file.Martin Mares
1999-12-01Added dumping of routing tables (`show route'). This includes filtering.Martin Mares
1999-12-01Added get_route_info and show_route_data hooks to struct protocol.Martin Mares
1999-12-01Reset temporary parser data before parsing, not afterwards. This enablesMartin Mares
1999-12-01Make ACCEPT/REJECT actually return the result...Martin Mares
1999-12-01Stupid bug (essentially while(1) loop) occuring sometimes during startPavel Machek
1999-12-01accept should behave as return, not running any commands after it.Pavel Machek
1999-12-01Actually check sequence numbers.Pavel Machek
1999-12-01Implemented get_status for the pipe protocol (reports name of the otherMartin Mares
1999-12-01`show protocols' now shows time of last state change and protocol-dependentMartin Mares
1999-12-01Introduced new protocol-dependent integer field `aux' to struct neighbor.Martin Mares
1999-12-01Added tm_format_reltime() for formatting of relative time quantities.Martin Mares
1999-12-01FIXME's cleaned up: I have actually fixed things without killingPavel Machek
1999-12-01Use linux-22 configuration with all 2.2.x and 2.3.x kernels. This meansMartin Mares
1999-11-30Remember protocol instance in proto_config and use that forMartin Mares
1999-11-30Lexer supports fallback symbol tables and uses them to recognizeMartin Mares
1999-11-30Use TIME_INFINITY for initialization of password entries insteadMartin Mares
1999-11-30Moved 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-30Don't use continuation shortcuts until real client is written.Martin Mares
1999-11-30Inicialisation of Topology Graph (TG).Ondrej Filip
1999-11-25Added few basic commands: show status, show interfaces [summary],Martin Mares
1999-11-25cli_msg() moved to cli.h, so that it can be used outside the parser.Martin Mares
1999-11-25Added ip_scope_text() for translating of scopes to strings.Martin Mares
1999-11-25md5 authentication seems to work.Pavel Machek
1999-11-25Bugfixes: select right password for password authentication, do notPavel Machek
1999-11-25Filters: fix rta access to use ->aux field.Pavel Machek
1999-11-25Triggered updates should now actually work. Fixed metric=16 -> time itPavel Machek
1999-11-25Fix timeouts. Triggered updates are not done, yet.Pavel Machek
1999-11-24Check that prefixes are really prefixes + fix config file toPavel Machek
1999-11-24Sorry, previous commit did not even compile.Pavel Machek
1999-11-24Filters: write access to dynamic attributes should actually work. ItPavel Machek
1999-11-18More CLI plans...Martin Mares
1999-11-18Allow EA type to be set to 'undefined' which overrides all further definitonsMartin Mares
1999-11-18Filters: first parts of extended attributes being read-write. It canPavel Machek
1999-11-18Split inst->code into inst->code and inst->aux. Both are only 16 bit,Pavel Machek
1999-11-18DEF_PREF_UKR and DEF_PREF_SINK removed.Martin Mares