summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
| * | | ospfd: Clear ip ospf process and clear ip ospf neighborMobashshera Rasool2021-01-125-25/+165
| | |/ | |/|
* | | Merge pull request #7733 from rgirada/ospf_jsonRuss White2021-01-121-0/+51
|\ \ \ | |/ / |/| |
| * | ospfd: Adding authentication details to ospf interafce command o/prgirada2021-01-081-0/+51
* | | ospfd: fix no show database output when selecting vrfLouis Scalbert2020-12-241-4/+3
* | | Merge pull request #7736 from ton31337/fix/s_addr_INADDR_ANYRuss White2020-12-157-19/+24
|\ \ \
| * | | *: Replace s_addr check agains 0 with INADDR_ANYDonatas Abraitis2020-12-147-19/+24
| |/ /
* / / ospfd: avoid inet_ntoaMark Stapp2020-12-142-28/+74
|/ /
* | isisd, ospfd: update 'client close' callback to 'ldp fail' apiKaren Schoener2020-12-101-1/+1
* | ldpd, isisd, ospfd: Remove periodic ldp-sync hello messageKaren Schoener2020-12-093-98/+0
* | isisd, ospfd: IGPs detect LDP down via zapi client close messageKaren Schoener2020-12-093-1/+46
* | Merge pull request #7618 from ckishimo/nssa_roleDonald Sharp2020-12-031-6/+13
|\ \