0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-18 15:01:53 +00:00
bird/filter
Ondrej Zajicek (work) b3fdba0bf8 Filter: Update filter functions to use VARARG
Make function call one instruction with variable arguments, instead
of independently setting up arguments and then calling the function.

This fixes code that assumes every term to be one instruction (plus
recursive arguments).
2019-10-20 21:01:16 +02:00
..
config.Y Filter: Update filter functions to use VARARG 2019-10-20 21:01:16 +02:00
data.c Filter: Pre-evaluation of constant expressions 2019-07-02 10:45:53 +02:00
data.h Filter: Pre-evaluation of constant expressions 2019-07-02 10:45:53 +02:00
decl.m4 Filter: Update filter functions to use VARARG 2019-10-20 21:01:16 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
f-inst.c Filter: Update filter functions to use VARARG 2019-10-20 21:01:16 +02:00
f-inst.h Filter: lots of documentation 2019-07-15 13:19:01 +02:00
f-util.c Filter: Fix crash with 'where' filters and function calls 2019-09-10 13:45:18 +02:00
filter_test.c Filter: Store variables and function arguments on stack 2019-05-21 16:33:37 +00:00
filter.c Filter: Fix eval command 2019-09-24 00:18:48 +02:00
filter.h Filter: CLI command to dump all the linearized filters 2019-07-03 08:27:56 +02:00
Makefile Filter: Pre-evaluation of constant expressions 2019-07-02 10:45:53 +02:00
test-reconf-begin.conf Filters: comparison of functions and filters caching 2019-02-26 16:44:24 +01:00
test-reconf-end.conf Filters: comparison of functions and filters caching 2019-02-26 16:44:24 +01:00
test.conf Filter: Fixing empty block and never-executed-statement bug 2019-08-13 16:45:27 +02:00
test.conf2 Filter: the test conf checks also a bit of BGP args 2018-03-08 12:57:39 +01:00
test.conf.inc filter/test.conf: Replace print func with assert and format 2016-11-16 12:22:01 +01:00
tree_test.c Filter: merged filter instruction constructors, counting line size on instruction construct 2019-02-20 22:30:54 +01:00
tree.c Filter: merged filter instruction constructors, counting line size on instruction construct 2019-02-20 22:30:54 +01:00
trie_test.c Filter: merged filter instruction constructors, counting line size on instruction construct 2019-02-20 22:30:54 +01:00
trie.c Filter: merged filter instruction constructors, counting line size on instruction construct 2019-02-20 22:30:54 +01:00