summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8203 from opensourcerouting/ospf-bfd-napiIgor Ryzhov2021-03-2412-344/+261
|\
| * ospfd: fix checkpatch warningsRafael Zalamena2021-03-233-5/+3
| * ospfd: add debug option for BFDRafael Zalamena2021-03-233-6/+53
| * ospfd: support BFD profilesRafael Zalamena2021-03-231-0/+49
| * ospfd: rework BFD integrationRafael Zalamena2021-03-2310-344/+167
* | ospfd: fix "show ip ospf database" issuesIgor Ryzhov2021-03-221-97/+69
|/
* *: require semicolon after FRR_CFG_DEFAULT_*David Lamparter2021-03-171-1/+1
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-172-2/+4
* *: require semicolon after DEFINE_<typesafe...>David Lamparter2021-03-175-7/+7
* *: require semicolon after DEFINE_QOBJ & co.David Lamparter2021-03-174-6/+6
* *: require semicolon after DEFINE_HOOK & co.David Lamparter2021-03-176-12/+12
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-174-76/+76
* snmp: change -std=gnu99 to -std=gnu11David Lamparter2021-03-171-1/+1
* ospfd: Convert to using proper string formattingDonald Sharp2021-03-103-88/+34
* ospfd: Correct Segment Routing prefix bugsOlivier Dugeon2021-03-093-8/+23
* ospfd: don't rely on instance existence in vtyIgor Ryzhov2021-02-245-185/+154
* Merge pull request #8077 from taspelund/ospf_flood_debug_improvementsRuss White2021-02-161-19/+34
|\
| * ospfd: cleanup ospf_flood debugsTrey Aspelund2021-02-131-19/+34
* | *: fix format string SNAFUsDavid Lamparter2021-02-161-3/+2
* | Merge pull request #8055 from Orange-OpenSource/ospf-srDonald Sharp2021-02-153-29/+40
|\ \
| * | ospfd: Debug race condition in Segment RoutingOlivier Dugeon2021-02-113-29/+40
* | | *: remove tabs & newlines from log messagesDavid Lamparter2021-02-143-9/+6
| |/ |/|
* | ospfd: Prevent duplicate packet read in certain vrf situationsDonald Sharp2021-02-111-0/+10
|/
* *: Fix usage of bfd_adj_eventDonald Sharp2021-02-071-3/+3
* *: fix all backetsIgor Ryzhov2021-02-021-8/+8
* ospfd: Prevent sending of uninited data to zebraDonald Sharp2021-01-301-0/+1
* Merge pull request #7953 from mjstapp/fix_more_ntoaRafael Zalamena2021-01-291-3/+4
|\
| * libs, ospfd: remove inet_ntoaMark Stapp2021-01-271-3/+4
* | ospfd: ospf_nbr_nbma_lookup_next always returns NULLDonald Sharp2021-01-283-33/+1
* | ospfd: Remove #if 0 codeDonald Sharp2021-01-285-302/+0
|/
* Merge pull request #7127 from opensourcerouting/ospf_ti-lfaRuss White2021-01-2620-134/+2183
|\
| * ospfd: Fix P2MP handling when TI-LFA is enabledGalaxyGorilla2021-01-191-14/+33
| * ospfd: Fix backup path RIB handlingGalaxyGorilla2021-01-191-8/+19
| * ospfd: Minor memory fixesGalaxyGorilla2021-01-192-5/+12
| * ospfd: Add 'debug ospf ti-lfa' commandGalaxyGorilla2021-01-193-29/+77
| * ospfd: Add support for non-adjacent TI-LFA P/Q spacesGalaxyGorilla2021-01-192-82/+455
| * ospfd: TI-LFA backup path enhancementsGalaxyGorilla2021-01-192-60/+78
| * ospfd: enhance TI-LFA memory managementGalaxyGorilla2021-01-192-7/+40
| * tests: Integrate unit tests for TI-LFAGalaxyGorilla2021-01-191-1/+0
| * ospfd: Add TI-LFA Prefix-SID ProtectionGalaxyGorilla2021-01-191-0/+31
| * ospfd: Add support for TI-LFA node protectionGalaxyGorilla2021-01-197-78/+366
| * ospfd: Make use of adjacency SIDs in TI-LFAGalaxyGorilla2021-01-195-6/+82
| * ospfd: Add support for reverse SPF (P2P only)GalaxyGorilla2021-01-193-2/+66
| * ospfd: TI-LFA basic infrastructure and algorithmsGalaxyGorilla2021-01-1918-117/+1199
* | Merge pull request #7436 from ckishimo/cosmeticDonald Sharp2021-01-201-10/+8
|\ \
| * | ospfd: cosmetic function names in debugckishimo2021-01-121-10/+8
* | | Merge pull request #7655 from ckishimo/areaOlivier Dugeon2021-01-191-0/+3
|\ \ \ | |_|/ |/| |
| * | ospfd: fix area removal at interface levelckishimo2020-12-021-0/+3
* | | Merge pull request #7790 from mobash-rasool/ospfv3-max-pathDonald Sharp2021-01-185-27/+171
|\ \ \
| * | | ospfd: deleting ospf process is leading to crash at no_router_ospfMobashshera Rasool2021-01-121-2/+6