summaryrefslogtreecommitdiff
path: root/lib/link_state.c
AgeCommit message (Expand)Author
2025-04-08lib: fix -Wshadow warnings in the lib modulesMark Stapp
2024-07-11isis, lib: add isis srv6 end sid to ls_prefixPhilippe Guibert
2024-04-23isis, lib: add isis srv6 capability to ls_nodePhilippe Guibert
2024-04-23isisd, lib: add link state support for srv6 adjacenciesPhilippe Guibert
2023-09-29*: Do not cast to the same type as the destination isDonatas Abraitis
2023-08-22lib: Fix memory leaks in LS Update FunctionsKeelan10
2023-06-23lib, zebra: include source client zapi info in opaque messagesMark Stapp
2023-05-02Merge pull request #13235 from Orange-OpenSource/link-stateRuss White
2023-04-21lib: Fix memory leak in in Link StateOlivier Dugeon
2023-04-21lib: Link State memory corruptionOlivier Dugeon
2023-04-20Merge pull request #12933 from Orange-OpenSource/link_statePhilippe Guibert
2023-04-12Merge pull request #13193 from Keelan10/link_state-memory-leakJafar Al-Gharaibeh
2023-04-11Merge pull request #12698 from Orange-OpenSource/isisdRuss White
2023-04-07lib: Update Edge Key in link_stateOlivier Dugeon
2023-04-07lib: Fix link state memory leakKeelan10
2023-04-06*: Use a `struct prefix *p` instead of a `struct prefix` in functionsDonald Sharp
2023-03-21lib: Add ISO System & Network format to printfrrOlivier Dugeon
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-10lib,isisd: add extended admin-group info into the tedLouis Scalbert
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31lib: Add missing enum's to switch statementDonald Sharp
2022-12-13lib: fix ls_prefix memory allocationLouis Scalbert
2022-08-15lib: Ensure ls_msg2edge does not use memory after freeingDonald Sharp
2022-08-01lib: Correct valgrind errorsOlivier Dugeon
2022-03-31isisd, lib, ospfd, pathd: Null out free'd pointerDonald Sharp
2021-11-30lib: Update Link State functions to handle IPv6Olivier Dugeon
2021-11-18lib: use _safe iteration during link_state/ted cleanupMark Stapp
2021-10-29lib: Fix comparison function in link_state.cOlivier Dugeon
2021-06-29*: Do not check for XMALLOC/XCALLOC against NULLsDonatas Abraitis
2021-06-17lib: Do not double-assign freed pointer to NULLDonatas Abraitis
2021-04-23*: make sure `config.h` or `zebra.h` is firstDavid Lamparter
2021-03-23lib: Update Link State DatabaseOlivier Dugeon
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-02-16*: fix format string SNAFUsDavid Lamparter
2021-02-14*: remove tabs & newlines from log messagesDavid Lamparter
2021-01-27libs, ospfd: remove inet_ntoaMark Stapp
2021-01-04lib: Add Link State DatabaseOlivier Dugeon