summaryrefslogtreecommitdiff
path: root/isisd/isis_lsp.c
AgeCommit message (Expand)Author
2023-12-05isisd: Fix dislaying LSP IDlynnemorrison
2023-09-11isisd: Advertise SRv6 Locator in Prefix Reach TLVCarmine Scarpitta
2023-09-11isisd: Add SRv6 Locator TLV to the LSPCarmine Scarpitta
2023-09-11isisd: Add Node MSD Sub-TLV (SRv6) to the LSPsCarmine Scarpitta
2023-08-04isisd: Add SRv6 Capabilities Sub-TLV to the LSPsCarmine Scarpitta
2023-04-28isisd: fix disabled flex-algo on race conditionLouis Scalbert
2023-04-18isisd: add isis flex-algo lsp advertisementHiroki Shirokura
2023-04-18isisd: refactor IP reachability lsp buildLouis Scalbert
2023-04-18isisd: update isis_tlvs_add_*_reach() with multi algorithmHiroki Shirokura
2023-04-18isisd: update SR_ALGORITHM_COUNT to 256Hiroki Shirokura
2023-04-17isisd: update struct sr_prefix_cfg with algorithm idHiroki Shirokura
2023-04-11Merge pull request #12698 from Orange-OpenSource/isisdRuss White
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 a bunch of thread_XX to event_XXDonald Sharp
2023-03-24*: Convert thread_timer_remain_XXX to event_timer_remain_XXXDonald 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-21isisd: Update to the new printfrr ISO formatOlivier Dugeon
2023-02-28Merge pull request #12840 from dorDiogo/isis_advertise_passive_onlyRuss White
2023-02-28Merge pull request #12819 from isabelladeleon12/isis_load_config_before_lsp_genRuss White
2023-02-22isisd,doc: Add support for isis advertise-passive-onlyDiogo Oliveira
2023-02-21isisd: Fix isisd to generate lsps after config processing is completeIsabella de Leon
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-10-12isisd: Add JSON object functions to save overload status between restarts.Isabella de Leon
2022-10-12isisd: Add expected behavior with set-overload-bitIsabella de Leon
2022-09-30isisd: Add overload timer and overload on startup functionalityIsabella de Leon
2022-07-21isisd: Convert thread_cancel to THREAD_OFFDonald Sharp
2022-06-23isisd: Fix crash with xfrm interface typeDonald Sharp
2022-03-08Merge pull request #10701 from rampxxxx/feat_isis_json_show_cmdsRuss White
2022-03-02isisd: Add json to show isis database command.Javier Garcia
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-11-30isisd: Prepare IS-IS for Link State supportOlivier Dugeon
2021-11-30isisd: Add support for RFC6119 (IPv6 TE in IS-IS)Olivier Dugeon
2021-08-26isisd: Fix sending of LSP with null seqnoGuillaume Solignac
2021-07-13isisd: fix setting IS type in LSPsIgor Ryzhov
2021-07-13isisd: fix processing of the attached bitIgor Ryzhov
2021-07-13isisd: fix setting of the attached bitIgor Ryzhov
2021-06-11isisd: per-instance dynamic hostname cacheIgor Ryzhov
2021-03-22isisd: kill isis_memory.h, use MTYPE_STATICDavid Lamparter
2021-03-20isisd: Fix spelling mistakeDonald Sharp
2021-03-19isisd: avoid lsp_sched loop when unstableEmanuele Di Pascale
2021-03-14Merge pull request #7945 from volta-networks/feat_isis_snmpRenato Westphal
2021-03-02isisd: support for snmplynne
2021-02-09*: remove more sprintf()Quentin Young
2021-02-01isisd: When adjacencies go up and down add support to modify attached-bitlynne
2021-01-20isisd: Fix Attach-bit processinglynne
2020-12-14*: Replace s_addr check agains 0 with INADDR_ANYDonatas Abraitis
2020-10-23*: unify thread/event cancel macrosMark Stapp