0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-10 05:08:42 +00:00
bird/filter
Vojtech Vilimek 6dd986587a Trie: Add support for unbound subnet walks
Trie walk supports adding restriction on walk bounds by supplying option net
during walk initialization. Currently, walk initialized this way couldn't escape
specified subnet. By additional flag, we add support to drop to subnet's upper
bound for subnet started walks. Therefore it is now possible to start a walk in
some subnet and continue walking all lexicagraphical successors present in the
trie.
2024-08-21 11:56:05 +02:00
..
config.Y ASPA: checks done in filters; no autoreload yet 2024-03-25 14:15:30 +01:00
data.c ASPA: checks done in filters; no autoreload yet 2024-03-25 14:15:30 +01:00
data.h Trie: Add support for unbound subnet walks 2024-08-21 11:56:05 +02:00
decl.m4 Filter: Silence some warnings in clang 2024-05-30 02:40:55 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
f-inst.c ASPA: checks done in filters; no autoreload yet 2024-03-25 14:15:30 +01:00
f-inst.h BGP: Setting and unsetting unknown attributes 2023-09-20 14:15:18 +02:00
f-util.c Filter: Add support for string route attribute 2024-02-14 14:29:19 +01:00
filter_test.c Simple testing of reconfiguration to a slightly different one 2023-09-24 15:40:18 +02:00
filter.c Basic route aggregation 2023-09-26 15:46:24 +02:00
filter.h Basic route aggregation 2023-09-26 15:46:24 +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: Tests for net_addr 2024-01-22 07:08:11 +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
test.conf.overlay Simple testing of reconfiguration to a slightly different one 2023-09-24 15:40:18 +02: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 Trie: Add support for unbound subnet walks 2024-08-21 11:56:05 +02:00
trie-data-edge Trie: Add support for unbound subnet walks 2024-08-21 11:56:05 +02:00
trie.c Trie: Add support for unbound subnet walks 2024-08-21 11:56:05 +02:00