summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_lsa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ospfd: Convert to using %pFXDonald Sharp2020-10-171-12/+9
|/
* ospfd: GR helper exit scenariosrgirada2020-09-221-1/+13
* ospfd: fix debug ospf nssa prints wrong infockishimo2020-09-151-8/+9
* Merge pull request #6731 from opensourcerouting/style-string-prepDonald Sharp2020-07-161-39/+19
|\
| * *: un-split strings across linesDavid Lamparter2020-07-141-39/+19
* | ospf: Default-information originate with routemapSantosh P K2020-07-071-14/+11
|/
* Merge pull request #6262 from qlyoung/remove-sprintfDavid Lamparter2020-04-231-1/+2
|\
| * *: sprintf -> snprintfQuentin Young2020-04-211-1/+2
* | *: replace all random() callsRafael Zalamena2020-04-181-1/+3
|/
* *: Do not cast to the same typeDonatas Abraitis2020-04-081-5/+4
* *: remove line breaks from log messagesDavid Lamparter2020-03-241-1/+1
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-1/+1
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-1/+1