summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_opaque.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospfd: Prepare Opaque LSA for json outputOlivier Dugeon2024-02-121-10/+7
* ospfd: Fix opaque functab leak and opaque AS cleanup problemsAcee2023-12-201-30/+71
* ospfd: Fix OSPF link-local opaque LSA crash and opaque memory corruptionAcee2023-11-281-3/+54
* ospfd: Configurable interface-level 'capability opaque' supportAcee2023-06-281-3/+3
* ospfd: OSPF opaque LSA stale processing fix and topotests.Acee2023-05-091-5/+11
* ospfd: Force Opaque LSA & co to default VRFOlivier Dugeon2023-04-181-7/+14
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-12/+12
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-7/+8
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-17/+17
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* ospfd: Cleanup some memory leaks on shutdown in ospf_apiserver.cDonald Sharp2023-03-181-0/+4
* ospfd: inc. opaque data in `show opaque info detail json` outputChristian Hopps2023-02-201-4/+15
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* ospfd/ospfclient: add option to flush/withdrawal with zero lengthLou Berger2022-10-211-0/+11
* ospfd: changes for code maintainabilitysri-mohan12022-08-231-97/+57
* ospfd: Remove various macros that overlap THREAD_OFFDonald Sharp2022-07-211-5/+5
* ospfd: api: fix recovery of LSA after restart of api clientChristian Hopps2022-06-021-47/+49
* *: Fix spelling of FollowingDonald Sharp2022-04-011-9/+9
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-53/+31
* Merge pull request #9763 from ton31337/fix/more_thread_nullRuss White2021-10-121-6/+0
|\
| * ospfd: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-081-6/+0
* | ospfd: fix display of plain-text data on "show ... json" commandsRenato Westphal2021-10-081-3/+5
* | ospfd: display detailed information about opaque LSAs in JSON formatRenato Westphal2021-10-081-0/+10
|/
* ospfd: print extra LSA information in some log messagesRenato Westphal2021-07-051-0/+5
* ospfd: fix null pointer dereference when flushing an opaque LSARenato Westphal2021-06-081-8/+5
* ospfd: Correct Coverity defectsOlivier Dugeon2021-05-191-1/+2
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-3/+3
* ospfd: reset mpls-te prior to ospf router removalCarlo Galiotto2020-11-161-0/+2
* ospfd: json support for ospf database command.rgirada2020-11-011-9/+14
* ospfd: replace inet_ntoaMark Stapp2020-10-221-10/+10
* *: un-split strings across linesDavid Lamparter2020-07-141-8/+4
* *: Do not cast to the same typeDonatas Abraitis2020-04-081-1/+1
* ospfd: Cleanup set but unused variablesDonald Sharp2020-02-271-2/+2
* ospfd: Function order caused use after free.Donald Sharp2019-11-111-3/+3
* *: spelchekDavid Lamparter2018-10-251-1/+1
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-11/+11
* ospfd: remove unnecessary housekeeping code when using linked listsRenato Westphal2018-09-241-8/+0
* ospfd: OSPF_[ERR|WARN] -> EC_OSPFQuentin Young2018-09-131-39/+39
* lib: Convert ospf_opaque.c to use the err-card systemDonald Sharp2018-09-061-91/+107
* *: ALLOC calls cannot failDonald Sharp2018-08-111-22/+7
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-22/+22
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-40/+37
* ospfd: Fix ospfd crashOlivier Dugeon2018-02-091-1/+35
* OSPFd: Fix ospfd crash during CIOlivier Dugeon2018-02-031-0/+9
* OSPFd: Clean up Segment Routing patchOlivier Dugeon2018-01-301-1/+1
* Merge remote-tracking 'frr/master' into SR-RoutingOlivier Dugeon2018-01-301-24/+0
|\
| * OSPFD: Solve Issue #1652Olivier Dugeon2018-01-231-24/+0
* | OSPFd: Update Segment Routing PR following reviewOlivier Dugeon2018-01-291-1/+0
* | OSPFD: Add Experimental Segment Routing supportOlivier Dugeon2018-01-181-3/+22
|/