summaryrefslogtreecommitdiff
path: root/conf/conf.h
AgeCommit message (Expand)Author
2017-05-25Conf: Replace keyword and symbol hash table with generic hash table.Ondrej Zajicek (work)
2016-11-08Minor code cleanupsOndrej Zajicek (work)
2015-11-09Conf: Fixes bug in symbol lookup during reconfigurationOndrej Zajicek (work)
2015-06-08unsigned [int] -> uintPavel TvrdĂ­k
2015-03-02Implement latency tracking, internal event log and watchdogOndrej Zajicek
2015-02-21Bump max symbol length to 64.Ondrej Zajicek
2014-10-02Allows more constants in set literals.Ondrej Zajicek
2014-03-25Fixes file descriptor leak when parser ends with error.Ondrej Zajicek
2014-03-20BGP graceful restart support.Ondrej Zajicek
2013-07-25Allows to define constants of all filter types.Ondrej Zajicek
2012-12-27Implements interface masks for choosing router id.Ondrej Zajicek
2012-12-26Implements undo command and optional timeout for configurationOndrej Zajicek
2012-07-18Implements wildcard matching in config file include.Ondrej Zajicek
2012-03-18Route Origin Authorization basics.Ondrej Zajicek
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-29Tracing 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-06cf_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