summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_route.c
Commit message (Collapse)AuthorAgeFilesLines
* 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-081-36/+36
| | | | * *.c: Change level of debug messages to LOG_DEBUG.
* Compiler warnings fixes round 1.hasso2004-10-081-1/+1
|
* Remove usage of evil list and listnode typedefs.hasso2004-09-231-14/+14
|
* Assorted changes from work at BBN. Most are minor, and several are ingdt2004-08-311-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Remove ifdef's HAVE_NSSA. NSSA support is stable enough.hasso2004-06-201-10/+0
|
* Fix debug message and make it conditional.hasso2004-04-201-1/+2
|
* Many warning fixes from PC Drew ([quagga-dev 940]) and removing using PAGERhasso2004-03-041-2/+2
| | | | from vtysh ([quagga-dev 932]).
* 2003-08-15 Paul Jakma <paul@dishone.st>paul2003-08-151-2/+1
| | | | | * ospfd/ospf_route.c: Fixup extraneous list_delete which was causing SEGVs of ospfd.
* 2003-08-10 amir <amir@datacore.ch>paul2003-08-101-46/+28
| | | | | * Add missing 'i' to getopts, short form of --pid_file. see http://bugzilla.quagga.net/show_bug.cgi?id=25
* 2003-06-19 "Suraev, Vadim" <vadim.suraev@terayon.com>paul2003-06-221-23/+63
| | | | | | | * ospf_route.c: delete routes generated from AS-External routes if there is a inter/intra route. Adds ospf_route_delete_same_ext() which prunes external routes, which is called from ospf_route_install() when new route table is installed.
* Initial revisionpaul2002-12-131-0/+1026