mirror_frr/ospfd
gdt 630e48072a Assorted changes from work at BBN. Most are minor, and several are in
support of more significant changes not in this commit.  The last item
in the ChangeLog below may be needed for p2mp to work correctly.

2004-08-31  David Wiggins  <dwiggins@bbn.com>

	* hash.c (hash_iterate): Save next pointer before calling
	procedure, so that iteration works even if the called procedure
	deletes the hash backet.

	* linklist.h (listtail): new macro, not yet used.

2004-08-31  David Wiggins  <dwiggins@bbn.com>

	* ospf_spf.c (ospf_spf_calculate): Many more comments and debug
	  print statements.  New function ospf_vertex_dump used in debugging.

2004-08-31  David Wiggins  <dwiggins@bbn.com>

	* ospf_spf.h (struct vertex): Comments for flags and structure members.

2004-08-31  David Wiggins  <dwiggins@bbn.com>

	* ospf_route.c: When finding an alternate route, log cost as well.

2004-08-31  David Wiggins  <dwiggins@bbn.com>

	* ospf_interface.c (ospf_lookup_if_params): Initialize af in
	struct prefix allocated on stack.

2004-08-31  David Wiggins  <dwiggins@bbn.com>

	* ospf_packet.c (ospf_ls_ack_send_delayed): In p2mp mode, send
	acks to AllSPFRouters, rather than All-DR.
2004-08-31 17:28:41 +00:00
..
.cvsignore cvsignore *.libs in build dirs 2004-07-09 17:52:39 +00:00
ChangeLog Assorted changes from work at BBN. Most are minor, and several are in 2004-08-31 17:28:41 +00:00
ChangeLog.opaque.txt Initial revision 2003-02-03 16:31:16 +00:00
Makefile.am (somewhat unrelated cleanups, but all are very minor) 2004-07-23 16:23:56 +00:00
ospf_abr.c Remove ifdef's HAVE_NSSA. NSSA support is stable enough. 2004-06-20 21:00:27 +00:00
ospf_abr.h Initial revision 2002-12-13 20:15:29 +00:00
ospf_api.c Addition of OSPF-API - Amir Guindehi <nospam.amir@datacore.ch> 2003-03-17 01:10:58 +00:00
ospf_api.h Addition of OSPF-API - Amir Guindehi <nospam.amir@datacore.ch> 2003-03-17 01:10:58 +00:00
ospf_apiserver.c Remove ifdef's HAVE_NSSA. NSSA support is stable enough. 2004-06-20 21:00:27 +00:00
ospf_apiserver.h Addition of OSPF-API - Amir Guindehi <nospam.amir@datacore.ch> 2003-03-17 01:10:58 +00:00
ospf_asbr.c Initial revision 2002-12-13 20:15:29 +00:00
ospf_asbr.h 2003-07-12 Paul Jakma <paul@dishone.st> 2003-07-12 21:30:57 +00:00
ospf_ase.c Remove ifdef's HAVE_NSSA. NSSA support is stable enough. 2004-06-20 21:00:27 +00:00
ospf_ase.h Initial revision 2002-12-13 20:15:29 +00:00
ospf_dump.c Please, tell me truth about what debugging status you are displaying. 2004-08-31 12:04:33 +00:00
ospf_dump.h 2003-06-19 Paul Jakma <paul@dishone.st> 2003-06-22 08:14:51 +00:00
ospf_flood.c Remove ifdef's HAVE_NSSA. NSSA support is stable enough. 2004-06-20 21:00:27 +00:00
ospf_flood.h Initial revision 2002-12-13 20:15:29 +00:00
ospf_ia.c Remove ifdef's HAVE_NSSA. NSSA support is stable enough. 2004-06-20 21:00:27 +00:00
ospf_ia.h Initial revision 2002-12-13 20:15:29 +00:00
ospf_interface.c Assorted changes from work at BBN. Most are minor, and several are in 2004-08-31 17:28:41 +00:00
ospf_interface.h Don't crash when attempting to read path->oi->ifp if oi doesn't exist any 2004-02-11 21:52:13 +00:00
ospf_ism.c 2003-03-25 Paul Jakma <paul@dishone.st> 2003-03-25 05:07:42 +00:00
ospf_ism.h Initial revision 2002-12-13 20:15:29 +00:00
ospf_lsa.c Remove ifdef's HAVE_NSSA. NSSA support is stable enough. 2004-06-20 21:00:27 +00:00
ospf_lsa.h Remove ifdef's HAVE_NSSA. NSSA support is stable enough. 2004-06-20 21:00:27 +00:00
ospf_lsdb.c Initial revision 2002-12-13 20:15:29 +00:00
ospf_lsdb.h Initial revision 2002-12-13 20:15:29 +00:00
ospf_main.c Removing code which looked at current dir for config file before attempting 2004-06-20 19:54:37 +00:00
ospf_neighbor.c 2004-05-05 Paul Jakma <paul@dishone.st> 2004-05-05 15:27:15 +00:00
ospf_neighbor.h 2004-05-05 Paul Jakma <paul@dishone.st> 2004-05-05 15:27:15 +00:00
ospf_network.c 2004-07-23 Paul Jakma <paul@dishone.st> 2004-07-23 15:13:48 +00:00
ospf_network.h Initial revision 2002-12-13 20:15:29 +00:00
ospf_nsm.c Remove ifdef's HAVE_NSSA. NSSA support is stable enough. 2004-06-20 21:00:27 +00:00
ospf_nsm.h Initial revision 2002-12-13 20:15:29 +00:00
ospf_opaque.c 2004-07-27 Paul Jakma <paul@dishone.st> 2004-07-27 11:19:11 +00:00
ospf_opaque.h Initial revision 2002-12-13 20:15:29 +00:00
ospf_packet.c Assorted changes from work at BBN. Most are minor, and several are in 2004-08-31 17:28:41 +00:00
ospf_packet.h Remove ifdef's HAVE_NSSA. NSSA support is stable enough. 2004-06-20 21:00:27 +00:00
ospf_route.c Assorted changes from work at BBN. Most are minor, and several are in 2004-08-31 17:28:41 +00:00
ospf_route.h Remove ifdef's HAVE_NSSA. NSSA support is stable enough. 2004-06-20 21:00:27 +00:00
ospf_routemap.c Hasso Tepper 2003-04-19 15:49:49 +00:00
ospf_snmp.c 2003-09-29 Paul Jakma <paul@dishone.st> 2003-09-29 19:54:53 +00:00
ospf_snmp.h Initial revision 2002-12-13 20:15:29 +00:00
ospf_spf.c Assorted changes from work at BBN. Most are minor, and several are in 2004-08-31 17:28:41 +00:00
ospf_spf.h Assorted changes from work at BBN. Most are minor, and several are in 2004-08-31 17:28:41 +00:00
ospf_te.c Remove ifdef's HAVE_NSSA. NSSA support is stable enough. 2004-06-20 21:00:27 +00:00
ospf_te.h Initial revision 2002-12-13 20:15:29 +00:00
ospf_vty.c Fix for Bugzilla #108. 2004-08-31 13:37:42 +00:00
ospf_vty.h Initial revision 2002-12-13 20:15:29 +00:00
ospf_zebra.c * Make updating redistributions work if prefix list is changed and it's 2004-05-10 07:43:59 +00:00
ospf_zebra.h Initial revision 2002-12-13 20:15:29 +00:00
OSPF-MIB.txt Initial revision 2002-12-13 20:15:29 +00:00
OSPF-TRAP-MIB.txt Initial revision 2002-12-13 20:15:29 +00:00
ospfd.c Remove ifdef's HAVE_NSSA. NSSA support is stable enough. 2004-06-20 21:00:27 +00:00
ospfd.conf.sample Initial revision 2002-12-13 20:15:29 +00:00
ospfd.h Remove ifdef's HAVE_NSSA. NSSA support is stable enough. 2004-06-20 21:00:27 +00:00