summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-249-12/+12
* *: Convert thread_should_yield and thread_set_yield_timeDonald Sharp2023-03-241-1/+1
* *: Convert thread_timer_remain_XXX to event_timer_remain_XXXDonald Sharp2023-03-241-4/+4
* *: Convert thread_execute to event_executeDonald Sharp2023-03-243-3/+3
* *: Convert thread_cancelXXX to event_cancelXXXDonald Sharp2023-03-242-2/+2
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-2417-86/+87
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-2428-111/+110
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-2428-28/+28
* Merge pull request #13065 from rgirada/ospf_abr_summaryDonald Sharp2023-03-241-8/+8
|\
| * ospfd: Fixing Summary origination after range configurationrgirada2023-03-211-8/+8
* | *: Add a hash_clean_and_free() functionDonald Sharp2023-03-213-19/+7
* | Merge pull request #13031 from opensourcerouting/ospf-show-databaseDonald Sharp2023-03-211-421/+162
|\ \ | |/ |/|
| * ospfd: Fix inconsistency in LSDB JSON outputRenato Westphal2023-03-181-32/+37
| * ospfd: Add "detail" option to "show ip ospf database"Renato Westphal2023-03-181-7/+35
| * ospfd: Refactor the "show ip ospf database" commandRenato Westphal2023-03-181-393/+101
* | Merge pull request #13025 from donaldsharp/ospf_ti_lfa_leaksJafar Al-Gharaibeh2023-03-192-13/+14
|\ \
| * | ospfd: Free up q_space in early return pathDonald Sharp2023-03-171-0/+5
| * | ospfd: Fix ospf_ti_lfa drop of an entire tableDonald Sharp2023-03-172-13/+9
* | | ospfd: Cleanup some memory leaks on shutdown in ospf_apiserver.cDonald Sharp2023-03-182-2/+15
| |/ |/|
* | Merge pull request #13019 from rgirada/ospf_type3_fixRenato Westphal2023-03-171-6/+7
|\ \ | |/ |/|
| * ospfd: Ospf ABR doesnt Advertise LSA summaryrgirada2023-03-171-6/+7
* | ospfd: Log Adjacency Changes with Neighbor IP in addition to Neighbor IDMartin Winter2023-03-171-6/+7
* | ospfd, ospf6d: Add more logging detailsDonatas Abraitis2023-03-171-40/+49
|/
* Merge pull request #12936 from opensourcerouting/ospf6d-out-filter-listRuss White2023-03-141-1/+1
|\
| * ospfd: correctly update outbound filter-list once prefix-list is updatedRenato Westphal2023-03-021-1/+1
* | ospfd, ospf6d: perform GR consistency check only when necessaryRenato Westphal2023-03-021-3/+8
|/
* Merge pull request #12751 from Pdoijode/pdoijode/ospf-vrf-neighbor-detail-1Donatas Abraitis2023-02-241-171/+241
|\
| * ospfd: Fix "show ip ospf neighbor swp1 detail json" outputPooja Jagadeesh Doijode2023-02-081-155/+171
| * ospfd: Option to query specific neighbor in VRFPooja Jagadeesh Doijode2023-02-081-11/+48
| * ospfd: Added missing fields to "show ip ospf neighbor detail"Pooja Jagadeesh Doijode2023-02-071-6/+23
* | ospfd: Remove unused functionDonald Sharp2023-02-232-9/+0
* | Merge pull request #12366 from manojvn/ospfv2-flood-reductionRuss White2023-02-2112-109/+911
|\ \
| * | ospfd: generation of indication LSAs on area border routers.Manoj Naragund2023-01-202-3/+290
| * | ospfd: Core logic implementation.Manoj Naragund2023-01-204-4/+244
| * | ospfd: ospf hello changes.Manoj Naragund2023-01-203-0/+45
| * | ospfd: CLI changes to enable/disable OSPFv2 Flood reduction.Manoj Naragund2023-01-201-101/+295
| * | ospfd: Datastructure changes for OSPFv2 Flood reduction.Manoj Naragund2023-01-202-1/+37
* | | ospfd: compare prefix values in host orderChristian Hopps2023-02-201-2/+5
* | | ospfd: small bugfix for miscounting A[S]BRsChristian Hopps2023-02-201-26/+35
* | | ospfd: inc. opaque data in `show opaque info detail json` outputChristian Hopps2023-02-201-4/+15
* | | Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-1773-1142/+73
|\ \ \
| * | | *: auto-convert to SPDX License IDsDavid Lamparter2023-02-0973-1142/+73
* | | | Merge pull request #12796 from donaldsharp/routemap_debuggingRuss White2023-02-141-4/+25
|\ \ \ \
| * | | | ospfd: Warn operator about prefix lists not existing in routemapsDonald Sharp2023-02-131-2/+13
| * | | | ospfd: Add access-list lookup failures to routemap codeDonald Sharp2023-02-131-2/+12
| |/ / /
* / / / lib,zebra,bgpd,staticd: use label code to store VNI infoStephen Worley2023-02-141-2/+2
|/ / /
* | | Merge pull request #12707 from donaldsharp/missed_enumsDonatas Abraitis2023-02-071-1/+1
|\ \ \ | |_|/ |/| |
| * | ospfd: Add missing enum's to switch statementDonald Sharp2023-01-311-1/+1
* | | *: Drop deprecated incorrect JSON fields with wrong namingDonatas Abraitis2023-01-312-63/+1
|/ /
* | Merge pull request #12682 from opensourcerouting/time-csRuss White2023-01-241-1/+2
|\ \