summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | *: introduce function for sequence numbersRafael Zalamena2023-01-201-1/+2
* | | Merge pull request #12677 from opensourcerouting/fix/ospf_potential_memory_leakmobash-rasool2023-01-241-7/+29
|\ \ \
| * | | ospfd: Free memory for JSON allocated object before returnDonatas Abraitis2023-01-231-2/+12
| * | | ospfd: Free memory for JSON allocated object before returnDonatas Abraitis2023-01-221-5/+17
| | |/ | |/|
* / | ospfd: fix crash show ip ospf border-routers jsonChirag Shah2023-01-211-1/+2
|/ /
* | Revert "ospfd: rSPF calc and messaging for optimal route reflection"Donatas Abraitis2023-01-1715-905/+40
* | Revert "bgpd, ospfd: BGP ORR CI warning fixes"Donatas Abraitis2023-01-173-20/+13
* | Revert "ospfd: few fixes in rSPF calc when LSA received from non root node"Donatas Abraitis2023-01-179-273/+110
* | Revert "bgpd, ospfd: update BGP when routes are removed from OSPF routing table"Donatas Abraitis2023-01-175-94/+19
* | Revert "bgpd: code review comments addressed"Donatas Abraitis2023-01-171-1/+1
|/
* ospfd: report the router IP with Opaque capability mismatchJafar Al-Gharaibeh2023-01-061-3/+4
* Merge pull request #12571 from Shikugawa/ospfd-jsonDonatas Abraitis2023-01-041-4/+2
|\
| * ospfd: show ospf database info using formatted jsonRei Shimizu2023-01-031-4/+2
* | ospfd: add advertising router IP to Opaque capability mismatch error messageJafar Al-Gharaibeh2022-12-251-2/+2
|/
* Merge pull request #12543 from donaldsharp/ospf_json_mem_leakRuss White2022-12-201-8/+15
|\
| * ospfd: Fix some json mem leaks and some issuesDonald Sharp2022-12-201-8/+15
* | ospfd: fix SPF table memory leakRafael Zalamena2022-12-202-4/+10
|/
* ospfd: json support for show ip ospf border-routersSindhu Parvathi Gopinathan2022-12-161-21/+76
* Merge pull request #12499 from opensourcerouting/ospf-vertex-leakDonald Sharp2022-12-131-17/+48
|\
| * ospfd: fix memory leak on SPF calculationRafael Zalamena2022-12-121-17/+48
* | ospfd: fix typo and report the link name in the warningJafar Al-Gharaibeh2022-12-121-2/+4
|/
* ospfd, ospfclient: Do not just include .c files in another .cDonald Sharp2022-12-051-1/+7
* ospfd: Remove MTYPE_TMPDonald Sharp2022-12-053-20/+21
* Merge pull request #12367 from rgirada/ospf_valgrind_fixRuss White2022-11-291-0/+21
|\
| * ospfd: Fixing memleak.rgirada2022-11-221-0/+21
* | Merge pull request #12334 from ylopez/patch-1Russ White2022-11-291-1/+1
|\ \