summaryrefslogtreecommitdiffstats
path: root/isisd (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd: fix BFD session when IPv6 not configuredEmanuele Di Pascale2021-03-183-15/+22
* isisd: Fix coverity warningslynne2021-03-161-11/+11
* Merge pull request #7945 from volta-networks/feat_isis_snmpRenato Westphal2021-03-1516-104/+3964
|\
| * isisd: support for snmplynne2021-03-0216-104/+3964
* | isisd, yang, doc: combine config cmd for SRGB+SRLBEmanuele Di Pascale2021-03-105-129/+132
* | isisd: added support for routemap match tag in redistributionEmanuele Altomare2021-03-054-4/+39
* | isisd: handle corner case involving TI-LFA and the SR No-PHP flagRenato Westphal2021-02-261-0/+15
* | isisd: remove assert from the TI-LFA repair list computation algorithmRenato Westphal2021-02-261-1/+7
* | Merge pull request #8035 from qlyoung/remove-more-sprintfMark Stapp2021-02-234-39/+56
|\ \ | |/ |/|
| * *: remove more sprintf()Quentin Young2021-02-094-39/+56
* | *: remove tabs & newlines from log messagesDavid Lamparter2021-02-141-1/+1
* | *: Fix usage of bfd_adj_eventDonald Sharp2021-02-071-3/+3
|/
* Merge pull request #7998 from volta-networks/fix_isis_attach_bitDonald Sharp2021-02-054-17/+90
|\
| * isisd: When adjacencies go up and down add support to modify attached-bitlynne2021-02-014-17/+90
* | Merge pull request #6766 from opensourcerouting/xrefRuss White2021-02-021-1/+2
|\ \
| * | lib/xref: use to transport thread_* file/line/funcDavid Lamparter2021-02-011-1/+2
| |/
* / isisd: Prevent sending of uninited data to zebraDonald Sharp2021-01-301-0/+1
|/
* isisd: Remove #if 0 codeDonald Sharp2021-01-282-11/+0
* isisd: Fix Attach-bit processinglynne2021-01-2010-40/+223
* Merge pull request #7550 from volta-networks/fix_bfd_isisDonald Sharp2021-01-204-0/+57
|\
| * isisd: if IS-IS is configured for v6, prefer v6 bfd sessionsKaren Schoener2021-01-144-0/+57
* | 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
|\ \