summaryrefslogtreecommitdiffstats
path: root/nest
AgeCommit message (Expand)Author
2000-01-19Split off general commands to cmds.c.Martin Mares
2000-01-19Killed a couple of bugs in the neighbor cache.Martin Mares
2000-01-18Killed protocol->priority. Protocol startup should be clean and hack-free now.Martin Mares
2000-01-18protocol->startup_counter no longer exists.Martin Mares
2000-01-17Moved initlialization of protocol lists to global init. Argh.Martin Mares
2000-01-17Separated `official protocol names' used in status dumps from name templatesMartin Mares
2000-01-17Device protocol supports reconfiguration.Martin Mares
2000-01-17Don't forget changing proto->name to point to name in new configurationMartin Mares
2000-01-17Reworked proto lists -- each proto is now in two lists: the global oneMartin Mares
2000-01-16Added filter_same() for comparision of two filters.Martin Mares
2000-01-16Converted shutdown to a kind of reconfiguration, it's no more handledMartin Mares
2000-01-16First attempt on dynamic reconfiguration. There are still lots of bugsMartin Mares
2000-01-16Don't forget to set proto->min_scope = SCOPE_HOST.Martin Mares
1999-12-16Minor cleanups.Martin Mares
1999-12-16Avoid touching F_MODIFY, it no longer exists.Martin Mares
1999-12-09Added universal locking mechanism which will solve problemsMartin Mares
1999-12-08Except for special protocols (nowadays only the kernel syncer), don'tMartin Mares
1999-12-06Moved initialization of protocol list to proto.c.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-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-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-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-11-30Remember protocol instance in proto_config and use that forMartin Mares
1999-11-30Use TIME_INFINITY for initialization of password entries insteadMartin 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-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-25Fix timeouts. Triggered updates are not done, yet.Pavel Machek
1999-11-18Allow EA type to be set to 'undefined' which overrides all further definitonsMartin Mares
1999-11-18DEF_PREF_UKR and DEF_PREF_SINK removed.Martin Mares
1999-11-17Added some temporary examples of how to define CLI commands (search for CF_CLI).Martin Mares
1999-11-17Command line interface now works.Martin Mares
1999-11-15An example of how to define enums.Martin Mares
1999-11-04Renamed attr->attrs to attr->eattrs.Martin Mares
1999-10-31Parse CLI commands. We use the same parser as for configuration files (becauseMartin Mares
1999-10-31The CLI I/O functions work as desired.Martin Mares
1999-10-29First steps of the Command Line Interface: I/O routines.Martin Mares
1999-10-29Events now return a value. If it's non-zero, the event is re-queuedMartin Mares
1999-10-02Obvious bugs in authentication fixed.Pavel Machek
1999-08-03Ouch, how could I write this?Martin Mares
1999-08-03Basic support for IPv6. The system-dependent part doesn't work yet,Martin Mares
1999-08-03Implemented a Table-to-Table protocol a.k.a The Pipe.Martin Mares