0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-18 19:35:20 +00:00
bird/conf
Maria Matejka 4c553c5a5b Filter refactoring: dropped the recursion from the interpreter
This is a major change of how the filters are interpreted. If everything
works how it should, it should not affect you unless you are hacking the
filters themselves.

Anyway, this change should make a huge improvement in the filter performance
as previous benchmarks showed that our major problem lies in the
recursion itself.

There are also some changes in nest and protocols, related mostly to
spreading const declarations throughout the whole BIRD and also to
refactored dynamic attribute definitions. The need of these came up
during the whole work and it is too difficult to split out these
not-so-related changes.
2019-02-20 22:30:54 +01:00
..
cf-lex.l Conf: Show the line:char position where the syntax error happens 2018-09-11 17:35:13 +02:00
conf.c The MRT protocol 2018-11-20 17:45:35 +01:00
conf.h Custom route attributes 2018-12-06 09:55:21 +01:00
confbase.Y Filter refactoring: dropped the recursion from the interpreter 2019-02-20 22:30:54 +01:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
flowspec.Y Timers: Revert temporary names and remove old timer.h 2017-12-07 13:54:59 +01:00
gen_commands.m4 Implements undo command and optional timeout for configuration 2012-12-26 12:40:48 +01:00
gen_keywords.m4 Fix configure to enable warnings and fix most of them. 2010-02-21 14:34:53 +01:00
gen_parser.m4 Config: Dropping CF_ADDTO. 2018-06-26 14:29:03 +02:00
Makefile Bison: A bit more verbose error messages in config. 2018-08-14 14:36:44 +02:00