From 52fa3e386948b13b928ff9be778a7de62a00ceb3 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Mon, 4 Sep 2000 21:21:34 +0000 Subject: Fixed many bugs in rt calculation and interface adding. Now it seems to be OK, I'm going to advertise 1.0.4. --- proto/ospf/lsupd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proto/ospf/lsupd.c') diff --git a/proto/ospf/lsupd.c b/proto/ospf/lsupd.c index a9bca02..f0e6e5a 100644 --- a/proto/ospf/lsupd.c +++ b/proto/ospf/lsupd.c @@ -22,6 +22,8 @@ flood_lsa(struct ospf_neighbor *n, struct ospf_lsa_header *hn, /* pg 148 */ WALK_LIST(NODE ifa,po->iface_list) { + if(ifa->stub) continue; + if(hh->type==LSA_T_EXT) { if(ifa->type==OSPF_IT_VLINK) continue; -- cgit v1.2.3