summaryrefslogtreecommitdiffstats
path: root/nest/config.Y
AgeCommit message (Expand)Author
2000-03-12Added tracing of interface events.Martin Mares
2000-03-07Added configuration of default protocol debugging flags.Martin Mares
2000-03-07Added protocol debugging flags (protocol.h: D_xxx), parsing of themMartin Mares
2000-03-04Garbage collector events and counters are now per table and one dayMartin Mares
2000-02-18Completion works. Unfortunately, we have to access a couple of internalMartin Mares
2000-01-19Split off general commands to cmds.c.Martin Mares
2000-01-17Separated `official protocol names' used in status dumps from name templatesMartin Mares
2000-01-17Reworked proto lists -- each proto is now in two lists: the global oneMartin 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-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-11-30Use TIME_INFINITY for initialization of password entries insteadMartin Mares
1999-11-30`show interfaces' and `show protocols' works.Martin Mares
1999-11-25Added few basic commands: show status, show interfaces [summary],Martin Mares
1999-11-17Added some temporary examples of how to define CLI commands (search for CF_CLI).Martin Mares
1999-11-15An example of how to define enums.Martin Mares
1999-10-31Parse CLI commands. We use the same parser as for configuration files (becauseMartin Mares
1999-10-02Obvious bugs in authentication fixed.Pavel Machek
1999-08-03Basic support for IPv6. The system-dependent part doesn't work yet,Martin Mares
1999-08-03Cleaned up handling of interface patterns:Martin Mares
1999-05-31Added PASSIVE option to paswwords.Pavel Machek
1999-05-26Change format of passwords (less ;'s) and fix password.h to allowPavel Machek
1999-05-26Skeleton for password handling, currently I only build structures andPavel Machek
1999-05-17From now we support multiple tables. The master_table variable isMartin Mares
1999-04-05Changed syntax of attaching filters to protocols to hopefully the finalMartin Mares
1999-03-29After today's lengthy discussions about filter syntax, let's clean upMartin Mares
1999-03-26Moved to a much more systematic way of configuring kernel protocols.Martin Mares
1999-03-17Allow input and output filters (only accept/reject style as we didn't defineMartin Mares
1999-02-05Implemented new configuration/reconfiguration interface and defined protocolMartin Mares
1998-12-06Name cleanups as suggested by Pavel:Martin Mares
1998-11-29Added configuration of the device internal protocol. This is primarilyMartin Mares
1998-11-29Allow setting debug value and `disabled' flag in protocol definition.Martin Mares
1998-11-27Oops, forgot to remove a debugging kludge.Martin Mares
1998-11-27Trivial 15-line bison excercise: Implemented expressions includingMartin Mares
1998-11-27First attempt at protocol configuration (now done only for RIP).Martin Mares
1998-11-27Parser fragment for the core. Now handles only router ID setting.Martin Mares