From fdb19982020abeddf2d9eb73efae92ae2cc58d93 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sun, 3 Sep 2000 22:18:40 +0000 Subject: Serious bug in ext lsa origination found. Going for 1.0.4. --- proto/ospf/ospf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/ospf/ospf.c') diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index e69afbc..64bfcdc 100644 --- a/proto/ospf/ospf.c +++ b/proto/ospf/ospf.c @@ -164,6 +164,7 @@ ospf_init(struct proto_config *c) p->rte_same = ospf_rte_same; po->rfc1583=oc->rfc1583; + po->ebit=0; return p; } -- cgit v1.2.3