summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_abr.h
diff options
context:
space:
mode:
authorhasso <hasso>2005-06-24 08:44:02 +0000
committerhasso <hasso>2005-06-24 08:44:02 +0000
commit34956b31234b4ca562cb2e27c4d9838c61222ace (patch)
tree9cdb21958660a7f15dd502f4a5f3e7b736b266dd /ospf6d/ospf6_abr.h
parent7b6ae028f96b8a894d56b46dd9e2206bf996c781 (diff)
* ospf6_abr.[ch], ospf6_area.[ch]: Add area filter-list (in|out)
support and area import and export lists support.
Diffstat (limited to 'ospf6d/ospf6_abr.h')
-rw-r--r--ospf6d/ospf6_abr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6_abr.h b/ospf6d/ospf6_abr.h
index ce3c19a0..84c6fa5e 100644
--- a/ospf6d/ospf6_abr.h
+++ b/ospf6d/ospf6_abr.h
@@ -62,6 +62,7 @@ void ospf6_abr_originate_summary_to_area (struct ospf6_route *route,
void ospf6_abr_originate_summary (struct ospf6_route *route);
void ospf6_abr_examin_summary (struct ospf6_lsa *lsa, struct ospf6_area *oa);
void ospf6_abr_examin_brouter (u_int32_t router_id);
+void ospf6_abr_reimport (struct ospf6_area *oa);
int config_write_ospf6_debug_abr (struct vty *vty);
void install_element_ospf6_debug_abr ();