From 5339cfdb7c3f6187452982173aa55ff525d1f6fe Mon Sep 17 00:00:00 2001 From: ajs Date: Mon, 19 Sep 2005 13:28:05 +0000 Subject: 2005-09-19 Andrew J. Schorr * ospf_lsa.h: (ospf_external_lsa_flush) Comment out the 5th argument (nexthop) since it is not used in the function (except inside some commented-out code). * ospf_lsa.c: (ospf_external_lsa_flush,ospf_external_lsa_refresh) Comment out the 5th argument to ospf_external_lsa_flush. * ospf_asbr.c: (ospf_redistribute_withdraw) Comment out 5th arg to ospf_external_lsa_flush. * ospf_vty.c: (no_ospf_default_information_originate) Eliminate 5th uninitialized nexthop arg to ospf_external_lsa_flush. * ospf_zebra.c: (ospf_zebra_read_ipv4) Comment out 5th arg to ospf_external_lsa_flush. * ospfd.c: (ospf_network_set) Comment out 5th arg to ospf_external_lsa_flush. --- ospfd/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ospfd/ChangeLog') diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index bc37d507..1a3edcc3 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,19 @@ +2005-09-19 Andrew J. Schorr + + * ospf_lsa.h: (ospf_external_lsa_flush) Comment out the 5th argument + (nexthop) since it is not used in the function (except inside + some commented-out code). + * ospf_lsa.c: (ospf_external_lsa_flush,ospf_external_lsa_refresh) + Comment out the 5th argument to ospf_external_lsa_flush. + * ospf_asbr.c: (ospf_redistribute_withdraw) Comment out 5th arg + to ospf_external_lsa_flush. + * ospf_vty.c: (no_ospf_default_information_originate) Eliminate 5th + uninitialized nexthop arg to ospf_external_lsa_flush. + * ospf_zebra.c: (ospf_zebra_read_ipv4) Comment out 5th arg + to ospf_external_lsa_flush. + * ospfd.c: (ospf_network_set) Comment out 5th arg + to ospf_external_lsa_flush. + 2005-09-17 Andrew J. Schorr * ospf_opaque.c: -- cgit v1.2.1