1
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-08-20 04:05:05 +02:00
Commit Graph

1 Commits

Author SHA1 Message Date
Ondrej Zajicek
b1a597e0c3 Reimplementation of prefix sets.
Prefix sets were broken beyond any repair and have to be reimplemented.
They are reimplemented using a trie with bitmasks in nodes.
There is also change in the interpretation of minus prefix pattern,
but the old interpretation was already inconsistent with
the documentation and broken.

There is also some bugfixes in filter code related to set variables.
2009-03-31 12:55:57 +02:00