diff options
Diffstat (limited to 'ospfd/ospf_flood.h')
| -rw-r--r-- | ospfd/ospf_flood.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ospfd/ospf_flood.h b/ospfd/ospf_flood.h index 6f7ecfccf0..95a5b358c9 100644 --- a/ospfd/ospf_flood.h +++ b/ospfd/ospf_flood.h @@ -30,6 +30,9 @@ extern int ospf_flood_through_area(struct ospf_area *, struct ospf_neighbor *, struct ospf_lsa *); extern int ospf_flood_through_as(struct ospf *, struct ospf_neighbor *, struct ospf_lsa *); +extern int ospf_flood_through_interface(struct ospf_interface *oi, + struct ospf_neighbor *inbr, + struct ospf_lsa *lsa); extern unsigned long ospf_ls_request_count(struct ospf_neighbor *); extern int ospf_ls_request_isempty(struct ospf_neighbor *); |
