summaryrefslogtreecommitdiffstats
path: root/isisd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | isisd: make the SPF code more modularRenato Westphal2020-08-276-388/+542
* | isisd: introduce command to display IS-IS routesRenato Westphal2020-08-271-0/+178
* | isisd: minor cleanupRenato Westphal2020-08-277-76/+75
* | isisd: reuse adjacency state change hook in the SPF codeRenato Westphal2020-08-274-9/+15
* | isisd: introduce two LSP iteration functionsRenato Westphal2020-08-272-0/+174
* | isisd: don't add Adj-SIDs when an IP address is missingRenato Westphal2020-08-261-2/+2
* | isisd: make vid2string() fully reentrantRenato Westphal2020-08-261-1/+3
|/
* isisd : Transformational changes to support different VRFs.Kaushik2020-08-1425-423/+1115
* isisd: make calculation of the SPF run duration more correctRenato Westphal2020-08-111-18/+12
* isisd: introduce per-area list of IS-IS adjacenciesRenato Westphal2020-08-115-62/+23
* isisd: remove unnecessary QOBJ usageRenato Westphal2020-08-112-6/+0
* isisd: use ISIS_LEVELS instead of hardcoded array sizes whenever possibleRenato Westphal2020-08-111-21/+24
* isisd: modify signature of isis_area_destroy()Renato Westphal2020-08-113-15/+16
* isisd: normalize CLI help strings to always use IS-ISRenato Westphal2020-08-112-11/+11
* isisd: don't display summary information of inactive SPF instancesRenato Westphal2020-08-111-9/+20
* isisd: don't attach Adj-SIDs to pseudo-node LSPsRenato Westphal2020-08-111-2/+2
* isisd: unbreak support for Prefix-SIDs over unnumbered interfacesRenato Westphal2020-08-111-1/+1
* *: introduce DEFPY_YANG & friendsRenato Westphal2020-08-031-73/+73
* Merge pull request #6711 from GalaxyGorilla/bfd_isis_profilesQuentin Young2020-07-217-47/+153
|\
| * isisd: lib: refactor ISIS BFD APIGalaxyGorilla2020-07-101-23/+48
| * *: add BFD profile support for IS-ISGalaxyGorilla2020-07-107-24/+105
* | isisd: fix OpenBSD pedantic format warningsDavid Lamparter2020-07-142-4/+4
* | *: remove PRI[udx](8|16|32)David Lamparter2020-07-149-163/+106
* | *: un-split strings across linesDavid Lamparter2020-07-1412-112/+47
* | isisd: fix Coverity warningEmanuele Di Pascale2020-07-101-1/+1
|/
* Merge pull request #6385 from GalaxyGorilla/bfd_igp_topotestRenato Westphal2020-07-086-18/+53
|\
| * isisd: Fast RIB recovery from BFD recognized link failuresGalaxyGorilla2020-07-036-18/+53
* | isisd: gracefully handle spf errorEmanuele Di Pascale2020-07-061-4/+17
|/