summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_route.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospfd: introduce a 'dry run' into SPF codeGalaxyGorilla2020-08-181-22/+44
* *: un-split strings across linesDavid Lamparter2020-07-141-16/+8
* *: remove tabs from log messagesDavid Lamparter2020-03-241-20/+5
* *: Replace s_addr 0 => INADDR_ANYDonatas Abraitis2020-02-061-2/+2
* *: generously apply constDavid Lamparter2019-12-021-2/+4
* Treewide: use ANSI function definitionsRuben Kerkhof2019-01-241-3/+3
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-2/+2
* lib ospfd: dead code (Coverity 1302503 1302502)paco2018-06-261-2/+2
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-2/+2
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-12/+14
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-2/+2
* ospfd: OSPFv2 VRF SupportChirag Shah2017-10-031-16/+21
* ospfd: fix route_node_getChirag Shah2017-08-281-0/+1
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-4/+6
* *: reindent pt. 2whitespace / reindent2017-07-171-6/+4
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-832/+799
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* ospfd: ditch unused time fieldsDavid Lamparter2016-07-281-2/+0
* Unnumbered interface support.Donald Sharp2015-05-201-0/+4
* ospf: suppress delete using replacementAyan Banerjee2013-01-071-4/+29
* ospfd: blackhole route removal for area rangeJR Rivers2012-10-251-1/+49
* ospf_spf_process_stubs: use LSA pos to find OSFP interfaceJoakim Tjernlund2012-07-251-2/+2
* ospfd: remove unused codeStephen Hemminger2011-12-061-55/+0
* ospfd: remove useless RFC1583 checkAlexandre Chappuis2011-09-271-4/+0
* ospfd: Change struct ospf_path *oi to ifindex.Joakim Tjernlund2009-08-031-5/+6
* [ospfd] compare ifIndex too when matching pathsJoakim Tjernlund2009-06-251-4/+11
* [ospfd] Minor enhancements to recent self-host-routes suppression patchPaul Jakma2008-09-041-2/+16
* [ospfd] Bug #134, ospfd should be more robust to backward time changePaul Jakma2006-08-271-1/+1
* [ospfd] CID #49, fix dereference before NULL checkPaul Jakma2006-05-131-1/+1
* [ospfd] Fix SPF of virtual-linksPaul Jakma2006-05-041-2/+3
* 2005-10-29 Paul Jakma <paul.jakma@sun.com>paul2005-10-291-15/+0
* 2005-10-18 Paul Jakma <paul.jakma@sun.com>paul2005-10-181-4/+7
* 2005-05-06 Paul Jakma <paul.jakma@sun.com>paul2005-05-061-6/+6
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>paul2005-04-071-42/+27
* 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-081-36/+36
* 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
* 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
* 2003-08-15 Paul Jakma <paul@dishone.st>paul2003-08-151-2/+1
* 2003-08-10 amir <amir@datacore.ch>paul2003-08-101-46/+28
* 2003-06-19 "Suraev, Vadim" <vadim.suraev@terayon.com>paul2003-06-221-23/+63
* Initial revisionpaul2002-12-131-0/+1026