Bugfix in router importation.

This commit is contained in:
Ondrej Filip 2001-12-07 17:34:09 +00:00
parent 30c34a1079
commit b78696282d

View file

@ -200,7 +200,7 @@ again:
else
{
/* Update routing table */
if(nf->en->nhi==NULL)
if(ipa_equal(nf->en->nh,ipa_from_u32(0)))
{
struct top_hash_entry *en=nf->en;
struct ospf_neighbor *neigh;