0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-02-02 22:30:01 +00:00
Ondrej Zajicek (work) 24600c642a Trie: Fix trie format
After switching to 16-way tries, trie format ignored unaligned / internal
prefixes and only reported the primary prefix of a trie node.

Fix trie format by showing internal prefixes based on the 'local' bitmask
of a node. Also do basic (intra-node) reconstruction of prefix patterns
by finding common subtrees in 'local' bitmask.

In future, we could improve that by doing inter-node reconstruction, so
prefixes entered as one pattern for a subtree (e.g. 192.168.0.0/18+)
would be reported as such, like with aligned prefixes.
2022-02-06 23:27:13 +01:00
..
2022-02-06 23:27:13 +01:00
2019-12-17 00:01:53 +01:00
2020-05-02 02:47:18 +02:00
2022-02-06 23:27:13 +01:00
2020-05-02 02:47:18 +02:00
2021-02-07 19:21:42 +01:00
2022-02-06 23:27:13 +01:00
2022-02-06 23:27:13 +01:00