summaryrefslogtreecommitdiff
path: root/ospfd/ospf_opaque.c
AgeCommit message (Expand)Author
2025-02-12ospfd: Replace LSDB callbacks with LSA Update/Delete hooks.Acee Lindem
2024-10-25ospfd: Fix opaque LSA refresh interval and modify LSA cmds.Acee Lindem
2024-02-12ospfd: Prepare Opaque LSA for json outputOlivier Dugeon
2023-12-20ospfd: Fix opaque functab leak and opaque AS cleanup problemsAcee
2023-11-28ospfd: Fix OSPF link-local opaque LSA crash and opaque memory corruptionAcee
2023-06-28 ospfd: Configurable interface-level 'capability opaque' supportAcee
2023-05-09 ospfd: OSPF opaque LSA stale processing fix and topotests.Acee
2023-04-18ospfd: Force Opaque LSA & co to default VRFOlivier Dugeon
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_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-03-18ospfd: Cleanup some memory leaks on shutdown in ospf_apiserver.cDonald Sharp
2023-02-20ospfd: inc. opaque data in `show opaque info detail json` outputChristian Hopps
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-10-21ospfd/ospfclient: add option to flush/withdrawal with zero lengthLou Berger
2022-08-23ospfd: changes for code maintainabilitysri-mohan1
2022-07-21ospfd: Remove various macros that overlap THREAD_OFFDonald Sharp
2022-06-02ospfd: api: fix recovery of LSA after restart of api clientChristian Hopps
2022-04-01*: Fix spelling of FollowingDonald Sharp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-10-12Merge pull request #9763 from ton31337/fix/more_thread_nullRuss White
2021-10-08ospfd: fix display of plain-text data on "show ... json" commandsRenato Westphal
2021-10-08ospfd: display detailed information about opaque LSAs in JSON formatRenato Westphal
2021-10-08ospfd: Do not explicitly set the thread pointer to NULLDonatas Abraitis
2021-07-05ospfd: print extra LSA information in some log messagesRenato Westphal
2021-06-08ospfd: fix null pointer dereference when flushing an opaque LSARenato Westphal
2021-05-19ospfd: Correct Coverity defectsOlivier Dugeon
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2020-11-16ospfd: reset mpls-te prior to ospf router removalCarlo Galiotto
2020-11-01ospfd: json support for ospf database command.rgirada
2020-10-22ospfd: replace inet_ntoaMark Stapp
2020-07-14*: un-split strings across linesDavid Lamparter
2020-04-08*: Do not cast to the same typeDonatas Abraitis
2020-02-27ospfd: Cleanup set but unused variablesDonald Sharp
2019-11-11ospfd: Function order caused use after free.Donald Sharp
2018-10-25*: spelchekDavid Lamparter
2018-10-02*: list_delete_and_null() -> list_delete()David Lamparter
2018-09-24ospfd: remove unnecessary housekeeping code when using linked listsRenato Westphal
2018-09-13ospfd: OSPF_[ERR|WARN] -> EC_OSPFQuentin Young
2018-09-06lib: Convert ospf_opaque.c to use the err-card systemDonald Sharp
2018-08-11*: ALLOC calls cannot failDonald Sharp
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2018-02-09ospfd: Fix ospfd crashOlivier Dugeon
2018-02-03OSPFd: Fix ospfd crash during CIOlivier Dugeon
2018-01-30OSPFd: Clean up Segment Routing patchOlivier Dugeon
2018-01-30Merge remote-tracking 'frr/master' into SR-RoutingOlivier Dugeon
2018-01-29OSPFd: Update Segment Routing PR following reviewOlivier Dugeon