From 60e04f041303fdafd0abf0dec003a9745345c68a Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Fri, 18 Feb 2005 18:51:42 +0000 Subject: Minor bugfix: Summary LSA for aggregated area was always propagated with metric = 1. Now it's metric of most distant component. --- proto/ospf/ospf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/ospf/ospf.h') diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 352cd76..44ba10f 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -83,6 +83,7 @@ struct area_net struct fib_node fn; int hidden; int active; + u32 metric; }; struct ospf_area_config -- cgit v1.2.3