summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_lsa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospfd: Correct one wordanlan_cs2025-01-031-1/+1
* ospfd: OSPF multi-instance default origination fixesAcee Lindem2024-11-171-6/+1
* ospfd: Fix assert in LSA refresh interval settingAcee2024-11-051-2/+7
* ospfd: Fix opaque LSA refresh interval and modify LSA cmds.Acee Lindem2024-10-251-11/+17
* ospfd: Fixup ospf_lsa.[ch] to properly spell out parameters for functionsDonald Sharp2024-10-161-9/+8
* build: add -Wimplicit-fallthroughIgor Ryzhov2023-10-121-1/+2
* * : include event ptr in event_execute apiMark Stapp2023-07-251-1/+1
* ospfd: Implement OSPF prefix-suppression as specified in RFC 6860Acee2023-07-201-21/+51
* ospf: fix lsa leakryndia2023-07-071-1/+0
* ospfd: Respect loopback's cost that is set and set loopback costs to 0Donald Sharp2023-05-101-1/+2
* ospfd: handle type-7 routesJafar Al-Gharaibeh2023-04-181-0/+3
* Merge pull request #13269 from Keelan10/ospf_lsa-memory-leakDonald Sharp2023-04-121-9/+13
|\
| * ospfd: Fix ospf_lsa memory leakKeelan102023-04-121-9/+13
* | ospfd: remove duplicated codeRenato Westphal2023-04-011-3/+0
* | ospfd: implement Type-7 default routes for NSSA areasRenato Westphal2023-04-011-5/+98
|/
* Merge pull request #12953 from donaldsharp/struct_eventJafar Al-Gharaibeh2023-03-241-18/+18
|\
| * *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
| * *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-6/+6
| * *: Convert thread_should_yield and thread_set_yield_timeDonald Sharp2023-03-241-1/+1
| * *: Convert thread_execute to event_executeDonald Sharp2023-03-241-1/+1
| * *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-4/+4
| * *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-5/+5
| * *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* | Merge pull request #13093 from manojvn/ospf_mem_leaksDonald Sharp2023-03-241-4/+4
|\ \ | |/ |/|
| * ospfd: Fix for memory leak issue in ospf related to flood_reduction tests.Manoj Naragund2023-03-231-4/+4
* | ospfd: Fixing Summary origination after range configurationrgirada2023-03-211-8/+8
|/
* ospfd: Ospf ABR doesnt Advertise LSA summaryrgirada2023-03-171-6/+7
* Merge pull request #12366 from manojvn/ospfv2-flood-reductionRuss White2023-02-211-4/+84
|\
| * ospfd: Core logic implementation.Manoj Naragund2023-01-201-4/+84
* | *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
|/
* Revert "ospfd: rSPF calc and messaging for optimal route reflection"Donatas Abraitis2023-01-171-94/+4
* Revert "ospfd: few fixes in rSPF calc when LSA received from non root node"Donatas Abraitis2023-01-171-0/+3
* ospfd: fix typo and report the link name in the warningJafar Al-Gharaibeh2022-12-121-2/+4
* ospfd: Fix RFC conformance test cases 25.19 and 27.6Mobashshera Rasool2022-11-211-0/+7
* ospfd: prevent from crashing when processing external lsaPhilippe Guibert2022-11-101-2/+2
* Merge pull request #12215 from LabNConsulting/working/lb/ospf-allow-for-zeroJafar Al-Gharaibeh2022-10-291-1/+2
|\
| * ospfd: remove assert on zero length LSA - which is permitted by specLou Berger2022-10-281-1/+2
* | ospfd/ospfclient: add option to flush/withdrawal with zero lengthLou Berger2022-10-211-0/+1
|/
* 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