summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_ldp_sync.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-5/+5
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-3/+2
* *: Rename `struct thread` to `struct event`Donald 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-14/+1
* *: Drop deprecated incorrect JSON fields with wrong namingDonatas Abraitis2023-01-311-7/+0
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-261-2/+0
* ospfd: changes for code maintainabilitysri-mohan12022-08-231-16/+15
* *: Avoid casting to the same type as on the leftDonatas Abraitis2022-05-081-1/+1
* *: Fix spelling of specifedDonald Sharp2022-04-191-3/+3
* Merge pull request #10447 from ton31337/fix/json_with_whitespacesDonald Sharp2022-03-131-0/+7
|\
| * *: Add camelCase JSON keys in addition to PascalCaseDonatas Abraitis2022-02-031-0/+7
* | *: Change thread->func to return void instead of intDonald Sharp2022-02-241-2/+1
|/
* *: Remove redundand braces for single statement blocksDonatas Abraitis2021-11-271-6/+5
* ospfd: Convert vty_out to vty_json for JSONDonatas Abraitis2021-11-251-9/+3
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-6/+7
* ospfd: Prevent sending of uninited data to zebraDonald Sharp2021-01-301-0/+1
* isisd, ospfd: update 'client close' callback to 'ldp fail' apiKaren Schoener2020-12-101-1/+1
* ldpd, isisd, ospfd: Remove periodic ldp-sync hello messageKaren Schoener2020-12-091-91/+0
* isisd, ospfd: IGPs detect LDP down via zapi client close messageKaren Schoener2020-12-091-1/+28
* *: unify thread/event cancel macrosMark Stapp2020-10-231-13/+10
* *: Use proper semantics for turning off threadDonald Sharp2020-10-121-6/+2
* isisd, ospfd: fix missing/excessive docstringsIgor Ryzhov2020-10-021-3/+6
* ospfd: updates to the ldp-sync ospf commandslynne2020-09-211-4/+11
* ospfd: ldp-igp-sync feature: adding ospf supportlynne2020-09-091-0/+1142