mirror_frr/tests/isisd
Philippe Guibert 3a2554e4a2 isisd: add json support to display spf paths in 'show isis route'
The 'show isis route json' command never displays the list of
paths. Add the json support for this sub-part.

> # show isis route json
> [..]
> "ipv6-paths":[
>  {
>   "Vertex":"rt1",
>   "Type":"",
>   "Metric":0,
>   "Next-Hop":"",
>   "Interface":"",
>   "Parent":""
>  },
>  {
>    "Vertex":"2001:db8:1000::1\/128",
>    "Type":"IP6 internal",
>    "Metric":0,
>    "Next-Hop":"",
>    "Interface":"",
>    "Parent":"rt1(4)"
>  },

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
2024-06-21 15:40:23 +02:00
..
.gitignore isisd: add new tlv parser 2017-08-03 11:34:04 +02:00
subdir.am build: consistently mkdir -p output for redirect 2023-01-24 17:46:57 +01:00
test_common.c isisd: add isis flex-algo lsp advertisement 2023-04-18 11:33:15 +02:00
test_common.h *: Convert struct event_master to struct event_loop 2023-03-24 08:32:17 -04:00
test_fuzz_isis_tlv_tests.h.gz tests: Update fuzz test to match expected output 2023-09-11 22:11:52 +02:00
test_fuzz_isis_tlv.c *: Convert event.h to frrevent.h 2023-03-24 08:32:17 -04:00
test_fuzz_isis_tlv.py *: reformat python files 2020-10-07 17:22:26 -04:00
test_isis_lspdb.c isisd: Fix sending of LSP with null seqno 2021-08-26 12:06:29 +02:00
test_isis_lspdb.py *: reformat python files 2020-10-07 17:22:26 -04:00
test_isis_spf.c isisd: add json support to display spf paths in 'show isis route' 2024-06-21 15:40:23 +02:00
test_isis_spf.in tests: add remote LFA unit tests 2021-01-08 22:22:11 -03:00
test_isis_spf.py *: reformat python files 2020-10-07 17:22:26 -04:00
test_isis_spf.refout isisd: show isis route uses ttable for paths 2024-06-21 15:40:23 +02:00
test_isis_vertex_queue.c tests, isisd: add IS-IS SPF unit tests 2020-08-26 20:16:19 -03:00
test_isis_vertex_queue.py *: reformat python files 2020-10-07 17:22:26 -04:00
test_topologies.c *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00