summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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-081-8/+0
| * ospf6d: reinvoke MaxAge remover thread if not all MaxAge LSAs were flushed.Dinesh Dutt2013-11-082-3/+1
| * ospf6d/ospfd: refactor some common definesDinesh Dutt2013-10-231-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
* ospfd: remove some buggy extra ';' symbols.Hasso Tepper2012-11-052-2/+2
* *: use array_size() helper macroBalaji.G2012-10-252-4/+4
* ospfd: respect max-metric over configured cost for summary LSAsJR Rivers2012-10-252-8/+30
* ospfd: ABR algorithm not propagating MAXAGE LSAs into areaJR Rivers2012-10-251-2/+3
* ospfd: blackhole route removal for area rangeJR Rivers2012-10-253-22/+66
* lib: improve fletcher checksum validationJR Rivers2012-10-252-1/+13
* Revert "ospfd: Do not fall back to intervening router."Paul Jakma2012-10-191-4/+30
* build: correct libtool parameter used within MakefilesBrad Smith2012-09-251-1/+1
* ospfd: Do not fall back to intervening router.Joakim Tjernlund2012-07-251-15/+3
* ospfd: use ZEBRA_NEXTHOP_IPV4_IFINDEXJoakim Tjernlund2012-07-251-45/+79
* ospf_spf_process_stubs: use LSA pos to find OSFP interfaceJoakim Tjernlund2012-07-253-4/+6
* ospfd: Optimize and improve SPF nexthop calculationJoakim Tjernlund2012-07-254-83/+100