diff options
Diffstat (limited to 'ospfd/ospf_route.h')
| -rw-r--r-- | ospfd/ospf_route.h | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/ospfd/ospf_route.h b/ospfd/ospf_route.h index 5463e70ffb..fa9478fced 100644 --- a/ospfd/ospf_route.h +++ b/ospfd/ospf_route.h @@ -139,9 +139,10 @@ extern void ospf_route_table_free(struct route_table *);  extern void ospf_route_install(struct ospf *, struct route_table *);  extern void ospf_route_table_dump(struct route_table *); +extern void ospf_router_route_table_dump(struct route_table *rt); -extern void ospf_intra_add_router(struct route_table *, struct vertex *, -				  struct ospf_area *); +extern void ospf_intra_add_router(struct route_table *rt, struct vertex *v, +				  struct ospf_area *area, bool add_all);  extern void ospf_intra_add_transit(struct route_table *, struct vertex *,  				   struct ospf_area *);  | 
