From 42542c56c23174bfaefb1b949b90ed72afbea8fd Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Thu, 1 Jun 2000 00:32:08 +0000 Subject: Cleanup. --- proto/ospf/lsupd.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'proto') diff --git a/proto/ospf/lsupd.c b/proto/ospf/lsupd.c index 798aa1e..18d0369 100644 --- a/proto/ospf/lsupd.c +++ b/proto/ospf/lsupd.c @@ -81,7 +81,6 @@ flood_lsa(struct ospf_neighbor *n, struct ospf_lsa_header *hn, } s_add_tail(&nn->lsrtl, SNODE en); memcpy(&en->lsa,hh,sizeof(struct ospf_lsa_header)); - ret=1; DBG("Adding LSA lsrt RT: %I, Id: %I, Type: %u for n: %I\n", en->lsa.rt,en->lsa.id, en->lsa.type, nn->ip); } @@ -92,8 +91,8 @@ flood_lsa(struct ospf_neighbor *n, struct ospf_lsa_header *hn, s_rem_node(SNODE en); ospf_hash_delete(nn->lsrth, en); } - ret=1; } + ret=1; } if(ret==0) continue; @@ -379,16 +378,13 @@ ospf_lsupd_rx(struct ospf_lsupd_packet *ps, struct proto *p, continue; } - - /* pg 144 (5a) */ - if(lsadb && ((now-lsadb->inst_t)inst_t)<=MINLSARRIVAL)) { DBG("I got it in less that MINLSARRIVAL\n"); continue; } - if(flood_lsa(n,lsa,&lsatmp,po,ifa,ifa->oa,1)==0) { DBG("Wasn't flooded back\n"); -- cgit v1.2.3