summaryrefslogtreecommitdiffstats
path: root/ospfd/ospfd.c
Commit message (Expand)AuthorAgeFilesLines
* ospfd: Remove HAVE_OPAQUE_LSADonald Sharp2016-02-261-14/+0
* ospfd: Extend 'ip ospf area' to take address argument + rationalise ospf enablePaul Jakma2015-10-271-142/+160
* ospfd: Impl. per interface 'ip ospf area' commandJoakim Tjernlund2015-10-271-9/+110
* ospfd: split up network interface enable a bit, for per-interface area cmdJoakim Tjernlund2015-10-271-55/+71
* ospfd: Fast OSPF convergenceMichael Rossberg2015-09-241-0/+4
* ospfd: Fix bug in 94266fa822ba, nbr_self rebuild didn't add valid nbr_selfPaul Jakma2015-09-241-2/+1
* ospfd: ospf_nbr_nbma_set()/ospf_snmp_vl_add() add unlockJoakim Tjernlund2015-07-291-0/+2
* ospfd: Self nbrs needs to be rebuilt when router ID changes.Joakim Tjernlund2015-07-291-2/+9
* ospfd: Don't leave stale RouterLSA's when changing areaIDJoakim Tjernlund2014-10-271-1/+4
* *: nuke ^L (page feed)David Lamparter2014-06-041-10/+10
* ospf6d: reinvoke MaxAge remover thread if not all MaxAge LSAs were flushed.Dinesh Dutt2013-11-071-1/+1
* ospfd: compile warning cleanupsAndrew Certain2013-01-071-1/+1
* ospf: Convert MAX_AGE LSA list to treeDinesh Dutt2013-01-071-4/+12
* ospf: forward ref. of areas for "max-metric router-lsa administrative" cmdAyan Banerjee2013-01-071-1/+6
* ospfd: remove unused codeStephen Hemminger2011-12-071-0/+2
* ospfd: Fix maxage/flush to not try flood twice, remember maxages for longerPaul Jakma2010-12-081-0/+1
* ospfd: Unify router and network LSA refresh logic with general refresherPaul Jakma2010-12-081-8/+6
* ospfd: make local functions staticStephen Hemminger2009-12-031-54/+8
* ospfd: export ospf_if_table_lookup() and use it in ospf_network_run_interface()Joakim Tjernlund2009-07-281-5/+2
* [OSPF/cleanup] make message lists read onlyStephen Hemminger2009-06-181-2/+2
* [ospfd] Fix OSPF route refcount leakStephen Hemminger2009-06-181-1/+2
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-121-2/+1
* [ospfd] Fix SEGV during startup introduced in recent commitJoakim Tjernlund2008-09-241-2/+2
* [ospfd] Restructure opsf_if_update() and ospf_network_run()Joakim Tjernlund2008-09-021-107/+114
* + fix minor regression in OSPF sending buffer adjustment logicDenis Ovsienko2007-09-181-2/+5
* Bug #362 is fixed now.Denis Ovsienko2007-08-211-0/+2
* [ospfd] network command now behaves more logically when a peer prefix is definedAndrew J. Schorr2007-04-301-1/+1
* [ospfd] Fix bug: should exit immediately on SIGTERM if OSPF not actually runningAndrew J. Schorr2007-02-271-0/+4
* [PtP over ethernet] New peer flag allows much more addressing flexibilityAndrew J. Schorr2006-12-121-5/+21
* [ospfd] Consider all connected addresses when creating ospf interfacesAndrew J. Schorr2006-12-041-2/+0
* [ospfd] Add passive-interface default supportPaul Jakma2006-10-221-0/+2
* [ospfd] redistribute default no longer works after complete reconfig, fixPaul Jakma2006-08-271-0/+1
* [ospfd] Bug #134, ospfd should be more robust to backward time changePaul Jakma2006-08-271-4/+4
* [ospfd] Bug #288: do not change router ID unless forced by manual configurationAndrew J. Schorr2006-07-271-0/+9
* [ospfd] Allow ospf_lsa_unlock to NULL out callers' LSA pointers upon freePaul Jakma2006-07-261-3/+3
* [ospfd] Squash another ospf_lookup callPaul Jakma2006-05-121-2/+1
* [ospfd] Bug #234. Fix nbr_self reinitialisation after down/up.paul2006-01-111-25/+0
* [ospfd] fix automatic router-id and network enable bug.paul2006-01-101-3/+3
* [ospfd] rename graceful to deferred, fix a tiny compile warning.paul2005-11-261-17/+21
* 2005-11-20 Paul Jakma <paul.jakma@sun.com>paul2005-11-201-31/+16
* [ospfd] misc small fixes. Fix default stub router setting. no opaque compile.paul2005-11-141-1/+3
* 2005-10-29 Paul Jakma <paul.jakma@sun.com>paul2005-10-291-10/+130
* 2005-10-21 Paul Jakma <paul.jakma@sun.com>paul2005-10-211-18/+2
* 2005-09-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-09-191-1/+1
* 2005-07-12 Paul Jakma <paul.jakma@sun.com>paul2005-07-121-1/+1
* 2005-05-06 Paul Jakma <paul.jakma@sun.com>paul2005-05-061-16/+17
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>quagga_post_listloop_cleanuppaul2005-04-071-111/+66
* 2005-02-23 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-02-231-3/+14
* 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-081-9/+11
* 2004-11-04 Paul Jakma <paul@dishone.st>paul2004-11-041-9/+23