summaryrefslogtreecommitdiff
path: root/isisd/isis_pdu.c
AgeCommit message (Expand)Author
2024-11-09isisd: When the ISIS types of the routers do not match on a P2P link, the nei...zhou-run
2024-08-09isisd: fix memory handling in isis_adj_process_threeway()Mark Stapp
2024-04-09isisd: The hold time of hello packets on a P2P link does not match the sendin...zhou-run
2023-10-23isisd:change ngh lvl when int circuit type settedSososhas
2023-04-11Merge pull request #13163 from isabelladeleon12/isis_log_dropsRuss White
2023-04-11Merge pull request #12698 from Orange-OpenSource/isisdRuss White
2023-04-04isisd: Add log-pdu-drops log functionalityIsabella de Leon
2023-03-28isisd: Add PDU drop counter to "show isis summary"Isabella de Leon
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert thread_timer_remain_XXX to event_timer_remain_XXXDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-03-21isisd: Update to the new printfrr ISO formatOlivier Dugeon
2023-02-28isisd,tests,doc: Rename hello padding sometimes to hello padding during-adjac...Diogo Oliveira
2023-02-28isisd: Add support for isis hello padding sometimesDiogo Oliveira
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-07-21isisd: Convert thread_cancel to THREAD_OFFDonald Sharp
2022-06-23isisd: Fix crash with xfrm interface typeDonald Sharp
2022-04-19*: Fix spelling of accomodateDonald Sharp
2022-03-08Merge pull request #10701 from rampxxxx/feat_isis_json_show_cmdsRuss White
2022-03-02isisd: Add json to show isis database command.Javier Garcia
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-11-30isisd: Add support for RFC6119 (IPv6 TE in IS-IS)Olivier Dugeon
2021-03-02isisd: support for snmplynne
2021-02-14*: remove tabs & newlines from log messagesDavid Lamparter
2021-01-20isisd: Fix Attach-bit processinglynne
2020-10-23*: unify thread/event cancel macrosMark Stapp
2020-10-23* : update signature of thread_cancel apiMark Stapp
2020-10-09isisd: circuit->area->isis to circuit->isisDonald Sharp
2020-08-14isisd : Transformational changes to support different VRFs.Kaushik
2020-07-14isisd: fix OpenBSD pedantic format warningsDavid Lamparter
2020-07-14*: remove PRI[udx](8|16|32)David Lamparter
2020-07-14*: un-split strings across linesDavid Lamparter
2020-06-24ISIS VRF: ISIS Debug structure modificationsharios
2020-04-18isisd: Prevent use after free for isis_adj_state_changeDonald Sharp
2020-03-13isisd: Fix spelling mistakes found by debian packagingDonald Sharp
2019-12-12isisd: Free memory when confusedDonald Sharp
2019-10-29isisd: split northbound callbacks into multiple filesRenato Westphal
2019-10-01isisd: Fix handling of neighbor circuit id in three way handshakeChristian Franke
2019-09-23isisd, yang: implement interface countersRenato Westphal
2019-09-17isisd: Update TLVs processing for TE, RI & SROlivier Dugeon
2019-05-21*: rename new ForEach macros from the typesafe APIRenato 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
2019-03-14*: remove trailing newlines from zlog messagesQuentin Young