diff options
author | hasso <hasso> | 2004-09-13 14:01:12 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-09-13 14:01:12 +0000 |
commit | 9428f2dc4e577827db666d2643a1781ebecf044c (patch) | |
tree | 4deb0ca5b72e82828085f57088c4958b3ca21119 /ospf6d/ospf6_intra.c | |
parent | b5f310cb9f78b140f1c747148cad6889133597fc (diff) | |
download | quagga-9428f2dc4e577827db666d2643a1781ebecf044c.tar.bz2 quagga-9428f2dc4e577827db666d2643a1781ebecf044c.tar.xz |
Merge svn revisions 997 and 1000 from Zebra cvs repository.
Diffstat (limited to 'ospf6d/ospf6_intra.c')
-rw-r--r-- | ospf6d/ospf6_intra.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ospf6d/ospf6_intra.c b/ospf6d/ospf6_intra.c index d707ee72..4452e624 100644 --- a/ospf6d/ospf6_intra.c +++ b/ospf6d/ospf6_intra.c @@ -1302,6 +1302,9 @@ ospf6_intra_brouter_calculation (struct ospf6_area *oa) if (lsentry->path.area_id != oa->area_id) continue; + if (CHECK_FLAG (lsentry->flag, OSPF6_ROUTE_WAS_REMOVED)) + continue; + if (CHECK_FLAG (lsentry->flag, OSPF6_ROUTE_REMOVE) && CHECK_FLAG (lsentry->flag, OSPF6_ROUTE_ADD)) { |