diff options
Diffstat (limited to 'ospfd')
-rw-r--r-- | ospfd/ospf_flood.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_flood.c b/ospfd/ospf_flood.c index 50cc9af2..05fcacda 100644 --- a/ospfd/ospf_flood.c +++ b/ospfd/ospf_flood.c @@ -441,7 +441,7 @@ ospf_flood_through_interface (struct ospf_interface *oi, continue; } - if (IS_OPAQUE_LSA_ORIGINATION_BLOCKED (ospf->opaque) + if (IS_OPAQUE_LSA_ORIGINATION_BLOCKED (oi->ospf->opaque) && IS_LSA_SELF (lsa) && onbr->state == NSM_Full) { |