From 621ccdfe5acd2889956ec0f8e96b812acd09f168 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 13 Jul 2004 11:58:50 +0000 Subject: Bugfix - options bits were not included in LSAs Bugfix - E bit was not unset on stub areas. --- proto/ospf/rt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'proto/ospf/rt.c') diff --git a/proto/ospf/rt.c b/proto/ospf/rt.c index cee1589..3d2ee51 100644 --- a/proto/ospf/rt.c +++ b/proto/ospf/rt.c @@ -243,7 +243,7 @@ ospf_rt_spfa(struct ospf_area *oa) DBG("PTP found.\n"); break; default: - log("Unknown link type in router lsa."); + log("Unknown link type in router lsa. (rid = %I)", act->lsa.id); break; } if (tmp) @@ -339,7 +339,7 @@ link_back(struct ospf_area *oa, struct top_hash_entry *fol, struct top_hash_entr } break; default: - log("Unknown link type in router lsa."); + log("Unknown link type in router lsa. (rid = %I)", fol->lsa.id); break; } } @@ -357,7 +357,7 @@ link_back(struct ospf_area *oa, struct top_hash_entry *fol, struct top_hash_entr } break; default: - log("Unknown link type in router lsa."); + bug("Unknown lsa type. (id = %I)", fol->lsa.id); } return 0; } -- cgit v1.2.3