0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 09:41:54 +00:00
bird/filter
Maria Matejka 9d798cd843 Nest: Changed struct network * in struct rte to const net_addr *. [WIP]
This allows filtering the route without even touching the table on
import. Therefore rejected routes don't mess with the table in any way.
Only accepted routes are linked to the table.

Kernel protocol still uses a dirty hack to get routes synchronized. This
should be sanitized in future to allow proper concurrency.
2018-12-20 13:19:49 +01:00
..
config.Y Custom route attributes 2018-12-06 09:55:21 +01:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
f-util.c Custom route attributes 2018-12-06 09:55:21 +01:00
filter_test.c Linpool: default allocation size 2017-05-16 15:34:57 +02:00
filter.c Nest: Changed struct network * in struct rte to const net_addr *. [WIP] 2018-12-20 13:19:49 +01:00
filter.h Custom route attributes 2018-12-06 09:55:21 +01:00
Makefile Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
test.conf Filter: Add support for VPN_RD sets 2018-10-25 11:26:58 +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 Linpool: default allocation size 2017-05-16 15:34:57 +02:00
tree.c Minor code cleanups 2016-11-08 17:46:29 +01:00
trie_test.c Birdtest: Replace BT_SUCCESS and BT_FAILURE with 1 and 0 2016-11-11 17:43:09 +01:00
trie.c Merge branch 'master' into int-new 2016-11-08 19:27:58 +01:00