mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
Hmm, nasty bug, LSUPD was not well flooded via PTP interfaces. :-(
This commit is contained in:
parent
501c5bb03f
commit
32749f493f
@ -157,7 +157,8 @@ flood_lsa(struct ospf_neighbor *n, struct ospf_lsa_header *hn,
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if((ifa->state==OSPF_IS_BACKUP)||(ifa->state==OSPF_IS_DR))
|
if((ifa->state==OSPF_IS_BACKUP)||(ifa->state==OSPF_IS_DR)||
|
||||||
|
(ifa->type==OSPF_IT_PTP))
|
||||||
sk_send_to(sk,len, AllSPFRouters, OSPF_PROTO);
|
sk_send_to(sk,len, AllSPFRouters, OSPF_PROTO);
|
||||||
else sk_send_to(sk,len, AllDRouters, OSPF_PROTO);
|
else sk_send_to(sk,len, AllDRouters, OSPF_PROTO);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user