mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Fixed many bugs in rt calculation and interface adding. Now it seems to be
OK, I'm going to advertise 1.0.4.
This commit is contained in:
@@ -22,6 +22,8 @@ flood_lsa(struct ospf_neighbor *n, struct ospf_lsa_header *hn,
|
||||
/* pg 148 */
|
||||
WALK_LIST(NODE ifa,po->iface_list)
|
||||
{
|
||||
if(ifa->stub) continue;
|
||||
|
||||
if(hh->type==LSA_T_EXT)
|
||||
{
|
||||
if(ifa->type==OSPF_IT_VLINK) continue;
|
||||
|
Reference in New Issue
Block a user