summaryrefslogtreecommitdiffstats
path: root/proto/ospf/lsupd.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-09-04 23:21:34 +0200
committerOndrej Filip <feela@network.cz>2000-09-04 23:21:34 +0200
commit52fa3e386948b13b928ff9be778a7de62a00ceb3 (patch)
treeb4425e655feead48abe69b2c96dfb975c1af64f5 /proto/ospf/lsupd.c
parentb02e40111ea8d97bf1c3bfa25970ee0d828cd7bc (diff)
downloadbird-52fa3e386948b13b928ff9be778a7de62a00ceb3.tar
bird-52fa3e386948b13b928ff9be778a7de62a00ceb3.zip
Fixed many bugs in rt calculation and interface adding. Now it seems to be
OK, I'm going to advertise 1.0.4.
Diffstat (limited to 'proto/ospf/lsupd.c')
-rw-r--r--proto/ospf/lsupd.c2
1 files changed, 2 insertions, 0 deletions
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;