summaryrefslogtreecommitdiffstats
path: root/isisd/isisd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd: The command "'show isis vrf all summary json" has no output.baozhen-H3C2024-10-231-28/+35
* isisd: Free up isis master list of instancesDonald Sharp2024-08-081-0/+5
* Merge pull request #16232 from zhou-run/202406171755Donald Sharp2024-07-241-2/+25
|\
| * isisd: Even after configuring "no hostname dynamic", the topology still displ...zhou-run2024-06-191-2/+25
* | Merge pull request #16090 from zhou-run/202405271057Russ White2024-07-091-0/+10
|\ \ | |/ |/|
| * isisd: When operating multiple areas, the system ID behaves abnormally.zhou-run2024-05-271-0/+10
* | isisd: fix non present level display is show isis database detail jsonLouis Scalbert2024-05-231-0/+2
* | isisd: fix display of router in show isis database <rtr> jsonLouis Scalbert2024-05-231-2/+11
|/
* Merge pull request #15947 from anlancs/isisd/fix-lsp-jsonRuss White2024-05-071-3/+7
|\
| * isisd: fix json display for database commandanlan_cs2024-05-071-3/+7
* | isisd: remove unnecessary check for vrfanlan_cs2024-05-051-163/+130
|/
* isisd: adjust the format of display commandanlan_cs2024-05-031-1/+1
* isisd: fix overload state locationDavid Lamparter2024-01-271-26/+5
* isisd: Make SRv6 Node MSDs customizableCarmine Scarpitta2023-09-111-0/+10
* isisd: Add CLI command to enable SRv6Carmine Scarpitta2023-08-041-0/+10
* isisd: Terminate SRv6 when an area is createdCarmine Scarpitta2023-08-041-0/+1
* isisd: Initialize SRv6 when an area is createdCarmine Scarpitta2023-08-041-0/+1
* isisd: add the 'redistribute table' internal supportPhilippe Guibert2023-07-121-50/+52
* *: Rearrange vrf_bitmap_X api to reduce memory footprintDonald Sharp2023-06-261-6/+6
* isisd, lib: fix flex-algo database memory leak at area destructionLouis Scalbert2023-04-271-0/+4
* isisd: fix wrong pointer test in area_resign_level()Louis Scalbert2023-04-201-1/+1
* isisd: clarify ifdef fabricdLouis Scalbert2023-04-181-2/+3
* isisd: merge algorithm tablesHiroki Shirokura2023-04-181-1/+1
* isisd: calculate flex-algo constraint spfHiroki Shirokura2023-04-181-0/+35
* isisd: add isis flex-algo base interfaceHiroki Shirokura2023-04-181-0/+8
* lib,vtysh,isisd,yang: algo cli/yang/callbacksHiroki Shirokura2023-04-181-0/+11
* Merge pull request #12698 from Orange-OpenSource/isisdRuss White2023-04-111-37/+21
|\
| * isisd: Update to the new printfrr ISO formatOlivier Dugeon2023-03-211-37/+21
* | isisd: Add PDU drop counter to "show isis summary"Isabella de Leon2023-03-291-0/+3
* | *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* | *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-1/+1
* | *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-12/+12
* | *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-1/+1
* | *: Convert thread_timer_remain_XXX to event_timer_remain_XXXDonald Sharp2023-03-241-1/+1
* | *: Convert thread_cancelXXX to event_cancelXXXDonald Sharp2023-03-241-1/+1
* | *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-1/+1
* | *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-1/+1
* | *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
|/
* isisd: Add advertise high metrics base functionalityIsabella de Leon2023-02-281-1/+47
* isisd: Add advertise-high-metrics CLI/YANG support, modify show outputIsabella de Leon2023-02-281-0/+9
* Merge pull request #12819 from isabelladeleon12/isis_load_config_before_lsp_genRuss White2023-02-281-0/+13
|\
| * isisd: Fix isisd to generate lsps after config processing is completeIsabella de Leon2023-02-211-0/+13
* | *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
|/
* isisd: Add missing enum's to switch statementDonald Sharp2023-01-311-1/+3
* Merge pull request #11594 from louis-6wind/lfa-netlinkPushpasis Sarkar2022-11-081-0/+19
|\
| * isisd: apply fast-reroute on an adjacency failureLouis Scalbert2022-10-241-0/+19
* | isisd: Make clang-16 compiler happy with isisdDonald Sharp2022-10-261-4/+2
|/
* Merge pull request #11980 from isabelladeleon12/set_overload_startupRuss White2022-10-131-2/+111
|\
| * isisd: Add JSON object functions to save overload status between restarts.Isabella de Leon2022-10-131-1/+97
| * isisd: Add expected behavior with set-overload-bitIsabella de Leon2022-10-121-2/+8