summaryrefslogtreecommitdiffstats
path: root/isisd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7707 from opensourcerouting/isisd-rlfaOlivier Dugeon2021-01-1219-57/+1243
|\
| * isisd: remove two overly verbose LFA debug messagesRenato Westphal2021-01-091-11/+0
| * isisd: fix logging of uninitialized data in the TI-LFA codeRenato Westphal2021-01-091-8/+10
| * isisd: implement Remote LFARenato Westphal2021-01-0916-113/+890
| * yang, isisd: add RLFA nodes, skeleton callbacks and CLI commandsRenato Westphal2021-01-094-0/+418
| * isisd: fix LFA command to use correct operationsRenato Westphal2021-01-091-4/+4
* | isisd: ignore routes w/ incompatible metric styleEmanuele Di Pascale2021-01-091-33/+44
* | isisd: When last area address is removed, resign if we were DRKaren Schoener2021-01-081-0/+9
|/
* *: Replace s_addr check agains 0 with INADDR_ANYDonatas Abraitis2020-12-141-1/+1
* isisd, ospfd: update 'client close' callback to 'ldp fail' apiKaren Schoener2020-12-101-1/+1
* Merge pull request #7703 from volta-networks/fix_ldpsync_remove_helloDonald Sharp2020-12-104-119/+0
|\
| * ldpd, isisd, ospfd: Remove periodic ldp-sync hello messageKaren Schoener2020-12-094-119/+0
* | Merge pull request #7700 from opensourcerouting/isisd-null-checkMark Stapp2020-12-091-1/+1
|\ \ | |/ |/|
| * isisd: fix null pointer dereference when parsing LSPRenato Westphal2020-12-091-1/+1
* | isisd, ospfd: IGPs detect LDP down via zapi client close messageKaren Schoener2020-12-093-1/+59
|/
* isisd: fix SA warningIgor Ryzhov2020-12-041-1/+1
* Merge pull request #7590 from opensourcerouting/isisd-lfaDonald Sharp2020-12-0321-238/+2408
|\
| * isisd: add the "show isis fast-reroute summary" commandRenato Westphal2020-11-253-0/+240
| * isisd: add support for classic LFA (RFC 5286)Renato Westphal2020-11-2515-288/+1281
| * isisd: store LSPs associated to all SPF adjacenciesRenato Westphal2020-11-252-22/+19
| * yang, isisd: add LFA nodes, NB skeleton callbacks and CLI commandsRenato Westphal2020-11-254-39/+965
| * isisd: rename the "debug isis ti-lfa" command to make it more genericRenato Westphal2020-11-254-75/+73
| * isisd: move and rename the infinity metric constantsRenato Westphal2020-11-253-7/+11
| * isisd: consult locally configured MSD when computing TI-LFA repair pathsRenato Westphal2020-11-251-1/+13
* | isisd, tests: fix bug when sending TI-LFA repair paths to zebraRenato Westphal2020-11-231-17/+12
* | isisd: check vertex type before checking its dataRenato Westphal2020-11-231-1/+2
* | isisd: fix some crashes with --tcliRenato Westphal2020-11-231-17/+26
* | isisd: uninstall local routes that don't have any valid nexthopRenato Westphal2020-11-231-1/+7
|/
* Merge pull request #7555 from idryzhov/cppcheck-fixesMark Stapp2020-11-181-1/+1
|\
| * isisd: fix uninitialized variableIgor Ryzhov2020-11-181-1/+1
* | Merge pull request #7478 from donaldsharp/bufferMark Stapp2020-11-181-1/+1
|\ \ | |/ |/|
| * *: Convert all usage of zclient_send_message to new enumDonald Sharp2020-11-151-1/+1
* | Merge pull request #7523 from donaldsharp/route_map_object_tRuss White2020-11-172-27/+10
|\ \
| * | *: Remove route_map_object_t from the systemDonald Sharp2020-11-142-27/+10
| |/
* | isisd: Free created tablesDonald Sharp2020-11-153-0/+15
* | isisd: On shutdown leaking spf_timer thread dataDonald Sharp2020-11-153-0/+13
|/
* isisd: update more northbound callbacks to new error handling modelRenato Westphal2020-11-041-17/+22
* isisd: detect Prefix-SID collisions and handle them appropriatelyRenato Westphal2020-11-046-7/+127
* isisd: fix build errors when EXTREME_DEBUG is definedRenato Westphal2020-11-041-4/+4
* Merge pull request #7418 from donaldsharp/manuallMark Stapp2020-10-301-4/+4
|\
| * *: Correct spelling stuffDonald Sharp2020-10-291-4/+4
* | isisd: fix segfault in the circuit p2p/bcast unionEmanuele Di Pascale2020-10-291-1/+13
|/
* Merge pull request #7394 from donaldsharp/isis_uninitedOlivier Dugeon2020-10-281-0/+22
|\
| * isisd: Fix usage of uninited memoryDonald Sharp2020-10-271-0/+22
* | isisd: Fix memory leak in copy_tlv_router_capDonald Sharp2020-10-271-2/+4
|/
* Merge pull request #7379 from donaldsharp/isis_mem_leakRenato Westphal2020-10-241-0/+2
|\
| * isisd: Fix memory leak on shutdownDonald Sharp2020-10-231-0/+2
* | Merge pull request #7184 from opensourcerouting/anycast-sids-v4Olivier Dugeon2020-10-2317-1651/+743
|\ \
| * | isisd: add support for Anycast-SIDsRenato Westphal2020-10-236-6/+43
| * | isisd: fix the TI-LFA repair paths to preserve the original Prefix-SIDRenato Westphal2020-10-232-11/+37