summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: remove sys/stat.h from zebra.hDonald Sharp2024-01-091-0/+1
* *: Remove Crypto openSSL define from zebra.hDonald Sharp2024-01-041-0/+5
* ospfd: Fix opaque functab leak and opaque AS cleanup problemsAcee2023-12-202-31/+72
* ospfd: Correct LSA parser which fulfill the TEDOlivier Dugeon2023-12-141-21/+8
* ospfd: fix ospf dead-interval minimal hello-multiplier param rangeBing Shui2023-12-131-3/+3
* ospfd: Correct SID check sizeOlivier Dugeon2023-12-081-3/+15
* ospfd: fix deferred shutdown handlingRenato Westphal2023-12-011-44/+12
* ospfd: improve memory cleanup during shutdownRenato Westphal2023-12-012-7/+5
* Merge pull request #14886 from LabNConsulting/aceelindem/ospf-link-local-fixDonatas Abraitis2023-11-295-25/+58
|\
| * ospfd: Fix OSPF link-local opaque LSA crash and opaque memory corruptionAcee2023-11-285-25/+58
* | Merge pull request #14811 from donaldsharp/zebra_final_shutdown_finallyChristian Hopps2023-11-281-0/+2
|\ \
| * | *: Cleanup keychain on shutdownDonald Sharp2023-11-211-0/+2
* | | Merge pull request #14867 from opensourcerouting/zclient-options-cleanupDonald Sharp2023-11-251-3/+1
|\ \ \
| * | | *: add `zclient_options_sync`David Lamparter2023-11-231-3/+1
| | |/ | |/|
* / | *: convert `struct interface->connected` to DLISTDavid Lamparter2023-11-223-6/+4
|/ /
* | Merge pull request #14850 from donaldsharp/IFNAMSIZ_GET_YOUR_SHIT_TOGETHERDonatas Abraitis2023-11-221-1/+1
|\ \ | |/ |/|
| * *: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZDonald Sharp2023-11-211-1/+1
* | Merge pull request #14834 from opensourcerouting/zclient-nexthop-updateDonald Sharp2023-11-211-19/+9
|\ \ | |/ |/|
| * ospfd: use `zclient->nexthop_update`David Lamparter2023-11-201-19/+9
* | Merge pull request #14710 from teletajp/fix_show_ospf_gr_helper_cmdDonatas Abraitis2023-11-211-24/+9
|\ \ | |/ |/|
| * ospfd: fix show_ip_ospf_gr_helperteletajp2023-11-151-24/+9
* | ospfd: Cleanup route-map memoryDonald Sharp2023-11-132-0/+3
* | *: Move distance related defines into their own headerDonald Sharp2023-11-071-0/+1
* | lib: convert if_zapi_callbacks into actual hooksDavid Lamparter2023-11-031-2/+4
|/
* Merge pull request #14688 from opensourcerouting/fix/ospf_spacing_nitMark Stapp2023-10-301-1/+1
|\
| * ospfd, ospf6d: Fix spacing nit for `show ... summary-address` commandDonatas Abraitis2023-10-301-1/+1
* | Merge pull request #13576 from chiragshah6/mdev1Donatas Abraitis2023-10-301-4/+4
|\ \ | |/ |/|
| * *: modify empty json helper functionChirag Shah2023-10-291-4/+4
* | build: add -Wimplicit-fallthroughIgor Ryzhov2023-10-125-7/+8
* | ospfd: Fixing infinite loop when listing OSPF interfacesRodrigo Nardi2023-10-101-3/+8
* | 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