summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_lsa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospfd: few fixes in rSPF calc when LSA received from non root nodeMadhuri Kuruganti2022-10-121-3/+0
* ospfd: rSPF calc and messaging for optimal route reflectionMadhuri Kuruganti2022-10-121-4/+94
* Merge pull request #11864 from manojvn/clisDonatas Abraitis2022-09-061-3/+4
|\
| * ospfd: Added clis to change default timers for LSA refresh and maxage remove ...Manoj Naragund2022-09-011-3/+4
* | ospfd: crash when router acts as GR helper upon a topo changergirada2022-08-301-4/+5
|/
* ospfd: changes for code maintainabilitysri-mohan12022-08-241-30/+24
* ospfd: Coverity warns that we could possibly use unininted dataDonald Sharp2022-07-271-1/+1
* ospfd: Remove various macros that overlap THREAD_OFFDonald Sharp2022-07-211-1/+1
* ospfd: correct one debug info for lsaanlan_cs2022-07-201-3/+3
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-4/+3
* *: Fix spelling of accomodateDonald Sharp2022-04-191-1/+1
* *: Fix spelling of comparisionDonald Sharp2022-04-191-1/+1
* ospfd: Default route becomes stale route in nbrs even after flush from origin...rgirada2022-03-211-3/+3
* ospfd: NULL passed instead of ei pointer in external lsa originationrgirada2022-02-241-1/+1
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-15/+7
* Merge pull request #10293 from rgirada/ospf_lsidRuss White2022-02-081-98/+307
|\
| * ospfd: Modifying LSID generation algorithmrgirada2022-01-221-98/+307
* | ospfd: Use AF_UNSPEC instead of setting to 0Donald Sharp2022-02-071-2/+2
* | ospfd: Get `default-information originate` working for ospf instancesDonald Sharp2022-01-181-2/+1
|/
* ospfd: fix incorrect detection of topology changes in helper modeRenato Westphal2021-11-231-5/+25
* lib: change thread_add_* APIIgor Ryzhov2021-10-201-4/+0
* ospfd: RFC conformance test case 25.23 issue fixMobashshera Rasool2021-09-031-0/+26
* ospfd: Summarised External LSA is not flushed in one scenarioMobashshera Rasool2021-08-171-0/+2
* Merge pull request #8767 from opensourcerouting/ospfd-grRuss White2021-07-131-14/+56
|\
| * ospfd: introduce support for Graceful Restart (restarting mode)Renato Westphal2021-07-051-0/+46
| * ospfd: print extra LSA information in some log messagesRenato Westphal2021-07-051-14/+10
* | lib,ospfd,ospf6d: remove duplicated functionRafael Zalamena2021-07-091-16/+4
|/
* ospfd: External lsa handling in opaque capabilities enable/disablergirada2021-06-211-7/+33
* lib, ospfd, ospf6d: fix logging of pointer addressesRenato Westphal2021-06-081-8/+8
* ospfd: Correct Coverity defectsOlivier Dugeon2021-05-191-4/+5
* ospfd: Support use of ospf with DMVPNAmol Lad2021-04-051-2/+10
* ospfd: add support for suppress_fackishimo2021-03-241-2/+27
* *: fix format string SNAFUsDavid Lamparter2021-02-161-3/+2
* *: remove tabs & newlines from log messagesDavid Lamparter2021-02-141-1/+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: Remove #if 0 codeDonald Sharp2021-01-281-19/+0
|/
* Merge pull request #7127 from opensourcerouting/ospf_ti-lfaRuss White2021-01-261-5/+4
|\
| * ospfd: TI-LFA basic infrastructure and algorithmsGalaxyGorilla2021-01-191-5/+4
* | Merge pull request #7436 from ckishimo/cosmeticDonald Sharp2021-01-201-10/+8
|\ \ | |/ |/|
| * ospfd: cosmetic function names in debugckishimo2021-01-121-10/+8
* | ospfd: Clear ip ospf process and clear ip ospf neighborMobashshera Rasool2021-01-121-1/+12
|/
* Merge pull request #7736 from ton31337/fix/s_addr_INADDR_ANYRuss White2020-12-151-5/+5
|\
| * *: Replace s_addr check agains 0 with INADDR_ANYDonatas Abraitis2020-12-141-5/+5
* | ospfd: avoid inet_ntoaMark Stapp2020-12-141-2/+2
|/
* ospfd: OSPF external summarisation scenariosrgirada2020-11-021-11/+82
* ospfd: ospf summarisation core handlersrgirada2020-11-021-16/+22
* Merge pull request #7341 from kssoman/nssa_fixOlivier Dugeon2020-10-271-0/+31
|\
| * ospfd: External LSA not flushed when area is configured as nssa or stubSoman K S2020-10-241-0/+31
* | ospfd: replace inet_ntoaMark Stapp2020-10-221-88/+82