0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-10 13:18:42 +00:00
bird/proto/aggregator
Igor Putovny 7644f7594b Bugfix
Program crashed when disabling aggregation protocol or shutting the daemon down.
Shutdown procedure attempted to remove the first route (which is the last that
was inserted) by different key than one by which it was inserted into the table.
They key is computed from net and src of each route. It turned out that src of
the last route was inadvertently changed.
2024-05-30 12:30:00 +02:00
..
aggregator.c Bugfix 2024-05-30 12:30:00 +02:00
aggregator.h Add debugging logs 2024-05-30 12:30:00 +02:00
bird.conf Add script to prepare test case run 2024-05-30 12:30:00 +02:00
config.Y Run correct aggregation (by nets or by attributes) according to configuration 2024-05-30 12:30:00 +02:00
Makefile Aggregator moved to a separate protocol 2024-05-30 12:30:00 +02:00
run_test_case.sh Add small changes to test script 2024-05-30 12:30:00 +02:00