summaryrefslogtreecommitdiffstats
path: root/ospfd
Commit message (Expand)AuthorAgeFilesLines
* build: get rid of INCLUDES, use AM_CPPFLAGSDavid Lamparter2015-02-141-1/+1
* ospfd: set O-bit in the option of all DD packetsLu Feng2015-02-061-16/+1
* ospfd: Fix initial Opaque LSA DB synchronisationOlivier Dugeon2015-01-271-7/+13
* Fix to take care of ordering between interface and router ospf command.Vipin Kumar2014-11-111-0/+9
* OSPFd: Update timestamps when we MaxAge LSAs.Dinesh G Dutt2014-11-111-0/+10
* ospfd: Tweak previous iface RR write patch to avoid free/malloc & redundant logPaul Jakma2014-11-111-10/+2
* Avoid timing out of adjacencies by serving all interfaces in round-robin.Dinesh G Dutt2014-11-111-3/+15
* ospfd: Some small tweaks to the SPF execution reason patchPaul Jakma2014-11-117-70/+64
* Compute and display SPF execution statisticsDinesh G Dutt2014-11-119-26/+159
* ospfd: Don't leave stale RouterLSA's when changing areaIDJoakim Tjernlund2014-10-271-1/+4
* ospfd: invalid MD5 auth_key?Joakim Tjernlund2014-10-271-2/+2
* Fix most compiler warnings in default GCC build.Paul Jakma2014-09-232-5/+4
* *: nuke ^L (page feed)David Lamparter2014-06-0417-104/+104
* ospfd: add debug messages for router lsa-generationChristian Franke2014-05-141-0/+9
* ospfd: For an ABR, ensure the right LSID is MaxAge'dPradosh Mohapatra2014-05-141-4/+12
* ospfd: clarify indentation and comments in ospf_lsa_maxage_deleteChristian Franke2014-05-141-2/+2
* ospfd: fix a reference counting issue introduced by commit 4de8bf0011Christian Franke2014-05-141-0/+1
* ospfd: check the LS-Ack's recentness instead of only comparing the #seqLu Feng2014-05-141-1/+1
* ospfd: don't allow to set network type on loopback interfacesChristian Franke2014-05-141-1/+7
* ospfd: run DR election prior to LSA regenerationChristian Franke2014-05-141-14/+19
* ospfd/ospf_vty.c: use keyword cmd styleChristian Franke2014-04-011-874/+62
* lib/command.c: rewrite command matching/parsingChristian Franke2014-04-011-2/+0
* bgpd, ospfd, zebra: fix some DEFUN definitionsChristian Franke2014-04-011-0/+2
* Merge volatile/cumulus_ospf6dDavid Lamparter2014-03-183-63/+2
|\
| * ospf6d: add p2p interface supportDinesh Dutt2013-11-071-8/+0
| * ospf6d: reinvoke MaxAge remover thread if not all MaxAge LSAs were flushed.Dinesh Dutt2013-11-072-3/+1
| * ospf6d/ospfd: refactor some common definesDinesh Dutt2013-10-221-52/+1
* | security: Fix some typos and potential NULL-derefRemi Gacogne2014-02-112-2/+4
* | ospfd: fixup log message in ospf_zebra_deleteChristian Franke2014-02-101-1/+1
|/
* ospfd: protect vs. VU#229804 (malformed Router-LSA)David Lamparter2013-08-061-0/+21
* ospfd: CVE-2013-2236, stack overrun in apiserverDavid Lamparter2013-07-281-7/+18
* ospfd: fix flooding procedureChristian Franke2013-04-203-3/+3
* ospfd: make ospf_maxage_lsa_remover actually yieldChristian Franke2013-04-201-1/+7
* ospfd: restore nexthop IP for p2p interfacesChristian Franke2013-04-091-2/+16
* ospfd: fix LSA initialization for build without opaque LSAChristian Franke2013-04-091-0/+2
* ospfd: Remove dup MaxAge LSA floodDinesh G Dutt2013-01-071-3/+2
* ospfd: Corrected ospfd Type-4/Type-5 ls update handlingVishal Kumar2013-01-071-1/+2
* ospfd: compile warning cleanupsAndrew Certain2013-01-0714-38/+31
* ospfd: Update nsm_change_state to static scope, as it is not called from else...Andrew Certain2013-01-072-2/+1
* ospfd: Changed TE instance check to remove -Wtype-limits warningAndrew Certain2013-01-072-2/+2
* ospfd: Update comments to be more clear in packet processingAndrew Certain2013-01-071-10/+16
* ospfd: Fixed signed/unsigned masking of negative metricsAndrew Certain2013-01-071-3/+7
* ospfd: Fixed typo bug in ospf_vty.h:ospf_neighborAndrew Certain2013-01-071-1/+1
* ospfd: fix argument parsing for distribute-listChristian Franke2013-01-071-2/+2
* ospf: fix apiserver enableDavid Lamparter2013-01-071-5/+5
* ospf: Fix type-4 network mask to 0 per RFCLeonard Tracy2013-01-071-5/+1
* ospf: Reduce MaxAge log levelAyan Banerjee2013-01-071-2/+5
* ospf: Convert MAX_AGE LSA list to treeDinesh Dutt2013-01-076-32/+83
* ospf: forward ref. of areas for "max-metric router-lsa administrative" cmdAyan Banerjee2013-01-073-1/+14
* ospf: suppress delete using replacementAyan Banerjee2013-01-071-4/+29