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:
@@ -83,6 +83,7 @@ struct area_net
|
||||
struct fib_node fn;
|
||||
int hidden;
|
||||
int active;
|
||||
u32 metric;
|
||||
};
|
||||
|
||||
struct ospf_area_config
|
||||
|
Reference in New Issue
Block a user