summaryrefslogtreecommitdiff
path: root/tests/isisd
AgeCommit message (Expand)Author
2024-11-19Merge pull request #17156 from opensourcerouting/eradicate-strncpyDonald Sharp
2024-10-24Merge pull request #17155 from opensourcerouting/memstats-zlogDonald Sharp
2024-10-22tests: remove `strncpy()` useDavid Lamparter
2024-10-17lib: refactor memstats logging, fix ACTIVEATEXITDavid Lamparter
2024-10-16tests: update fuzz after ipv4 mapped ipv6 print changeLouis Scalbert
2024-10-07lib: add flag to have libyang load internal ietf-yang-library moduleChristian Hopps
2024-09-16tests: update isisd fuzz testLouis Scalbert
2024-07-24Merge pull request #16232 from zhou-run/202406171755Donald Sharp
2024-06-21isisd: add json support to display spf paths in 'show isis route'Philippe Guibert
2024-06-21isisd: show isis route uses ttable for pathsPhilippe Guibert
2024-06-19isisd: Even after configuring "no hostname dynamic", the topology still displ...zhou-run
2024-06-04Revert "isisd: When the metric-type is configured as "wide", the IS-IS genera...Donatas Abraitis
2024-05-28isisd: When the metric-type is configured as "wide", the IS-IS generates inco...zhou-run
2024-01-28lib: add support for "features" when loading YANG modulesIgor Ryzhov
2024-01-09*: remove sys/stat.h from zebra.hDonald Sharp
2023-09-11tests: Update fuzz test to match expected outputCarmine Scarpitta
2023-04-18isisd: add option to display isis routes as jsonEric Kinzie
2023-04-18isisd: add isis flex-algo lsp advertisementHiroki Shirokura
2023-04-18isisd: update isis_tlvs_add_*_reach() with multi algorithmHiroki Shirokura
2023-04-17isisd: update struct isis_spftree with algorithm idHiroki Shirokura
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert thread_master_XXX functions to event_master_XXXDonald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-03-24*: Convert thread_fetch and thread_call to event_fetch and event_callDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-24build: consistently mkdir -p output for redirectDavid Lamparter
2022-10-24isisd: fix metric calculation of classic lfa backup prefixesLouis Scalbert
2022-07-10Revert "isisd: fix metric calculation of classic lfa backup prefixes"Donatas Abraitis
2022-05-24isisd: fix metric calculation of classic lfa backup prefixesLouis Scalbert
2022-04-19*: Fix spelling of overridenDonald Sharp
2022-03-02topotest: Add test for isis json cmds.Javier Garcia
2022-02-08isisd: fix router capability TLV parsing issuesJuraj Vijtiuk
2021-11-30isisd: Add support for RFC6119 (IPv6 TE in IS-IS)Olivier Dugeon
2021-11-11build: break up tests/subdir.amDavid Lamparter
2021-10-27isisd: fix unpack_item_ext_subtlvs TLV parsing issuesJuraj Vijtiuk
2021-08-26isisd: Fix sending of LSP with null seqnoGuillaume Solignac
2021-06-11isisd: per-instance dynamic hostname cacheIgor Ryzhov
2021-05-14isisd: fix dangling instancesIgor Ryzhov
2021-05-13lib: adapt to version 2 of libyangChristian Hopps
2021-04-29isisd: allow arbitrary order of area/interface configurationIgor Ryzhov
2021-02-26isisd: handle corner case involving TI-LFA and the SR No-PHP flagRenato Westphal
2021-01-08tests: add remote LFA unit testsRenato Westphal
2020-11-24tests: add IS-IS classic LFA unit testsRenato Westphal
2020-10-23isisd: fix the TI-LFA repair paths to preserve the original Prefix-SIDRenato Westphal
2020-10-23isisd: refactor handling of SR Prefix-SIDsRenato Westphal
2020-10-14tests: add IS-IS TI-LFA unit testsRenato Westphal
2020-10-07*: reformat python fileswhitespace