summaryrefslogtreecommitdiff
path: root/conf/conf.h
AgeCommit message (Expand)Author
2022-05-30Merge commit '17f91f9e6e70f7e3f29502e854823c0d48571eaa' into haugesundMaria Matejka
2022-05-30Merge commit '165156beeb2926472bbceca3c103aacc3f81a8cc' into haugesundMaria Matejka
2022-05-04Explicit definition structures of route attributesMaria Matejka
2022-05-04Conf: Symbols are properly scopedMaria Matejka
2021-11-09Nest: Route generations and explicit tracking route propagion through pipesMaria Matejka
2021-09-10Reducing filter stack size to allow for lesser thread stack sizeMaria Matejka
2021-06-06Nest: Allow specifying security keys as hex bytes as well as stringsToke Høiland-Jørgensen
2021-02-10BGP: Add support for BGP hostname capabilityVincent Bernat
2020-12-07Nest: Per-channel debug flagsOndrej Zajicek (work)
2020-04-09Configuration strings are constant.Maria Matejka
2020-02-04Conf: Better error message when reading iproute2 configMaria Matejka
2019-07-03Merge branch 'master' into mq-filter-stackMaria Matejka
2019-06-30Nest: Add command to request graceful restartOndrej Zajicek (work)
2019-06-25Conf/Filters: Moved argument count to conf scopeMaria Matejka
2019-06-12Add CLI command to test reconfiguration statusOndrej Zajicek (work)
2019-05-21Filter: Store variables and function arguments on stackJan Maria Matejka
2019-04-30BGP: Dynamic BGPOndrej Zajicek (work)
2019-02-26Filters: comparison of functions and filters cachingMaria Matejka
2019-02-25Conf: Lexer parses quoted strings in a more descriptive wayMaria Matejka
2019-02-20Conf: Symbol implementation converted from void pointers to unionMaria Matejka
2019-02-20Filter + Config: Fix bugs, tests and split symbols by typeMaria Matejka
2019-02-20Filter: refactoring of instruction constructorsMaria Matejka
2018-12-06Custom route attributesMaria Matejka
2018-09-11Conf: Show the line:char position where the syntax error happensJan Maria Matejka
2017-12-08Docs: Update to v2.0Jan Maria Matejka
2017-12-07Timers: Revert temporary names and remove old timer.hOndrej Zajicek (work)
2017-12-07Nest: Update to new timersOndrej Zajicek (work)
2017-12-07Timers: Parse and format functions for microsecond timesOndrej Zajicek (work)
2017-05-25Merge branch 'master' into int-newOndrej Zajicek (work)
2017-05-25Conf: Replace keyword and symbol hash table with generic hash table.Ondrej Zajicek (work)
2016-11-30conf/conf.h: Fix a description of a variable in a structurePavel Tvrdik
2016-11-09 Unit Testing for BIRDOndrej Zajicek (work)
2016-11-08Merge branch 'master' into int-newOndrej Zajicek (work)
2016-11-08Minor code cleanupsOndrej Zajicek (work)
2016-05-10Build system reworked to one global Makefile with includes and no nestingJan Moskyto Matejka
2016-03-10cf_error(char *msg, ...) -> cf_error(const char *msg, ...)Pavel Tvrdík
2016-02-01Channels - explicit links between protocols and tablesOndrej Zajicek (work)
2016-01-20Delete old ROA codePavel Tvrdík
2015-12-20ROA code switchoffJan Moskyto Matejka
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