summaryrefslogtreecommitdiffstats
path: root/isisd/isis_pdu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd: support for snmplynne2021-03-021-54/+126
* *: remove tabs & newlines from log messagesDavid Lamparter2021-02-141-1/+1
* isisd: Fix Attach-bit processinglynne2021-01-201-2/+2
* *: unify thread/event cancel macrosMark Stapp2020-10-231-2/+2
* * : update signature of thread_cancel apiMark Stapp2020-10-231-1/+1
* isisd: circuit->area->isis to circuit->isisDonald Sharp2020-10-091-18/+13
* isisd : Transformational changes to support different VRFs.Kaushik2020-08-141-15/+28
* isisd: fix OpenBSD pedantic format warningsDavid Lamparter2020-07-141-1/+1
* *: remove PRI[udx](8|16|32)David Lamparter2020-07-141-34/+21
* *: un-split strings across linesDavid Lamparter2020-07-141-15/+7
* ISIS VRF: ISIS Debug structure modificationsharios2020-06-241-26/+26
* isisd: Prevent use after free for isis_adj_state_changeDonald Sharp2020-04-181-42/+44
* isisd: Fix spelling mistakes found by debian packagingDonald Sharp2020-03-141-1/+1
* isisd: Free memory when confusedDonald Sharp2019-12-131-0/+2
* isisd: split northbound callbacks into multiple filesRenato Westphal2019-10-301-0/+1
* isisd: Fix handling of neighbor circuit id in three way handshakeChristian Franke2019-10-011-1/+1
* isisd, yang: implement interface countersRenato Westphal2019-09-231-6/+27
* isisd: Update TLVs processing for TE, RI & SROlivier Dugeon2019-09-171-7/+0
* *: rename new ForEach macros from the typesafe APIRenato Westphal2019-05-211-1/+1
* Merge pull request #3045 from opensourcerouting/atomsLou Berger2019-04-301-23/+17
|\
| * isisd: replace dict_* with DECLARE_RBTREEDavid Lamparter2019-04-271-23/+17
* | isisd: Add IS-IS-TE support per AreaOlivier Dugeon2019-04-251-2/+3
* | Revert "isisd: Add IS-IS-TE support per Area"Russ White2019-04-231-3/+2
* | Issue #4032: Add IS-IS-TE support per AreaOlivier Dugeon2019-04-151-2/+3
|/
* *: remove trailing newlines from zlog messagesQuentin Young2019-03-141-3/+3
* *: remove useless return variablesQuentin Young2019-02-261-8/+4
* *: use proper bool initializers & fix comparisonsQuentin Young2019-02-261-2/+2
* isisd: implemented the 'own-lsp-purge' notificationEmanuele Di Pascale2018-12-181-0/+7
* isisd: implemented the 'sequence-number-skipped' notificationEmanuele Di Pascale2018-12-181-0/+15
* isisd: add the 'lsp-error-detected' notificationEmanuele Di Pascale2018-12-181-0/+11
* isisd: implement the 'version-skew' notificationEmanuele Di Pascale2018-12-181-0/+8
* isisd: implement the 'id-len-mismatch' notificationEmanuele Di Pascale2018-12-181-0/+4
* isisd: implement the 'lsp-received' notificationEmanuele Di Pascale2018-12-181-0/+6
* isisd: implement the 'area-mismatch' notificationEmanuele Di Pascale2018-12-181-0/+8
* isisd: implement the 'rejected-adjacency' notificationEmanuele Di Pascale2018-12-181-1/+45
* isisd: implement the authentication failure notificationsEmanuele Di Pascale2018-12-181-10/+64
* isisd: implement 'max-area-addresses-mismatch' notificationEmanuele Di Pascale2018-12-181-0/+12
* isisd: implement the 'lsp-too-large' notificationEmanuele Di Pascale2018-12-181-0/+5
* Minor adjustments to address CI warningsRodny Molina2018-12-121-9/+12
* isisd: Provide statistics about sent/received PDU countChristian Franke2018-12-071-12/+29
* fabricd: make triggered csnp delay configurableChristian Franke2018-12-071-3/+1
* fabricd: Improve LSP flooding logChristian Franke2018-12-071-6/+15
* isisd: Add debug output for tx-queuesChristian Franke2018-12-071-4/+7
* isisd: add send_hello_sched functionChristian Franke2018-12-041-10/+50
* isisd: reduce code duplication for levelsChristian Franke2018-12-041-59/+32
* Revert "isisd lib ospfd pbrd python: fix empty init"David Lamparter2018-12-011-3/+3
* Merge pull request #3368 from pacovn/static_analysis__ISO_C_empty_initializerRenato Westphal2018-11-211-3/+3
|\
| * isisd lib ospfd pbrd python: fix empty initF. Aragon2018-11-211-3/+3
* | isisd: Fix behavior on reception of self-originated LSPChristian Franke2018-11-151-5/+12
|/
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-1/+1