summaryrefslogtreecommitdiff
path: root/isisd/isisd.h
AgeCommit message (Expand)Author
2019-10-29isisd: split northbound callbacks into multiple filesRenato Westphal
2019-09-20Merge pull request #4529 from donaldsharp/vrf_conversionsRenato Westphal
2019-09-17isisd: remove leftover from old dict codeRenato Westphal
2019-09-10isisd: Add vrf_id to the main isis structureDonald Sharp
2019-08-21isisd: unify isis_nexthop and isis_nexthop6 into a single structRenato Westphal
2019-04-30Merge pull request #3045 from opensourcerouting/atomsLou Berger
2019-04-27isisd: replace dict_* with DECLARE_RBTREEDavid Lamparter
2019-04-25isisd: Add IS-IS-TE support per AreaOlivier Dugeon
2019-04-23Revert "isisd: Add IS-IS-TE support per Area"Russ White
2019-04-15Issue #4032: Add IS-IS-TE support per AreaOlivier Dugeon
2018-12-18isisd: implemented the 'own-lsp-purge' notificationEmanuele Di Pascale
2018-12-18isisd: implemented the 'sequence-number-skipped' notificationEmanuele Di Pascale
2018-12-18isisd: add the 'lsp-error-detected' notificationEmanuele Di Pascale
2018-12-18isisd: implement the 'version-skew' notificationEmanuele Di Pascale
2018-12-18isisd: implement the 'id-len-mismatch' notificationEmanuele Di Pascale
2018-12-18isisd: implement the 'lsp-generation' notificationEmanuele Di Pascale
2018-12-18isisd: implement the 'lsp-received' notificationEmanuele Di Pascale
2018-12-18isisd: implement the 'area-mismatch' notificationEmanuele Di Pascale
2018-12-18isisd: implement the 'rejected-adjacency' notificationEmanuele Di Pascale
2018-12-18isisd: implement the 'adjacency-state-change' notificationEmanuele Di Pascale
2018-12-18isisd: implement the authentication failure notificationsEmanuele Di Pascale
2018-12-18isisd: implement 'max-area-addresses-mismatch' notificationEmanuele Di Pascale
2018-12-18isisd: implement the 'attempt-to-exceed-max-sequence' notificationEmanuele Di Pascale
2018-12-18isisd: implement the 'corrupted-lsp-detected' notificationEmanuele Di Pascale
2018-12-18isisd: implement the 'if-state-change' notificationEmanuele Di Pascale
2018-12-18isisd: implement the 'lsp-too-large' notificationEmanuele Di Pascale
2018-12-18isisd: implement the 'database-overload' notificationEmanuele Di Pascale
2018-12-18isisd: retrofit the 'metric-style' commandEmanuele Di Pascale
2018-12-18isisd: retrofit 'router isis' and 'ip router isis' cmdsEmanuele Di Pascale
2018-12-18isisd, yang: add configuration model and callback stubsEmanuele Di Pascale
2018-12-07isisd: Provide statistics over number of generated purgesChristian Franke
2018-12-07isisd: Provide statistics over number of LSP regenerationsChristian Franke
2018-12-07isisd: Provide statistics about retransmitted LSPsChristian Franke
2018-12-07isisd: Provide statistics about sent/received PDU countChristian Franke
2018-12-07isisd: Move code to find LSP out of show databaseChristian Franke
2018-12-07isisd: Provide better flooding debuggingChristian Franke
2018-12-07isisd: Add debug output for tx-queuesChristian Franke
2018-11-08isisd: Remove unused debug flagsChristian Franke
2018-10-24isisd: delay lsp regeneration while events are still coming inChristian Franke
2018-10-24isisd: Combine lsp_l1/l2_refreshChristian Franke
2018-10-05isisd: Add debugging for BFDChristian Franke
2018-09-05isisd: add purge originator identification supportChristian Franke
2018-09-05fabricd: add flooding algorithm debuggingChristian Franke
2018-09-05fabricd: adjacency formation optimization as per section 2.4Christian Franke
2018-09-05isis: Cleanup CLI, split into parts which are shared, fabricd and isisdChristian Franke
2018-09-05fabricd: add new daemon as build of isisdChristian Franke
2018-08-03isisd: make spf code dst-src awareChristian Franke
2018-08-03isisd: make use of advanced concepts like arrays and loopsChristian Franke
2018-08-03isisd: move route_table into spftreeChristian Franke
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young