mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 01:31:55 +00:00
Ehmm, removed 'if(1 || ...' so I can test the second part .
This commit is contained in:
parent
b1c9d87161
commit
31834faaf3
@ -324,7 +324,7 @@ ospf_ext_spfa(struct proto_ospf *po) /* FIXME looking into inter-area */
|
|||||||
}
|
}
|
||||||
if(absr==NULL) continue;
|
if(absr==NULL) continue;
|
||||||
|
|
||||||
if(1 || ipa_compare(lt->fwaddr,ipa_from_u32(0))==0) /* FIXME add fwaddr */
|
if(ipa_compare(lt->fwaddr,ipa_from_u32(0))==0)
|
||||||
{
|
{
|
||||||
if(lt->etos>0)
|
if(lt->etos>0)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user