$NetBSD: patch-ce,v 1.2 2002/08/25 21:50:25 jlam Exp $ diff -u1 ospf6d/ospf6_dbex.c /home/itojun/work/zebra/zebra/ospf6d/ospf6_dbex.c --- ospf6d/ospf6_dbex.c Mon Jul 8 22:31:02 2002 +++ /home/itojun/work/zebra/zebra/ospf6d/ospf6_dbex.c Sat Aug 3 21:06:05 2002 @@ -363,3 +363,3 @@ if (received->lsa_hdr->lsh_advrtr == ospf6->router_id - && have && ismore_recent < 0) + && (! have || ismore_recent < 0)) {