summaryrefslogtreecommitdiffstats
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
commit5981eebe0fd86e80b2f7483164df648847bc4b76 (patch)
treee80fb5429711359ae3f423c0a9541ccc0e812ab4 /ospfd/ospf_main.c
parent906d8c320dbb8bb342c98e7fe51356c4c57f817a (diff)
downloadquagga-5981eebe0fd86e80b2f7483164df648847bc4b76.tar.bz2
quagga-5981eebe0fd86e80b2f7483164df648847bc4b76.tar.xz
* 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 ();