From 8b38cb4e6e121f30f33e8b783b72d6c7e575aa6a Mon Sep 17 00:00:00 2001 From: paul Date: Sun, 27 Aug 2006 08:01:20 +0000 Subject: [ospfd] redistribute default no longer works after complete reconfig, fix 2006-08-27 J.J. Krabbendam * ospfd.c: (ospf_finish_final) default redistribute should be unset too, fixes bug where reconfiguring ospfd completely can no longer enable default redistribution. --- ospfd/ospfd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ospfd/ospfd.c') diff --git a/ospfd/ospfd.c b/ospfd/ospfd.c index a1f0f011..8c151d98 100644 --- a/ospfd/ospfd.c +++ b/ospfd/ospfd.c @@ -398,6 +398,7 @@ ospf_finish_final (struct ospf *ospf) /* Unregister redistribution */ for (i = 0; i < ZEBRA_ROUTE_MAX; i++) ospf_redistribute_unset (ospf, i); + ospf_redistribute_default_unset (ospf); for (ALL_LIST_ELEMENTS (ospf->areas, node, nnode, area)) ospf_remove_vls_through_area (ospf, area); -- cgit v1.2.3