diff options
Diffstat (limited to 'ospfd/ospf_flood.c')
-rw-r--r-- | ospfd/ospf_flood.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospfd/ospf_flood.c b/ospfd/ospf_flood.c index cf88761e..1c8cbbf5 100644 --- a/ospfd/ospf_flood.c +++ b/ospfd/ospf_flood.c @@ -654,6 +654,7 @@ ospf_flood_through_as (struct ospf *ospf, struct ospf_neighbor *inbr, /* Type-7, flood NSSA area */ if (lsa->data->type == OSPF_AS_NSSA_LSA && area == lsa->area) + /* We will send it. */ continue_flag = 0; else continue_flag = 1; /* Skip this NSSA area for Type-5's et al */ |