bird/filter
Ondrej Zajicek c8a6b9a3d1 Rewrite of buggy AS path matching.
Old AS path maching supposes thath AS number appears
only once in AS path, but that is not true. It also
contains some bugs related to AS path sets.

New code does not use any assumptions about semantic
structure of AS path. It is asymptotically slower than
the old code, but on real paths it is not significant.

It also allows '?' for matching one arbitrary AS number.
2009-04-17 01:48:36 +02:00
..
config.Y Rewrite of buggy AS path matching. 2009-04-17 01:48:36 +02:00
Doc Reimplementation of prefix sets. 2009-03-31 12:55:57 +02:00
f-util.c ... and in the filter. 2004-06-05 09:26:55 +00:00
filter.c Rewrite of buggy AS path matching. 2009-04-17 01:48:36 +02:00
filter.h Reimplementation of prefix sets. 2009-03-31 12:55:57 +02:00
Makefile Reimplementation of prefix sets. 2009-03-31 12:55:57 +02:00
test.conf Reimplementation of prefix sets. 2009-03-31 12:55:57 +02:00
test.conf2 Allow matching on enums: 2000-06-01 08:32:49 +00:00
test6.conf Reimplementation of prefix sets. 2009-03-31 12:55:57 +02:00
tree.c Progdocs updates 2000-06-07 14:45:55 +00:00
trie.c Cleanup changes 2009-03-31 21:17:00 +02:00