summaryrefslogtreecommitdiffstats
path: root/ospfd/ospfd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: track version & "defaults" in configsDavid Lamparter2017-03-281-0/+3
* ospfd: Fix compile warningsDonald Sharp2017-02-031-2/+2
* ospfd: set the OSPF socket's send buffer size only onceRenato Westphal2016-12-081-4/+0
* Update Traffic Engineering Support for OSPFDOlivier Dugeon2016-09-031-1/+1
* ospfd: Impl. per interface 'ip ospf area' commandJoakim Tjernlund2016-08-181-20/+164
* Revert "per-interface ospf enable and area set command."David Lamparter2016-08-181-164/+20
* ospfd: Remove HAVE_OPAQUE_LSADonald Sharp2016-08-161-16/+0
* ospfd: ditch unused time fieldsDavid Lamparter2016-07-281-1/+0
* ospfd: monotonic clock for lsa_refresher_startedDavid Lamparter2016-07-281-3/+3
* ospfd: Ensure correct handling of router-id changevivek2016-07-201-3/+3
* ospfd: fix - correct neighbor index on changing/p2p/virtual linksJafar Al-Gharaibeh2016-06-101-3/+3
* ospfd: Fast OSPF convergenceMichael Rossberg2016-06-091-4/+4
* ospfd: Fix bug in 94266fa822ba, nbr_self rebuild didn't add valid nbr_selfPaul Jakma2016-05-261-2/+1
* ospfd: ospf_nbr_nbma_set()/ospf_snmp_vl_add() add unlockJoakim Tjernlund2016-05-261-0/+2
* ospfd: Self nbrs needs to be rebuilt when router ID changes.Joakim Tjernlund2016-05-261-2/+9
* ospfd: Don't leave stale RouterLSA's when changing areaIDJoakim Tjernlund2016-05-261-1/+4
* zebra - BFD client de-registration supportradhika2016-05-091-0/+2
* quagga: Fixup startup to allow consistency between sysV and systemdDonald Sharp2016-04-271-3/+0
* quagga: Remove iflist global variableDonald Sharp2016-04-081-1/+1
* *: Modify protocols to have systemd integrationDonald Sharp2016-02-101-1/+6
* Enable OSPF "log-adjacency-changes" by defaultDaniel Walton2015-11-031-0/+2
* configuration options for faster OSPF convergenceMichael Rossberg2015-07-311-1/+2
* ospfd: ospfd-warnings.patchDonald Sharp2015-05-201-1/+1
* Command to adjust min-arrival value in Milliseconds.Donald Sharp2015-05-201-0/+3
* Changing router-id inline isnt handled correctly in the current implementation.Donald Sharp2015-05-201-6/+47
* Add a running flag in ospf instance.Donald Sharp2015-05-201-12/+20
* Multi-Instance OSPF SummaryDonald Sharp2015-05-201-18/+89
* per-interface ospf enable and area set command.Donald Sharp2015-05-201-20/+161
* Add support for route tagsDonald Sharp2015-05-201-0/+1
* Modified the number of writes to service at mostDonald Sharp2015-05-201-1/+1
* In the "write" direction added a command to ensure that QuaggaDonald Sharp2015-05-201-0/+1
* *: 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-081-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-061-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