0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-18 19:35:20 +00:00
bird/filter
Ondrej Zajicek 21003b8faa Filter: Allow integers in operations on clists
The clists are internally implemented as integer lists. We currently
allow pair values (communities in community list) and quad values
(cluster ids in cluster lists) for add/del/member/filter operations
on clists. Allow also generic integers, so it can be used as a generic
integer list.
2023-02-28 17:02:21 +01:00
..
config.Y Filter: Allow setting the 'onlink' route attribute in filters 2023-01-17 18:13:37 +01:00
data.c Filter: Allow integers in operations on clists 2023-02-28 17:02:21 +01:00
data.h Filter: Allow setting the 'onlink' route attribute in filters 2023-01-17 18:13:37 +01:00
decl.m4 Config: Dropping filter instruction trees after linearization 2023-02-22 14:54:09 +01:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
f-inst.c Filter: Allow integers in operations on clists 2023-02-28 17:02:21 +01:00
f-inst.h Config: Dropping filter instruction trees after linearization 2023-02-22 14:54:09 +01:00
f-util.c Moved config-related allocations to config_pool and showing its size in memory usage 2022-11-01 16:38:24 +01:00
filter_test.c Replaced custom linpools in tests for the common tmp_linpool 2022-03-02 12:13:49 +01:00
filter.c Revert "Reducing filter stack size to allow for lesser thread stack size" 2022-09-16 10:11:51 +02:00
filter.h Filter: Remove quitbird command 2020-05-02 02:47:18 +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: Allow integers in operations on clists 2023-02-28 17:02:21 +01:00
test.conf2 Filter: Remove quitbird command 2020-05-02 02:47:18 +02: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 Replaced custom linpools in tests for the common tmp_linpool 2022-03-02 12:13:49 +01:00
tree.c Filter: Change linearization of branches in switch instruction 2023-01-07 20:18:44 +01:00
trie_test.c Replaced custom linpools in tests for the common tmp_linpool 2022-03-02 12:13:49 +01:00
trie.c Trie: Fix trie format 2022-02-06 23:27:13 +01:00