From 6452df092bf6b694ea62a0423ac242f10ab997f9 Mon Sep 17 00:00:00 2001 From: hasso Date: Sun, 15 Aug 2004 05:52:07 +0000 Subject: SVN revisions 916-920 from Zebra. ABR support is almost done. --- ospf6d/ospf6_intra.h | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'ospf6d/ospf6_intra.h') diff --git a/ospf6d/ospf6_intra.h b/ospf6d/ospf6_intra.h index 28780b4a..db92f7e7 100644 --- a/ospf6d/ospf6_intra.h +++ b/ospf6d/ospf6_intra.h @@ -128,6 +128,18 @@ struct ospf6_intra_prefix_lsa oi, 0); \ } while (0) +#define OSPF6_NETWORK_LSA_EXECUTE(oi) \ + do { \ + THREAD_OFF ((oi)->thread_network_lsa); \ + thread_execute (master, ospf6_network_lsa_originate, oi, 0); \ + } while (0) +#define OSPF6_INTRA_PREFIX_LSA_EXECUTE_TRANSIT(oi) \ + do { \ + THREAD_OFF ((oi)->thread_intra_prefix_lsa); \ + thread_execute (master, ospf6_intra_prefix_lsa_originate_transit, oi, 0); \ + } while (0) + + /* Function Prototypes */ char *ospf6_router_lsdesc_lookup (u_char type, u_int32_t interface_id, u_int32_t neighbor_interface_id, @@ -145,7 +157,7 @@ void ospf6_intra_prefix_lsa_add (struct ospf6_lsa *lsa); void ospf6_intra_prefix_lsa_remove (struct ospf6_lsa *lsa); void ospf6_intra_route_calculation (struct ospf6_area *oa); -void ospf6_intra_asbr_calculation (struct ospf6_area *oa); +void ospf6_intra_brouter_calculation (struct ospf6_area *oa); void ospf6_intra_init (); -- cgit v1.2.1