summaryrefslogtreecommitdiffstats
path: root/isisd/isisd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd: Add YANG path for SRv6Carmine Scarpitta2023-08-041-0/+1
* isisd: Add data structure for SRv6 informationCarmine Scarpitta2023-08-041-0/+3
* isisd: add the 'redistribute table' internal supportPhilippe Guibert2023-07-121-2/+2
* isisd: add isis flex-algo configuration backendHiroki Shirokura2023-04-181-0/+4
* isisd: add isis flex-algo base interfaceHiroki Shirokura2023-04-181-0/+4
* Merge pull request #13163 from isabelladeleon12/isis_log_dropsRuss White2023-04-111-0/+2
|\
| * isisd: Add log-pdu-drops CLI/YANG supportIsabella de Leon2023-04-041-0/+2
* | Merge pull request #12698 from Orange-OpenSource/isisdRuss White2023-04-111-1/+2
|\ \ | |/ |/|
| * isisd: Update to the new printfrr ISO formatOlivier Dugeon2023-03-211-1/+2
* | isisd: Add PDU drop counter to "show isis summary"Isabella de Leon2023-03-291-0/+1
* | *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-3/+3
* | *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-3/+3
* | *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-7/+7
|/
* isisd: Add advertise-high-metrics CLI/YANG support, modify show outputIsabella de Leon2023-02-281-0/+4
* Merge pull request #12840 from dorDiogo/isis_advertise_passive_onlyRuss White2023-02-281-0/+2
|\
| * isisd,doc: Add support for isis advertise-passive-onlyDiogo Oliveira2023-02-221-0/+2
* | Merge pull request #12819 from isabelladeleon12/isis_load_config_before_lsp_genRuss White2023-02-281-0/+4
|\ \ | |/ |/|
| * isisd: Fix isisd to generate lsps after config processing is completeIsabella de Leon2023-02-211-0/+4
* | *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
|/
* isisd: apply fast-reroute on an adjacency failureLouis Scalbert2022-10-241-0/+3
* Merge pull request #11980 from isabelladeleon12/set_overload_startupRuss White2022-10-131-1/+9
|\
| * isisd: Add JSON object functions to save overload status between restarts.Isabella de Leon2022-10-131-1/+4
| * isisd: Add expected behavior with set-overload-bitIsabella de Leon2022-10-121-0/+1
| * isisd: Add overload timer and overload on startup functionalityIsabella de Leon2022-09-301-0/+1
| * isisd: Add set-overload on-startup CLI/YANG supportIsabella de Leon2022-09-221-0/+3
* | isisd: Fix memory leak on shutdown with prefix listsDonald Sharp2022-09-201-0/+1
|/
* Revert "isisd: apply fast-reroute on an adjacency failure"Donatas Abraitis2022-07-101-3/+0
* isisd: apply fast-reroute on an adjacency failureLouis Scalbert2022-05-231-0/+3
* isisd: Add json to show isis database command.Javier Garcia2022-03-021-3/+9
* isisd: Prepare IS-IS for Link State supportOlivier Dugeon2021-11-301-1/+8
* Merge pull request #9724 from idryzhov/isis-unused-funcRenato Westphal2021-10-061-1/+0
|\
| * isisd: remove unused function declarationIgor Ryzhov2021-10-041-1/+0
* | isisd: fix redistribute CLIIgor Ryzhov2021-10-051-0/+8
|/
* isisd: fix processing of the attached bitIgor Ryzhov2021-07-131-1/+0
* isisd: using argv as a string name is categorically wrongDonald Sharp2021-06-221-2/+2
* isisd: per-instance dynamic hostname cacheIgor Ryzhov2021-06-111-0/+1
* isisd: fix ldp-sync configurationIgor Ryzhov2021-04-291-1/+2
* isisd: allow arbitrary order of area/interface configurationIgor Ryzhov2021-04-291-2/+7
* isisd: fix incorrect snmp-id gen/freeIgor Ryzhov2021-04-291-4/+0
* isisd: kill isis_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-1/+6
* *: require semicolon after DEFINE_QOBJ & co.David Lamparter2021-03-171-2/+2
* *: require semicolon after DEFINE_HOOK & co.David Lamparter2021-03-171-1/+1
* isisd: support for snmplynne2021-03-021-0/+18
* isisd: When adjacencies go up and down add support to modify attached-bitlynne2021-02-011-0/+1
* isisd: Fix Attach-bit processinglynne2021-01-201-2/+5
* isisd: implement Remote LFARenato Westphal2021-01-091-0/+5
* isisd: add support for classic LFA (RFC 5286)Renato Westphal2020-11-251-0/+9
* isisd: rename the "debug isis ti-lfa" command to make it more genericRenato Westphal2020-11-251-3/+3
* isisd: add support for Topology Independent LFA (TI-LFA)Renato Westphal2020-10-141-1/+6
* Merge pull request #6789 from volta-networks/feat_ldp_igp_syncRenato Westphal2020-09-111-0/+5
|\