diff -uNr bird-pristine/doc/bird.sgml bird-1.0.5/doc/bird.sgml
--- bird-pristine/doc/bird.sgml Sun Sep 3 11:25:26 2000
+++ bird-1.0.5/doc/bird.sgml Sat Nov 24 14:04:39 2001
@@ -1320,8 +1320,8 @@
In addition to options common for all to other protocols, RIP supports the following ones:
- passwords { }
section. Default: none.
diff -uNr bird-pristine/proto/ospf/rt.c bird-1.0.5/proto/ospf/rt.c
--- bird-pristine/proto/ospf/rt.c Sat Jun 9 08:09:00 2001
+++ bird-1.0.5/proto/ospf/rt.c Sat Nov 24 14:01:44 2001
@@ -195,7 +195,7 @@
else
{
/* Update routing table */
- if(nf->en->nhi==NULL)
+ if(nf->en->nh==ipa_from_u32(0))
{
struct top_hash_entry *en=nf->en;
struct ospf_neighbor *neigh;