1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Minor bugfix: Summary LSA for aggregated area was always propagated with

metric = 1. Now it's metric of most distant component.
This commit is contained in:
Ondrej Filip
2005-02-18 18:51:42 +00:00
parent 27a1e3ac35
commit 60e04f0413
3 changed files with 8 additions and 3 deletions

View File

@@ -83,6 +83,7 @@ struct area_net
struct fib_node fn;
int hidden;
int active;
u32 metric;
};
struct ospf_area_config