From 3b16080c97a2d89c90f7df7a8fda0401ec9abe42 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Wed, 14 Jul 2004 21:46:20 +0000 Subject: Multiple OSPF areas can be attached. Origination of summary LSA works. Routing table calculation works. Virtual links works. Well, I hope, OSPF is fully compatible with RFC2328!!!! --- proto/ospf/lsalib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proto/ospf/lsalib.c') diff --git a/proto/ospf/lsalib.c b/proto/ospf/lsalib.c index 7ea8304..b244c3f 100644 --- a/proto/ospf/lsalib.c +++ b/proto/ospf/lsalib.c @@ -55,8 +55,8 @@ ospf_age(struct ospf_area *oa) en->color = OUTSPF; en->dist = LSINFINITY; en->nhi = NULL; - en->nh = ipa_from_u32(0); - en->lb = ipa_from_u32(0); + en->nh = IPA_NONE; + en->lb = IPA_NONE; DBG("Infinitying Type: %u, Id: %I, Rt: %I\n", en->lsa.type, en->lsa.id, en->lsa.rt); } -- cgit v1.2.3