Fatal bug found. Sometimes BIRD did not originate router LSA. FIXED. :-)
This commit is contained in:
parent
b90f9c526e
commit
d03e8ce00b
1 changed files with 0 additions and 2 deletions
|
@ -31,8 +31,6 @@ ospf_dbdes_tx(struct ospf_neighbor *n)
|
||||||
u8 *aa,*bb;
|
u8 *aa,*bb;
|
||||||
|
|
||||||
if((oa->rt==NULL)||(EMPTY_LIST(oa->lsal))) originate_rt_lsa(oa);
|
if((oa->rt==NULL)||(EMPTY_LIST(oa->lsal))) originate_rt_lsa(oa);
|
||||||
oa->origrt=0;
|
|
||||||
|
|
||||||
|
|
||||||
p=(struct proto *)(ifa->proto);
|
p=(struct proto *)(ifa->proto);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue