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:
@@ -21,8 +21,8 @@ typedef struct orta
|
||||
#define ORTA_ASBR 1
|
||||
#define ORTA_ABR 2
|
||||
struct ospf_area *oa;
|
||||
int metric1;
|
||||
int metric2;
|
||||
u32 metric1;
|
||||
u32 metric2;
|
||||
ip_addr nh; /* Next hop */
|
||||
struct ospf_iface *ifa; /* Outgoing interface */
|
||||
struct top_hash_entry *ar; /* Advertising router */
|
||||
|
Reference in New Issue
Block a user