summaryrefslogtreecommitdiff
path: root/ospfd/ospf_interface.c
AgeCommit message (Expand)Author
2024-04-29vtysh: Show `ip ospf network ...` even if it's not the same as the interface ...Donatas Abraitis
2023-11-29Merge pull request #14886 from LabNConsulting/aceelindem/ospf-link-local-fixDonatas Abraitis
2023-11-28ospfd: Fix OSPF link-local opaque LSA crash and opaque memory corruptionAcee
2023-11-22*: convert `struct interface->connected` to DLISTDavid Lamparter
2023-11-21*: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZDonald Sharp
2023-11-02lib: convert if_zapi_callbacks into actual hooksDavid Lamparter
2023-10-12build: add -Wimplicit-fallthroughIgor Ryzhov
2023-09-16[ospfd]: add support for RFC 5709 HMAC-SHA AuthMahdi Varasteh
2023-07-20ospfd: Implement OSPF prefix-suppression as specified in RFC 6860Acee
2023-07-11Merge pull request #13691 from LabNConsulting/aceelindem/ospf-opaque-interfac...Russ White
2023-07-03ospfd: fix per-interface socketsMark Stapp
2023-06-28 ospfd: Configurable interface-level 'capability opaque' supportAcee
2023-06-01ospfd: fix interface param type updateChirag Shah
2023-05-22ospfd: OSPF P2MP Delayed Reflooding configurationAcee
2023-05-16Merge pull request #12949 from opensourcerouting/ospf-unplanned-grRuss White
2023-05-10ospfd: Respect loopback's cost that is set and set loopback costs to 0Donald Sharp
2023-05-08ospfd, ospf6d: introduce the "graceful-restart hello-delay" commandRenato Westphal
2023-04-11ospfd: support write socket per interfaceMark Stapp
2023-03-27ospfd: Fix for vitual-link crash in signal handlerPooja Jagadeesh Doijode
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert thread_cancelXXX to event_cancelXXXDonald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-20*: introduce function for sequence numbersRafael Zalamena
2022-10-12ospfd: Allow unnumbered and numbered addresses to co-exist betterDonald Sharp
2022-08-22ospfd: changes for code maintainabilitysri-mohan1
2022-08-11ospfd: Refactor fifo_flush for the interfaceDonald Sharp
2022-08-11ospfd: Cleanup indentation surrounding oi->nbrDonald Sharp
2022-07-21ospfd: Remove various macros that overlap THREAD_OFFDonald Sharp
2022-04-19*: Fix spelling of specifedDonald Sharp
2022-02-04ospfd: Core in ospf_if_down during shutdown.Tomi Salminen
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-11-16*: unify if_is_loopback/if_is_loopback_or_vrfIgor Ryzhov
2021-11-11Merge pull request #9981 from idryzhov/fix-vrf-deleteDonald Sharp
2021-11-11ospfd: Prevent use after free on shutdownDonald Sharp
2021-11-11lib: fix vrf deletion when the last interface is deletedIgor Ryzhov
2021-10-19lib: allow to create interfaces in non-existing VRFsIgor Ryzhov
2021-09-30*: cleanup interface loopback/vrf checkIgor Ryzhov
2021-08-04ospfd: fix coverity warning of one field initializationanlan_cs
2021-07-22ospfd: OSPF hello packets not sent with configured hello timerrgirada
2021-07-01*: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLENDonatas Abraitis
2021-06-28isisd, ospfd: update interface_link_params callback to check for changeKaren Schoener
2021-05-25ospfd: Fix quick interface down up event handling in ospfDonald Sharp
2021-04-13Merge pull request #8153 from reubendowle/nhrp-multicastJafar Al-Gharaibeh
2021-04-09ospfd: fix crash on interface/vrf removalRafael Zalamena
2021-04-06ospfd: Support use of ospf with DMVPNAmol Lad
2021-03-30ospfd: fix counting of "ip ospf area" commandsIgor Ryzhov
2021-03-23ospfd: rework BFD integrationRafael Zalamena
2021-03-17*: require semicolon after DEFINE_QOBJ & co.David Lamparter