summaryrefslogtreecommitdiffstats
path: root/isisd/isis_lsp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd: fix disabled flex-algo on race conditionLouis Scalbert2023-04-281-1/+4
* isisd: add isis flex-algo lsp advertisementHiroki Shirokura2023-04-181-23/+79
* isisd: refactor IP reachability lsp buildLouis Scalbert2023-04-181-53/+53
* isisd: update isis_tlvs_add_*_reach() with multi algorithmHiroki Shirokura2023-04-181-17/+32
* isisd: update SR_ALGORITHM_COUNT to 256Hiroki Shirokura2023-04-181-4/+4
* isisd: update struct sr_prefix_cfg with algorithm idHiroki Shirokura2023-04-171-4/+7
* Merge pull request #12698 from Orange-OpenSource/isisdRuss White2023-04-111-71/+56
|\
| * isisd: Update to the new printfrr ISO formatOlivier Dugeon2023-03-211-71/+56
* | *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* | *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-9/+9
* | *: Convert a bunch of thread_XX to event_XXDonald Sharp2023-03-241-1/+1
* | *: Convert thread_timer_remain_XXX to event_timer_remain_XXXDonald Sharp2023-03-241-2/+2
* | *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-28/+25
* | *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-8/+8
* | *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
|/
* Merge pull request #12840 from dorDiogo/isis_advertise_passive_onlyRuss White2023-02-281-0/+7
|\
| * isisd,doc: Add support for isis advertise-passive-onlyDiogo Oliveira2023-02-221-0/+7
* | Merge pull request #12819 from isabelladeleon12/isis_load_config_before_lsp_genRuss White2023-02-281-0/+4
|\ \ | |/ |/|
| * isisd: Fix isisd to generate lsps after config processing is completeIsabella de Leon2023-02-211-0/+4
* | *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
|/
* isisd: Add JSON object functions to save overload status between restarts.Isabella de Leon2022-10-131-14/+13
* isisd: Add expected behavior with set-overload-bitIsabella de Leon2022-10-121-1/+4
* isisd: Add overload timer and overload on startup functionalityIsabella de Leon2022-09-301-0/+29
* isisd: Convert thread_cancel to THREAD_OFFDonald Sharp2022-07-211-4/+4
* isisd: Fix crash with xfrm interface typeDonald Sharp2022-06-231-4/+2
* Merge pull request #10701 from rampxxxx/feat_isis_json_show_cmdsRuss White2022-03-081-13/+63
|\
| * isisd: Add json to show isis database command.Javier Garcia2022-03-021-13/+63
* | *: Change thread->func to return void instead of intDonald Sharp2022-02-241-16/+14
|/
* isisd: Prepare IS-IS for Link State supportOlivier Dugeon2021-11-301-16/+35
* isisd: Add support for RFC6119 (IPv6 TE in IS-IS)Olivier Dugeon2021-11-301-2/+14
* isisd: Fix sending of LSP with null seqnoGuillaume Solignac2021-08-261-2/+2
* isisd: fix setting IS type in LSPsIgor Ryzhov2021-07-131-1/+1
* isisd: fix processing of the attached bitIgor Ryzhov2021-07-131-1/+4
* isisd: fix setting of the attached bitIgor Ryzhov2021-07-131-60/+41
* isisd: per-instance dynamic hostname cacheIgor Ryzhov2021-06-111-6/+6
* isisd: kill isis_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-0/+2
* isisd: Fix spelling mistakeDonald Sharp2021-03-211-1/+1
* isisd: avoid lsp_sched loop when unstableEmanuele Di Pascale2021-03-191-5/+15
* Merge pull request #7945 from volta-networks/feat_isis_snmpRenato Westphal2021-03-151-4/+4
|\
| * isisd: support for snmplynne2021-03-021-4/+4
* | *: remove more sprintf()Quentin Young2021-02-091-6/+6
|/
* isisd: When adjacencies go up and down add support to modify attached-bitlynne2021-02-011-12/+66
* isisd: Fix Attach-bit processinglynne2021-01-201-20/+71
* *: Replace s_addr check agains 0 with INADDR_ANYDonatas Abraitis2020-12-141-1/+1
* *: unify thread/event cancel macrosMark Stapp2020-10-231-4/+4
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-15/+8
* isisd: circuit->area->isis to circuit->isisDonald Sharp2020-10-091-4/+4
* isisd: introduce two LSP iteration functionsRenato Westphal2020-08-271-0/+154
* isisd : Transformational changes to support different VRFs.Kaushik2020-08-141-23/+31
* isisd: don't attach Adj-SIDs to pseudo-node LSPsRenato Westphal2020-08-111-2/+2