summaryrefslogtreecommitdiff
path: root/ospfd/ospf_main.c
diff options
context:
space:
mode:
authorhasso <hasso>2004-05-10 07:43:59 +0000
committerhasso <hasso>2004-05-10 07:43:59 +0000
commitdd669bb0e7102a5896925f98203fa991560748b7 (patch)
tree80edd1c4792789a41226af378d8fb99f444b88b6 /ospfd/ospf_main.c
parent2a56df976d3fb0800921ef561c346b85e7acb6be (diff)
* Make updating redistributions work if prefix list is changed and it's
used in route-map used to filter redistributions. * Move ospf_prefix_list_update() function from ospfd.c to ospf_zebra.c.
Diffstat (limited to 'ospfd/ospf_main.c')
-rw-r--r--ospfd/ospf_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ospfd/ospf_main.c b/ospfd/ospf_main.c
index d80aa26c..1ebc9e9e 100644
--- a/ospfd/ospf_main.c
+++ b/ospfd/ospf_main.c
@@ -268,7 +268,6 @@ main (int argc, char **argv)
prefix_list_init ();
/* OSPFd inits. */
- ospf_init ();
ospf_if_init ();
ospf_zebra_init ();