summaryrefslogtreecommitdiffstats
path: root/isisd/isis_lsp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd: kill isis_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-0/+2
* isisd: Fix spelling mistakeDonald Sharp2021-03-211-1/+1
* isisd: avoid lsp_sched loop when unstableEmanuele Di Pascale2021-03-191-5/+15
* Merge pull request #7945 from volta-networks/feat_isis_snmpRenato Westphal2021-03-151-4/+4
|\
| * isisd: support for snmplynne2021-03-021-4/+4
* | *: remove more sprintf()Quentin Young2021-02-091-6/+6
|/
* isisd: When adjacencies go up and down add support to modify attached-bitlynne2021-02-011-12/+66
* isisd: Fix Attach-bit processinglynne2021-01-201-20/+71
* *: Replace s_addr check agains 0 with INADDR_ANYDonatas Abraitis2020-12-141-1/+1
* *: unify thread/event cancel macrosMark Stapp2020-10-231-4/+4
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-15/+8
* isisd: circuit->area->isis to circuit->isisDonald Sharp2020-10-091-4/+4
* isisd: introduce two LSP iteration functionsRenato Westphal2020-08-271-0/+154
* isisd : Transformational changes to support different VRFs.Kaushik2020-08-141-23/+31
* isisd: don't attach Adj-SIDs to pseudo-node LSPsRenato Westphal2020-08-111-2/+2
* *: remove PRI[udx](8|16|32)David Lamparter2020-07-141-34/+16
* *: un-split strings across linesDavid Lamparter2020-07-141-10/+5
* isisd: Fast RIB recovery from BFD recognized link failuresGalaxyGorilla2020-07-031-13/+29
* Merge pull request #6619 from Niral-Networks/niral_isis_debug_p2Donald Sharp2020-06-251-9/+9
|\
| * ISIS VRF: ISIS Debug structure modificationsharios2020-06-241-9/+9
* | isisd: Add Segment Routing Local Block supportOlivier Dugeon2020-06-231-0/+9
|/
* isisd: add support for segment routingRenato Westphal2020-04-301-6/+60
* bgpd, isis, tools: style fixenQuentin Young2020-04-211-4/+2
* *: sprintf -> snprintfQuentin Young2020-04-211-4/+6
* isisd: split northbound callbacks into multiple filesRenato Westphal2019-10-301-0/+1
* isisd: Update TLVs processing for TE, RI & SROlivier Dugeon2019-09-171-61/+22
* *: rename new ForEach macros from the typesafe APIRenato Westphal2019-05-211-4/+4
* Merge pull request #3045 from opensourcerouting/atomsLou Berger2019-04-301-171/+126
|\
| * isisd: replace dict_* with DECLARE_RBTREEDavid Lamparter2019-04-271-171/+126
* | isisd: Add IS-IS-TE support per AreaOlivier Dugeon2019-04-251-2/+2
* | Revert "isisd: Add IS-IS-TE support per Area"Russ White2019-04-231-2/+2
* | Issue #4032: Add IS-IS-TE support per AreaOlivier Dugeon2019-04-151-2/+2
|/
* isisd: skip over deleted fragmentsDavid Lamparter2019-02-181-0/+21
* isisd: implement the 'lsp-generation' notificationEmanuele Di Pascale2018-12-181-0/+6
* isisd: implement the 'attempt-to-exceed-max-sequence' notificationEmanuele Di Pascale2018-12-181-0/+9
* isisd: Provide statistics over number of generated purgesChristian Franke2018-12-071-0/+2
* isisd: Provide statistics over number of LSP regenerationsChristian Franke2018-12-071-0/+2
* fabricd: Add `show openfabric flooding` commandChristian Franke2018-12-071-1/+3
* isisd: Make lspid_print non-staticChristian Franke2018-12-071-4/+4
* isisd: Provide better flooding debuggingChristian Franke2018-12-071-1/+10
* isisd: Always consider purges as newerChristian Franke2018-11-151-1/+2
* Merge pull request #3303 from opensourcerouting/bugfix/isis-fragment-retransm...Olivier Dugeon2018-11-121-1/+12
|\
| * isisd: Fix issues with purged fragmentsChristian Franke2018-11-101-1/+12
* | Merge pull request #3305 from opensourcerouting/bugfix/isis-lsp-aggregate-timeDonald Sharp2018-11-121-1/+1
|\ \
| * | isisd: Adjust duration until lsp is regeneratedChristian Franke2018-11-091-1/+1
| |/
* | Merge pull request #3304 from opensourcerouting/bugfix/openfabric-floodingDonald Sharp2018-11-121-5/+5
|\ \
| * | fabricd: never flood back through the incoming interfaceChristian Franke2018-11-101-5/+5
| |/
* / isisd: Fix lsp_build_list_nonzero_htChristian Franke2018-11-101-20/+8
|/
* isisd: delay lsp regeneration while events are still coming inChristian Franke2018-10-241-2/+15
* isisd: Combine lsp_l1/l2_refreshChristian Franke2018-10-241-49/+23