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

@@ -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 */