1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00
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
..
2009-04-17 01:48:36 +02:00
Doc
2009-03-31 12:55:57 +02:00
2004-06-05 09:26:55 +00:00
2009-04-17 01:48:36 +02:00
2009-03-31 12:55:57 +02:00
2009-03-31 12:55:57 +02:00
2009-03-31 12:55:57 +02:00
2009-03-31 12:55:57 +02:00
2009-03-31 21:17:00 +02:00