summaryrefslogtreecommitdiff
path: root/isisd/isis_spf.c
AgeCommit message (Expand)Author
2024-07-16isisd: fix crash when calculating the neighbor spanning tree based on the fra...zhou-run
2024-05-23isisd: fix heap-after-free with prefix sidLouis Scalbert
2024-01-05isisd: fix _isis_spftree_del heap-use-after-freeLouis Scalbert
2023-09-11isisd: Extend SPF algo to process SRv6 locatorCarmine Scarpitta
2023-06-01isisd: fix wrongly disabled flex-algoLouis Scalbert
2023-05-02Merge pull request #13376 from louis-6wind/fix-flex-algo-mem-leakRuss White
2023-04-28isisd: fix disabled flex-algo on race conditionLouis Scalbert
2023-04-27isisd: fix a memory leak in isis_spftree_clear()Louis Scalbert
2023-04-20isisd: fix add an algorithm argument to show isis routeLouis Scalbert
2023-04-18isisd: add "show isis flex-algo" commandLouis Scalbert
2023-04-18isisd: add an algorithm argument to show isis routeLouis Scalbert
2023-04-18isisd: add an algorithm argument to show isis topologyLouis Scalbert
2023-04-18isisd: add flex-algo info to spf extreme debugLouis Scalbert
2023-04-18isisd: add option to display isis routes as jsonEric Kinzie
2023-04-18isisd: show non-zero algos in "show isis route prefix-sid" (2/2)Eric Kinzie
2023-04-18isisd: show non-zero algos in "show isis route prefix-sid" (1/2)Louis Scalbert
2023-04-18isisd: merge algorithm tablesHiroki Shirokura
2023-04-18isisd: calculate flex-algo constraint spfHiroki Shirokura
2023-04-18isisd: update struct isis_route_info has multiple sr info by algorithmHiroki Shirokura
2023-04-17isisd: update struct isis_sr_psid_info with algorithm idHiroki Shirokura
2023-04-17isisd: update struct isis_spftree with algorithm idHiroki Shirokura
2023-04-11Merge pull request #12698 from Orange-OpenSource/isisdRuss White
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_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-03-21*: Add a hash_clean_and_free() functionDonald Sharp
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-13lib,zebra,bgpd,staticd: use label code to store VNI infoStephen Worley
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31isisd: Add missing enum's to switch statementDonald Sharp
2023-01-23isisd: fix time truncation on displayRafael Zalamena
2022-12-09isisd: Fix sadj memory leakDonald Sharp
2022-10-24isisd: fix SPF scheduling on IPv6 only topologyLouis Scalbert
2022-10-24isisd: apply fast-reroute on an adjacency failureLouis Scalbert
2022-08-29isisd: changes for code maintainabilitysri-mohan1
2022-07-21isisd: Convert thread_cancel to THREAD_OFFDonald Sharp
2022-07-10Revert "isisd: apply fast-reroute on an adjacency failure"Donatas Abraitis
2022-07-10Revert "isisd: fix SPF scheduling on IPv6 only topology"Donatas Abraitis
2022-07-08Merge pull request #10962 from louis-6wind/lfa-netlinkRuss White
2022-06-30isisd: fix infinite loop when parsing LSPsLouis Scalbert
2022-06-30Revert "isisd: fix infinite loop when parsing LSPs"Louis Scalbert
2022-05-25isisd: Stop fulfill MPLS table when SR is disabledOlivier Dugeon
2022-05-24isisd: fix SPF scheduling on IPv6 only topologyLouis Scalbert
2022-05-23isisd: apply fast-reroute on an adjacency failureLouis Scalbert
2022-05-08*: Avoid casting to the same type as on the leftDonatas Abraitis
2022-05-03*: remove the checking returned value for hash_get()anlan_cs
2022-03-29Merge pull request #10913 from louis-oui/lsp-parseRuss White