Bugfix in router importation.
This commit is contained in:
parent
30c34a1079
commit
b78696282d
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ again:
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* Update routing table */
|
/* 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 top_hash_entry *en=nf->en;
|
||||||
struct ospf_neighbor *neigh;
|
struct ospf_neighbor *neigh;
|
||||||
|
|
Loading…
Reference in a new issue