summaryrefslogtreecommitdiff
path: root/ospfd/ospf_route.c
diff options
context:
space:
mode:
Diffstat (limited to 'ospfd/ospf_route.c')
-rw-r--r--ospfd/ospf_route.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/ospfd/ospf_route.c b/ospfd/ospf_route.c
index bdbdd03e..5eedbd82 100644
--- a/ospfd/ospf_route.c
+++ b/ospfd/ospf_route.c
@@ -690,21 +690,6 @@ ospf_route_table_dump (struct route_table *rt)
zlog_debug ("========================================");
}
-void
-ospf_terminate ()
-{
- struct ospf *ospf;
- struct listnode *node, *nnode;
-
- for (ALL_LIST_ELEMENTS (om->ospf, node, nnode, ospf))
- {
- if (ospf->new_table)
- ospf_route_delete (ospf->new_table);
- if (ospf->old_external_route)
- ospf_route_delete (ospf->old_external_route);
- }
-}
-
/* This is 16.4.1 implementation.
o Intra-area paths using non-backbone areas are always the most preferred.
o The other paths, intra-area backbone paths and inter-area paths,