summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospfd: Fix several problems with direct acknowledgments and improved delay acks.Acee Lindem2024-07-061-14/+30
* ospfd: Improve OSPF neighbor retransmission list granularity and precisionAcee Lindem2024-06-201-0/+5
* Merge pull request #15824 from opensourcerouting/fix/ospf_show_non_defaultDonald Sharp2024-04-291-1/+2
|\
| * vtysh: Show `ip ospf network ...` even if it's not the same as the interface ...Donatas Abraitis2024-04-231-1/+2
* | ospfd: Add prefix-list filtering of OSPF neighbors on OSPF interfaceAcee Lindem2024-04-181-1/+33
|/
* ospfd: Implement non-broadcast support for point-to-multipoint networksAcee Lindem2024-04-021-9/+3
* ospfd: Assure OSPF AS External routes are installed after link flapAcee2024-03-211-18/+33
* Merge pull request #14886 from LabNConsulting/aceelindem/ospf-link-local-fixDonatas Abraitis2023-11-291-20/+2
|\
| * ospfd: Fix OSPF link-local opaque LSA crash and opaque memory corruptionAcee2023-11-281-20/+2
* | *: convert `struct interface->connected` to DLISTDavid Lamparter2023-11-221-1/+1
|/
* *: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZDonald Sharp2023-11-211-1/+1
* lib: convert if_zapi_callbacks into actual hooksDavid Lamparter2023-11-031-2/+4
* build: add -Wimplicit-fallthroughIgor Ryzhov2023-10-121-1/+1
* [ospfd]: add support for RFC 5709 HMAC-SHA AuthMahdi Varasteh2023-09-161-0/+3
* ospfd: Implement OSPF prefix-suppression as specified in RFC 6860Acee2023-07-201-0/+3
* Merge pull request #13691 from LabNConsulting/aceelindem/ospf-opaque-interfac...Russ White2023-07-111-13/+19
|\
| * ospfd: Configurable interface-level 'capability opaque' supportAcee2023-06-281-13/+19
* | ospfd: fix per-interface socketsMark Stapp2023-07-031-1/+12
* | ospfd: fix interface param type updateChirag Shah2023-06-011-4/+14
|/
* ospfd: OSPF P2MP Delayed Reflooding configurationAcee2023-05-221-0/+1
* Merge pull request #12949 from opensourcerouting/ospf-unplanned-grRuss White2023-05-161-0/+4
|\
| * ospfd, ospf6d: introduce the "graceful-restart hello-delay" commandRenato Westphal2023-05-091-0/+4
* | ospfd: Respect loopback's cost that is set and set loopback costs to 0Donald Sharp2023-05-101-0/+3
|/
* ospfd: support write socket per interfaceMark Stapp2023-04-111-4/+24
* ospfd: Fix for vitual-link crash in signal handlerPooja Jagadeesh Doijode2023-03-271-1/+0
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-4/+4
* *: Convert thread_cancelXXX to event_cancelXXXDonald Sharp2023-03-241-1/+1
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* *: introduce function for sequence numbersRafael Zalamena2023-01-201-1/+2
* ospfd: Allow unnumbered and numbered addresses to co-exist betterDonald Sharp2022-10-121-4/+7
* ospfd: changes for code maintainabilitysri-mohan12022-08-221-21/+22
* ospfd: Refactor fifo_flush for the interfaceDonald Sharp2022-08-111-10/+15
* ospfd: Cleanup indentation surrounding oi->nbrDonald Sharp2022-08-111-10/+12
* ospfd: Remove various macros that overlap THREAD_OFFDonald Sharp2022-07-211-4/+4
* *: Fix spelling of specifedDonald Sharp2022-04-191-1/+1
* ospfd: Core in ospf_if_down during shutdown.Tomi Salminen2022-02-041-0/+2
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-12/+10
* *: unify if_is_loopback/if_is_loopback_or_vrfIgor Ryzhov2021-11-161-3/+3
* Merge pull request #9981 from idryzhov/fix-vrf-deleteDonald Sharp2021-11-121-0/+3
|\
| * lib: fix vrf deletion when the last interface is deletedIgor Ryzhov2021-11-111-0/+3
* | ospfd: Prevent use after free on shutdownDonald Sharp2021-11-111-2/+2
|/
* lib: allow to create interfaces in non-existing VRFsIgor Ryzhov2021-10-191-2/+2
* *: cleanup interface loopback/vrf checkIgor Ryzhov2021-09-301-3/+3
* ospfd: fix coverity warning of one field initializationanlan_cs2021-08-051-0/+1
* ospfd: OSPF hello packets not sent with configured hello timerrgirada2021-07-221-0/+52
* *: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLENDonatas Abraitis2021-07-011-6/+6
* isisd, ospfd: update interface_link_params callback to check for changeKaren Schoener2021-06-281-0/+7
* ospfd: Fix quick interface down up event handling in ospfDonald Sharp2021-05-251-0/+21