summaryrefslogtreecommitdiffstats
path: root/isisd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | isisd: refactor handling of SR Prefix-SIDsRenato Westphal2020-10-2312-1620/+621
| * | isisd: create routes for local destinationsRenato Westphal2020-10-232-1/+5
| * | isisd: give precedence to new-style TLVs when generating routesRenato Westphal2020-10-231-14/+38
| |/
* | *: unify thread/event cancel macrosMark Stapp2020-10-2310-46/+45
* | * : update signature of thread_cancel apiMark Stapp2020-10-233-26/+12
|/
* isisd: replace inet_ntoaMark Stapp2020-10-223-22/+19
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-225-99/+45
* Merge pull request #7011 from opensourcerouting/isis-ti-lfaOlivier Dugeon2020-10-1621-163/+2051
|\
| * isisd: change debug messages to use uppercase SPFRenato Westphal2020-10-142-27/+19
| * isisd: implement TI-LFA protection for Adj-SIDsRenato Westphal2020-10-145-16/+146
| * isisd: add support for Topology Independent LFA (TI-LFA)Renato Westphal2020-10-1416-154/+1705
| * yang, isisd: add TI-LFA YANG nodes and corresponding skeleton callbacksRenato Westphal2020-10-144-0/+215
* | isisd: fix check for area-tag modificationIgor Ryzhov2020-10-151-6/+1
|/
* *: Use proper semantics for turning off threadDonald Sharp2020-10-121-6/+2
* isisd: circuit->area->isis to circuit->isisDonald Sharp2020-10-095-37/+32
* isisd: Always set `circuit->isis` on creationDonald Sharp2020-10-093-9/+10
* isisd: move debug variables under ifdefIgor Ryzhov2020-10-081-2/+4
* isisd: check for circuit existence on interface addr changeIgor Ryzhov2020-10-081-7/+14
* isisd: fix incorrect vrf lookupsIgor Ryzhov2020-10-082-22/+10
* isisd: add missing rollback if config is invalidIgor Ryzhov2020-10-081-0/+1
* Merge pull request #7124 from volta-networks/fix_ldp_sync_isis_nbRenato Westphal2020-10-051-20/+60
|\
| * isisd: fix coverity errors in isis ldp-sync commandslynne2020-10-021-20/+60
* | Merge pull request #7228 from idryzhov/vtysh-dynamic-daemonsDonald Sharp2020-10-031-0/+2
|\ \
| * | vtysh: dynamically generate the list of daemons for commandsIgor Ryzhov2020-10-021-0/+2
| |/
* / isisd, ospfd: fix missing/excessive docstringsIgor Ryzhov2020-10-022-4/+7
|/
* isisd: fix node for clear commandsIgor Ryzhov2020-10-011-2/+2
* vtysh: fix commands when building only isisd or fabricdIgor Ryzhov2020-09-301-0/+12
* isisd: guard against adj timer display overflowEmanuele Di Pascale2020-09-251-10/+18
* isisd: simplify adj_change hook callEmanuele Di Pascale2020-09-251-4/+2
* isisd: Prevent usage after freeDonald Sharp2020-09-241-1/+5
* isisd: updates to ldp-sync isis commandslynne2020-09-191-2/+14
* Merge pull request #7082 from volta-networks/fix_isis_pseudo_lspRenato Westphal2020-09-151-0/+13
|\
| * isisd: fix pseudonode LSP bugEmanuele Di Pascale2020-09-141-0/+13
* | isisd: improve route-event logsEmanuele Di Pascale2020-09-141-26/+45
|/
* Merge pull request #7095 from donaldsharp/coverity_5Jafar Al-Gharaibeh2020-09-121-2/+2
|\
| * isisd: ifp cannot be NULLDonald Sharp2020-09-111-2/+2
* | Merge pull request #6789 from volta-networks/feat_ldp_igp_syncRenato Westphal2020-09-1113-10/+1417
|\ \ | |/ |/|
| * isisd: ldp-igp-sync feature: adding isis supportlynne2020-09-0913-10/+1417
* | doc, yang, isisd : Support for different VRF in isisdharios_niral2020-09-0110-88/+353
* | isisd: Remove IPV4 from NLPID's if not enabledPrzemyslaw2020-08-271-1/+1
* | isisd: add abiliy to compute the reverse shortest path treeRenato Westphal2020-08-274-8/+93
* | tests, isisd: add IS-IS SPF unit testsRenato Westphal2020-08-278-50/+95