summaryrefslogtreecommitdiffstats
path: root/tests/isisd (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd: add option to display isis routes as jsonEric Kinzie2023-04-181-6/+6
* isisd: add isis flex-algo lsp advertisementHiroki Shirokura2023-04-181-12/+13
* isisd: update isis_tlvs_add_*_reach() with multi algorithmHiroki Shirokura2023-04-181-2/+2
* isisd: update struct isis_spftree with algorithm idHiroki Shirokura2023-04-171-7/+11
* *: Convert event.h to frrevent.hDonald Sharp2023-03-242-2/+2
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-242-2/+2
* *: Convert thread_master_XXX functions to event_master_XXXDonald Sharp2023-03-241-2/+2
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-242-2/+2
* *: Convert thread_fetch and thread_call to event_fetch and event_callDonald Sharp2023-03-241-2/+2
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-1/+1
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-242-2/+2
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-094-56/+4
* build: consistently mkdir -p output for redirectDavid Lamparter2023-01-241-1/+1
* isisd: fix metric calculation of classic lfa backup prefixesLouis Scalbert2022-10-241-90/+90
* Revert "isisd: fix metric calculation of classic lfa backup prefixes"Donatas Abraitis2022-07-101-90/+90
* isisd: fix metric calculation of classic lfa backup prefixesLouis Scalbert2022-05-241-90/+90
* *: Fix spelling of overridenDonald Sharp2022-04-191-1/+1
* topotest: Add test for isis json cmds.Javier Garcia2022-03-022-5/+5
* isisd: fix router capability TLV parsing issuesJuraj Vijtiuk2022-02-081-0/+0
* isisd: Add support for RFC6119 (IPv6 TE in IS-IS)Olivier Dugeon2021-11-301-0/+0
* build: break up tests/subdir.amDavid Lamparter2021-11-111-0/+66
* isisd: fix unpack_item_ext_subtlvs TLV parsing issuesJuraj Vijtiuk2021-10-271-0/+0
* isisd: Fix sending of LSP with null seqnoGuillaume Solignac2021-08-261-6/+6
* isisd: per-instance dynamic hostname cacheIgor Ryzhov2021-06-112-5/+3
* isisd: fix dangling instancesIgor Ryzhov2021-05-141-5/+1
* lib: adapt to version 2 of libyangChristian Hopps2021-05-131-1/+1
* isisd: allow arbitrary order of area/interface configurationIgor Ryzhov2021-04-291-1/+0
* isisd: handle corner case involving TI-LFA and the SR No-PHP flagRenato Westphal2021-02-261-43/+43
* tests: add remote LFA unit testsRenato Westphal2021-01-095-0/+1355
* tests: add IS-IS classic LFA unit testsRenato Westphal2020-11-254-4/+1340
* isisd: fix the TI-LFA repair paths to preserve the original Prefix-SIDRenato Westphal2020-10-231-190/+190
* isisd: refactor handling of SR Prefix-SIDsRenato Westphal2020-10-232-224/+245
* tests: add IS-IS TI-LFA unit testsRenato Westphal2020-10-144-4/+1908
* *: reformat python fileswhitespace2020-10-074-9/+20
* doc, yang, isisd : Support for different VRF in isisdharios_niral2020-09-011-1/+1
* isisd: add abiliy to compute the reverse shortest path treeRenato Westphal2020-08-273-5/+114
* tests, isisd: add IS-IS SPF unit testsRenato Westphal2020-08-2710-26/+4651
* isisd : Transformational changes to support different VRFs.Kaushik2020-08-141-0/+1
* tests/isisd: Update expected output to match corrected spellingChristian Franke2020-03-161-0/+0
* isisd: Update TLVs processing for TE, RI & SROlivier Dugeon2019-09-171-0/+0
* isisd: Don't set subtlv structure if we didn't unpack any subtlvsChristian Franke2019-05-101-0/+0
* isisd: replace dict_* with DECLARE_RBTREEDavid Lamparter2019-04-271-8/+9
* tests: Verify correct operation of lsp_build_list_nonzero_htChristian Franke2018-11-122-0/+93
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-1/+1
* *: fix config.h/zebra.h include orderDavid Lamparter2018-09-081-0/+4
* isisd: fix warnings by removing union isis_N and going to void * insteadChristian Franke2018-09-051-20/+20
* isisd: add TLV 13 Purge Originator IdentificationChristian Franke2018-09-051-0/+0
* tests/isisd: remove auth when fuzzingChristian Franke2018-09-051-0/+4
* fabricd: add field with first and second nexthop to SPF pathsChristian Franke2018-09-051-5/+9
* isisd: make spf code dst-src awareChristian Franke2018-08-031-10/+10