From 0822995cb31b596d1fe9e8bb67f7e9d1c184694e Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Wed, 31 May 2000 15:04:45 +0000 Subject: Set E2 metric for internal routes to LSINFINITY. --- proto/ospf/rt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/rt.c') diff --git a/proto/ospf/rt.c b/proto/ospf/rt.c index cfcba1f..1926a2b 100644 --- a/proto/ospf/rt.c +++ b/proto/ospf/rt.c @@ -218,7 +218,7 @@ again: ne=net_get(p->table, nf->fn.prefix, nf->fn.pxlen); e=rte_get_temp(&a0); e->u.ospf.metric1=nf->metric; - e->u.ospf.metric2=0; + e->u.ospf.metric2=LSINFINITY; e->u.ospf.tag=0; /* FIXME Some config? */ e->pflags = 0; e->net=ne; -- cgit v1.2.3