Hmm, nasty bug, LSUPD was not well flooded via PTP interfaces. :-(
This commit is contained in:
parent
501c5bb03f
commit
32749f493f
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue