summaryrefslogtreecommitdiffstats
path: root/conf/conf.h
AgeCommit message (Expand)Author
2011-11-07Implements protocol templates.Ondrej Zajicek
2011-10-10Fixes for include.Ondrej Zajicek
2011-09-11Configuration can include other files.Ondrej Filip
2010-04-07Configurable syslog name.Ondrej Zajicek
2010-02-03Makes date/time formats configurable.Ondrej Zajicek
2010-01-03Implements MRTdump feature.Ondrej Zajicek
2009-06-23Replace 'bind' option with 'listen' option.Ondrej Zajicek
2009-06-19Adds support for soft reconfiguration.Ondrej Zajicek
2009-06-18Implements option that changes BGP listening socket parametres.Ondrej Zajicek
2008-12-25fixes some 64-bit related bugs.Ondrej Zajicek
2000-06-04Nested scopes could never have worked. My fault I wrote such a buggy code,Martin Mares
2000-06-03cf_symbol_class_name now recognizes SYM_IPA.Martin Mares
2000-05-30Tracing of CLI connections/commands can be now controlledMartin Mares
2000-05-15Cleanup of configuration.Martin Mares
2000-03-12Made `show status' show uptime and time of last reconfiguration.Martin Mares
2000-03-07Added configuration of default protocol debugging flags.Martin 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-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
1999-12-06Moved initialization of protocol list to proto.c.Martin Mares
1999-11-30Lexer supports fallback symbol tables and uses them to recognizeMartin Mares
1999-11-15SYM_STAT is gone.Martin Mares
1999-11-04Silly bug.Martin Mares
1999-11-04Symbols are not scoped.Martin Mares
1999-10-31Parse CLI commands. We use the same parser as for configuration files (becauseMartin Mares
1999-07-01Function calling in filters works - somehow. Calling syntax isPavel Machek
1999-05-17Implemented two new symbol handling functions:Martin Mares
1999-03-29Update of filters towards new interface.Pavel Machek
1999-03-26Slightly better generator of default protocol instance names.Martin Mares
1999-02-13config->router_id works again.Martin Mares
1999-02-05Implemented new configuration/reconfiguration interface and defined protocolMartin Mares
1999-01-15Filters added. They are unable to do anything interesting for nowPavel Machek
1998-12-07cf_error() now accepts any format strings instead of just an errorMartin Mares
1998-12-06Name cleanups as suggested by Pavel:Martin Mares
1998-11-29Created new functions for allocating configuration data:Martin Mares
1998-11-27Trivial 15-line bison excercise: Implemented expressions includingMartin Mares
1998-11-27Added generator of default names.Martin Mares
1998-11-27Replaced nest/confile.h by conf/conf.h, added a lot of new definitions.Martin Mares