summaryrefslogtreecommitdiff
path: root/net/zebra/patches/patch-cc
blob: f0b3577a82963a938aa6e5538c661f476760e497 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
$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)