summaryrefslogtreecommitdiffstats
path: root/tests/isisd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17156 from opensourcerouting/eradicate-strncpyDonald Sharp2024-11-191-1/+1
|\
| * tests: remove `strncpy()` useDavid Lamparter2024-10-221-1/+1
* | Merge pull request #17155 from opensourcerouting/memstats-zlogDonald Sharp2024-10-252-2/+2
|\ \ | |/ |/|
| * lib: refactor memstats logging, fix ACTIVEATEXITDavid Lamparter2024-10-172-2/+2
* | tests: update fuzz after ipv4 mapped ipv6 print changeLouis Scalbert2024-10-161-0/+0
|/
* lib: add flag to have libyang load internal ietf-yang-library moduleChristian Hopps2024-10-071-1/+1
* tests: update isisd fuzz testLouis Scalbert2024-09-161-0/+0
* Merge pull request #16232 from zhou-run/202406171755Donald Sharp2024-07-241-0/+13
|\
| * isisd: Even after configuring "no hostname dynamic", the topology still displ...zhou-run2024-06-191-0/+13
* | isisd: add json support to display spf paths in 'show isis route'Philippe Guibert2024-06-211-5/+5
* | isisd: show isis route uses ttable for pathsPhilippe Guibert2024-06-211-2020/+2246
|/
* Revert "isisd: When the metric-type is configured as "wide", the IS-IS genera...Donatas Abraitis2024-06-041-77/+77
* isisd: When the metric-type is configured as "wide", the IS-IS generates inco...zhou-run2024-05-281-77/+77
* lib: add support for "features" when loading YANG modulesIgor Ryzhov2024-01-281-1/+1
* *: remove sys/stat.h from zebra.hDonald Sharp2024-01-091-0/+1
* tests: Update fuzz test to match expected outputCarmine Scarpitta2023-09-111-0/+0
* 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