summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_nsm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospfd: LSDB_LOOP treat it as a loop.Donald Sharp2018-01-171-9/+9
* ospfd: Set filter to unbound debug logsChirag Shah2017-12-271-6/+6
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-701/+668
* *: fix GCC 7 switch/case fallthrough warningsDavid Lamparter2017-07-141-0/+1
* *: simplify log message lookupQuentin Young2017-06-211-9/+9
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* *: use hooks for sending SNMP trapsDavid Lamparter2017-03-251-27/+7
* *: get rid of zlog(*, LOG_LEVEL, ...)David Lamparter2017-03-081-4/+4
* lib: time: remove recent_relative_time()David Lamparter2017-01-231-2/+2
* ospfd: argv update for all but ospf_vty.cDaniel Walton2016-09-221-0/+1
* ospfd: Remove HAVE_OPAQUE_LSADonald Sharp2016-08-161-10/+0
* ospfd: use random() to pick initial DD seq#David Lamparter2016-07-281-1/+1
* ospfd: trap on state change seems to send incorrect value for ospfNbrStateFernando Soto2016-05-261-17/+27
* This patch changes ospfd from only listening mode for BFD status updates to i...Donald Sharp2015-07-221-0/+3
* ospfd: ospf-start-lsreq-b4-exchange.patchDonald Sharp2015-05-201-1/+2
* Multi-Instance OSPF SummaryDonald Sharp2015-05-201-3/+13
* Send ARP requests proactively during OSPF Adjacency formation.Donald Sharp2015-05-201-2/+23
* *: nuke ^L (page feed)David Lamparter2014-06-041-3/+3
* ospfd: run DR election prior to LSA regenerationChristian Franke2014-05-141-14/+19
* ospfd: compile warning cleanupsAndrew Certain2013-01-071-5/+0
* ospfd: Update nsm_change_state to static scope, as it is not called from else...Andrew Certain2013-01-071-1/+1
* ospfd: Compile fix for opaque supportPaul Jakma2011-03-221-1/+1
* ospfd: Unify router and network LSA refresh logic with general refresherPaul Jakma2010-12-081-4/+3
* ospfd: Reset neighbour inactivity timer for any packet arrivalPaul Jakma2010-12-081-12/+12
* [ospfd] cancel OSPF timer hack in nsm_change_stateDmitry Tejblum2009-06-231-8/+0
* [warnings] Fix various SOS warningsPaul Jakma2008-08-221-1/+1
* [ospfd] Default route needs to be refreshed after neighbour state changeDaniel Ng2008-08-221-0/+5
* [ospfd] Bug #134, ospfd should be more robust to backward time changePaul Jakma2006-08-271-3/+3
* [ospfd] Allow ospf_lsa_unlock to NULL out callers' LSA pointers upon freePaul Jakma2006-07-261-1/+1
* [ospfd] Additional NSM neighbour state change stats/informationPaul Jakma2006-07-251-2/+8
* [ospfd] record timestamp and event of last NSM state change for neighbourPaul Jakma2006-07-111-0/+3
* [ospfd] trivial: NSM AdjChange should print event, declutter core functionsPaul Jakma2006-07-111-40/+50
* [ospfd] Remove nsm_reset_nbr and a bunch of useless NSM event/action functionsPaul Jakma2006-07-111-218/+139
* [ospfd] cleanup NSM neighbour delete through a new Deleted NSM statePaul Jakma2006-07-101-64/+70
* [ospfd] early-return in nsm_event missed LLDown event, fixes use after freePaul Jakma2006-07-061-1/+3
* [ospfd] Apply some simplifications to ospf_nsm, from Andrew's suggestionsPaul Jakma2006-07-041-24/+9
* [ospfd] Clear adjacency state for NSM changes down to TwoWay/ExStartPaul Jakma2006-07-041-15/+27
* [ospfd] trivial cleanup of nsm_timer_setPaul Jakma2006-07-041-9/+6
* [ospfd] Ensure NSM state functions can redirect next_state accidentlyPaul Jakma2006-07-041-0/+16
* [ospfd] consolidate adjacency check logicPaul Jakma2006-07-041-40/+33
* [ospfd] Avoid getting NSM stuck in ExStart by using local view of DR/BDRAndrew J. Schorr2006-06-301-2/+2
* [ospfd] Implement new ospf router subcommand "log-adjacency-changes [detail]"Andrew J. Schorr2006-06-291-1/+11
* [ospfd] Fix virtual-link handling in nbrs route-table, exposed by bug#234 fixPaul Jakma2006-04-031-0/+5
* 2005-10-21 Paul Jakma <paul.jakma@sun.com>paul2005-10-211-1/+1
* 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-09-291-0/+17
* * ospf_nsm.c: Make database exchange for NSSA database work.hasso2005-06-201-0/+6
* 2005-05-06 Paul Jakma <paul.jakma@sun.com>paul2005-05-061-18/+18
* 2004-12-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-111-3/+6
* 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-081-6/+6
* Compiler warnings fixes round 1.hasso2004-10-081-1/+1