summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14451 from m-varasteh/ospf-coverity-issuesDonatas Abraitis2023-10-101-11/+22
|\
| * ospfd: a possible fix for TAINTED_SCALAR coverity issuesMahdi Varasteh2023-10-031-11/+22
* | *: remove ZEBRA_INTERFACE_VRF_UPDATEanlan_cs2023-10-071-24/+0
* | Merge pull request #14356 from Keelan10/ospf_external_aggregator-leakRuss White2023-09-261-0/+1
|\ \
| * | ospfd: Fix External Aggregator LeakKeelan102023-09-051-0/+1
* | | ospfd: fix some dicey pointer arith in snmp moduleMark Stapp2023-09-211-13/+13
| |/ |/|
* | [ospfd]: add support for RFC 5709 HMAC-SHA AuthMahdi Varasteh2023-09-1610-388/+864
* | ospfd: fix area range memory leakKeelan102023-09-051-2/+11
|/
* ospfd: Prevent use after free( and crash of ospf ) when no router ospfDonald Sharp2023-08-301-20/+19
* ospfd: Delete `q_space->vertex_list` on No Backup PathKeelan102023-08-191-0/+1
* Merge pull request #14016 from mjstapp/event_exec_ptrDonald Sharp2023-08-153-3/+3
|\
| * * : include event ptr in event_execute apiMark Stapp2023-07-253-3/+3
* | ospfd: Ensure listnode returns are usableDonald Sharp2023-08-071-1/+5
* | ospfd: fix SPF calculation when changing ABR typeAlexander Chernavin2023-07-251-0/+7
* | Merge pull request #14056 from achernavin22/ospf-fix-def-metric-updRuss White2023-07-255-15/+19
|\ \ | |/ |/|
| * ospfd: fix default-metric change if external LSAs already sentAlexander Chernavin2023-07-195-15/+19
* | Merge pull request #14034 from LabNConsulting/aceelindem/ospf_prefix_suppressionDonatas Abraitis2023-07-215-21/+146
|\ \ | |/ |/|
| * ospfd: Implement OSPF prefix-suppression as specified in RFC 6860Acee2023-07-205-21/+146
* | 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