$NetBSD: patch-cc,v 1.1.2.2 2002/08/25 21:20:50 jlam Exp $ diff -u1 ospf6d/ospf6_area.c /home/itojun/work/zebra/zebra/ospf6d/ospf6_area.c --- ospf6d/ospf6_area.c Mon Jul 8 22:31:02 2002 +++ /home/itojun/work/zebra/zebra/ospf6d/ospf6_area.c Sat Aug 3 21:06:04 2002 @@ -102,24 +102,2 @@ void -ospf6_area_intra_topo_add (struct ospf6_route_req *topo_entry) -{ - if (topo_entry->route.type == OSPF6_DEST_TYPE_ROUTER) - { - if (CHECK_FLAG (topo_entry->path.router_bits, OSPF6_ROUTER_LSA_BIT_B)) - ospf6_abr_abr_entry_add (topo_entry); - } - CALL_ADD_HOOK (&intra_topology_hook, topo_entry); -} - -void -ospf6_area_intra_topo_remove (struct ospf6_route_req *topo_entry) -{ - if (topo_entry->route.type == OSPF6_DEST_TYPE_ROUTER) - { - if (CHECK_FLAG (topo_entry->path.router_bits, OSPF6_ROUTER_LSA_BIT_E)) - ospf6_abr_abr_entry_add (topo_entry); - } - CALL_REMOVE_HOOK (&intra_topology_hook, topo_entry); -} - -void ospf6_area_route_add (void *data)