diff options
author | hasso <hasso> | 2005-06-24 10:44:02 +0200 |
---|---|---|
committer | hasso <hasso> | 2005-06-24 10:44:02 +0200 |
commit | 34956b31234b4ca562cb2e27c4d9838c61222ace (patch) | |
tree | 9cdb21958660a7f15dd502f4a5f3e7b736b266dd /ospf6d/ospf6_abr.h | |
parent | * ospf6_message.c: Changed to be insensitive to changes of neighbors' (diff) | |
download | frr-34956b31234b4ca562cb2e27c4d9838c61222ace.tar.xz frr-34956b31234b4ca562cb2e27c4d9838c61222ace.zip |
* 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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6_abr.h b/ospf6d/ospf6_abr.h index ce3c19a03..84c6fa5eb 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 (); |