summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_spf.c
Commit message (Collapse)AuthorAgeFilesLines
* 2004-04-08 Paul Jakma <paul@dishone.st>paul2004-04-081-7/+14
| | | | | | | | | | | * ospf_spf.h: Add backlink field to struct vertex * ospf_spf.h: (ospf_vertex_new) initialise backlink (ospf_lsa_has_link) return index of link back to vertex V from candidate vertex W, or -1 if no link exists. (ospf_spf_next) save backlink index for candidate vertex * ospf_interface.c: (ospf_vl_set_params) Use the backlink index to determine correct address for virtual-link peers. Fall back to older "pick first link" method if no backlink index exists.
* Many warning fixes from PC Drew ([quagga-dev 940]) and removing using PAGERhasso2004-03-041-1/+1
| | | | from vtysh ([quagga-dev 932]).
* 2003-08-10 amir <amir@datacore.ch>paul2003-08-101-1/+1
| | | | | * Add missing 'i' to getopts, short form of --pid_file. see http://bugzilla.quagga.net/show_bug.cgi?id=25
* 2003-06-07 Paul Jakma <paul@dishone.st>paul2003-06-061-210/+208
| | | | | * (ospf_spf.c): Fix indentation - primarily the mix of tabs and spaces. Ran through indent -nut (GNU style, but only spaces for indentation)
* 2003-06-7 kamatchi soundaram <kamatchi@tdd.sj.nec.com>paul2003-06-061-1/+32
| | | | | * (ospf_spf.c): Fix consideration of costs for PtP nexthops in ospf_nexthop_calculation().
* 2003-04-04 Paul Jakma <paul@dishone.st>paul2003-04-041-1/+1
| | | | | | | | | * Sync to Zebra CVS * Fix lib/thread.h leak * Fix small Opaque LSA leak * Do not configure OSPF interfaces for secondary addresses * vtysh fixes from Hasso * Dave Watson's missing ntohs fix
* 2003-03-25 Paul Jakma <paul@dishone.st>paul2003-03-251-43/+43
| | | | | | | | * sync to latest zebra CVS * spec file: updated and added define for ospf-api/client NB: OSPF-API has been broken by the zebra.org changes, which has added struct ospf * as a new arg to many functions
* ospfd Point-to-Multipoint supportpatch_z14800_ospfd_ptmppaul2002-12-131-10/+31
|
* Initial revisionpaul2002-12-131-0/+1088