summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospfd: Support show intra-area network type in 'show ip ospf route' commandZhiyuan Wan2023-07-183-5/+19
* ospfd: Fix wrong advertise router calculation in transit networkZhiyuan Wan2023-07-181-1/+1
* ospfd: Support show advertise router in 'show ip ospf route' commandZhiyuan Wan2023-07-181-12/+44
* Merge pull request #13691 from LabNConsulting/aceelindem/ospf-opaque-interfac...Russ White2023-07-117-24/+132
|\
| * ospfd: Configurable interface-level 'capability opaque' supportAcee2023-06-287-24/+132
* | Merge pull request #13880 from mjstapp/fix_ospf_intf_socketRuss White2023-07-112-15/+36
|\ \
| * | ospfd: fix per-interface socketsMark Stapp2023-07-032-15/+36
* | | ospf: fix lsa leakryndia2023-07-071-1/+0
* | | Merge pull request #13333 from donaldsharp/vrf_bitmap_cleanupDonatas Abraitis2023-07-043-18/+18
|\ \ \
| * | | *: Rearrange vrf_bitmap_X api to reduce memory footprintDonald Sharp2023-06-263-18/+18
* | | | ospfd: Ensure `show ip ospf interface` json code is guardedDonald Sharp2023-07-031-1/+2
| |/ / |/| |
* | | Merge pull request #13895 from mjstapp/fix_ospf_sync_json_nullDonald Sharp2023-07-022-0/+9
|\ \ \
| * | | ospfd: check for NULLs in vty codeMark Stapp2023-06-302-0/+9
| |/ /
* | | Merge pull request #13847 from opensourcerouting/fix/free_zclient_sync_on_des...Donald Sharp2023-07-012-1/+4
|\ \ \
| * | | ospfd: Stop and free synchronous Zebra client on OSPF terminationDonatas Abraitis2023-06-262-1/+4
* | | | isisd, ospfd: fix opaque zapi source parsingMark Stapp2023-06-271-3/+3
| |/ / |/| |
* | | ospfd: Add config callbacks and suppress hello during config load.Acee2023-06-234-0/+44
|/ /
* | Merge pull request #13612 from chiragshah6/fdev1Russ White2023-06-131-4/+14
|\ \ | |/ |/|
| * ospfd: fix interface param type updateChirag Shah2023-06-011-4/+14
* | Merge pull request #13596 from Pdoijode/pdoijode/ospf-intf-json-changesJafar Al-Gharaibeh2023-06-081-26/+152
|\ \
| * | ospfd: re-added old json hierarchy for ospf intf jsonPooja Jagadeesh Doijode2023-05-271-15/+140
| * | ospfd: fix json object name for newly added fieldsPooja Jagadeesh Doijode2023-05-251-3/+2
| * | ospfd: fix the json object namePooja Jagadeesh Doijode2023-05-251-4/+3
| * | ospfd: add oi to show ip ospf interface jsonTrey Aspelund2023-05-251-51/+54
* | | Merge pull request #13390 from ryndia/masterDonatas Abraitis2023-06-081-0/+2
|\ \ \ | |_|/ |/| |
| * | ospfd: ospf_route.c memory leak fixryndia2023-05-301-0/+2
| |/
* / ospfd, ospf6d: fix time_t truncationRenato Westphal2023-05-312-2/+2
|/
* ospfd: OSPF P2MP Delayed Reflooding configurationAcee2023-05-225-17/+73
* Merge pull request #12949 from opensourcerouting/ospf-unplanned-grRuss White2023-05-1612-69/+293
|\
| * ospfd, ospf6d: introduce the "graceful-restart hello-delay" commandRenato Westphal2023-05-096-5/+133
| * ospfd, ospf6d: log when GR messages are sent to zebraRenato Westphal2023-05-091-0/+6
| * ospfd: add support for unplanned graceful restartRenato Westphal2023-05-099-64/+154
* | ospf_ti_lfa: Free p_space memory allocationKeelan102023-05-121-0/+1
* | Merge pull request #13489 from LabNConsulting/ospf-opaque-stale-fixJafar Al-Gharaibeh2023-05-103-11/+33
|\ \
| * | ospfd: OSPF opaque LSA stale processing fix and topotests.Acee2023-05-093-11/+33
| |/
* | Merge pull request #13485 from donaldsharp/ospf_loopback_costJafar Al-Gharaibeh2023-05-102-1/+5
|\ \
| * | ospfd: Respect loopback's cost that is set and set loopback costs to 0Donald Sharp2023-05-102-1/+5
| |/
* / ospfd: opsf_abr.c memory leak fix, free rangeJeevesh Rishi Dindyal (Sarvesh)2023-05-101-2/+4
|/
* ospfd: Fix memory leaks w/ `show ip ospf int X json` commandsDonald Sharp2023-05-041-5/+4
* Merge pull request #12933 from Orange-OpenSource/link_statePhilippe Guibert2023-04-201-9/+14
|\
| * ospfd: Update TE to new Link State Edge keyOlivier Dugeon2023-04-071-9/+14
* | Merge pull request #13166 from Jafaral/ospf-external-metricDonatas Abraitis2023-04-196-25/+155
|\ \
| * | ospfd: handle type-7 routesJafar Al-Gharaibeh2023-04-181-0/+3
| * | lib, ospfd, yang: add route map set for min/max metricJafar Al-Gharaibeh2023-04-183-10/+130
| * | ospfd: use rib metric as the base for set metric +/-Jafar Al-Gharaibeh2023-04-185-16/+23
* | | Merge pull request #13236 from Orange-OpenSource/ospf-teRuss White2023-04-183-63/+46
|\ \ \
| * | | ospfd: Force Opaque LSA & co to default VRFOlivier Dugeon2023-04-183-63/+46
* | | | Merge pull request #13141 from mjstapp/fix_ospf_json_keysDonatas Abraitis2023-04-161-17/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | ospfd: remove deprecated json attrs for neighbor showMark Stapp2023-04-071-17/+2
| |/ /
* | | Merge pull request #13177 from mjstapp/fix_ospf_supoort_typoDonald Sharp2023-04-121-0/+9
|\ \ \