summaryrefslogtreecommitdiff
path: root/isisd/isis_route.c
AgeCommit message (Expand)Author
2025-04-08isisd: clean up -Wshadow warningsMark Stapp
2023-11-16isisd: remove unused router_address fieldsDavid Lamparter
2023-04-18isisd: fix merging flex-algo route nodesEric Kinzie
2023-04-18isisd: merge algorithm tablesHiroki Shirokura
2023-04-18isisd: update struct isis_route_info has multiple sr info by algorithmHiroki Shirokura
2023-04-18isisd: update struct isis_sr_psid_info with nh contextHiroki Shirokura
2023-04-17isisd: update struct isis_sr_psid_info with algorithm idHiroki Shirokura
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-11-17isisd: fix area NULL pointer in isis_route_updateLouis Scalbert
2022-10-24isisd: fix potential access to NULL pointer in isis_route_updateLouis Scalbert
2022-10-24isisd: allow nexthop lookup on interface onlyLouis Scalbert
2022-10-24isisd: remove previous labels before fast-rerouteLouis Scalbert
2022-10-24isisd: apply fast-reroute on an adjacency failureLouis Scalbert
2022-07-10Revert "isisd: apply fast-reroute on an adjacency failure"Donatas Abraitis
2022-07-10Revert "isisd: remove previous labels before fast-reroute"Donatas Abraitis
2022-07-10Revert "isisd: allow nexthop lookup on interface only"Donatas Abraitis
2022-05-23isisd: allow nexthop lookup on interface onlyLouis Scalbert
2022-05-23isisd: remove previous labels before fast-rerouteLouis Scalbert
2022-05-23isisd: apply fast-reroute on an adjacency failureLouis Scalbert
2022-04-19*: Fix spelling of non-existantDonald Sharp
2021-11-30isisd: Add support for RFC6119 (IPv6 TE in IS-IS)Olivier Dugeon
2021-07-01*: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlenDonatas Abraitis
2021-07-01*: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlenDonatas Abraitis
2021-03-22isisd: kill isis_memory.h, use MTYPE_STATICDavid Lamparter
2021-03-17*: require semicolon after DEFINE_HOOK & co.David Lamparter
2021-01-08isisd: implement Remote LFARenato Westphal
2020-11-24isisd: add support for classic LFA (RFC 5286)Renato Westphal
2020-10-23isisd: refactor handling of SR Prefix-SIDsRenato Westphal
2020-10-22:* Convert prefix2str to %pFXDonatas Abraitis
2020-10-14isisd: add support for Topology Independent LFA (TI-LFA)Renato Westphal
2020-09-14isisd: improve route-event logsEmanuele Di Pascale
2020-08-26tests, isisd: add IS-IS SPF unit testsRenato Westphal
2020-08-26isisd: make the SPF code more modularRenato Westphal
2020-06-25Merge pull request #6619 from Niral-Networks/niral_isis_debug_p2Donald Sharp
2020-06-24ISIS VRF: ISIS Debug structure modificationsharios
2020-06-19ISIS VRF: Route info with vrf_id from ISIS to ZebraKaushik
2020-04-30isisd: add support for segment routingRenato Westphal
2020-04-30isisd: remove refcount from the isis_nexthop structureRenato Westphal
2019-09-17isisd: introduce new route update hookRenato Westphal
2019-09-17isisd: move management of route flags out of isis_zebra.cRenato Westphal
2019-08-21isisd: unify isis_nexthop and isis_nexthop6 into a single structRenato Westphal
2019-08-21isisd: reuse the nexthop lookup functions to avoid code duplicationRenato Westphal
2019-08-21isisd: remove unnecessary null checksRenato Westphal
2019-08-21isisd: remove unused struct fieldsRenato Westphal
2019-05-29isisd: del routes when area is unconfiguredEmanuele Di Pascale
2019-04-27isisd: replace dict_* with DECLARE_RBTREEDavid Lamparter
2018-11-20bgpd isisd lib: fix return on void functionsF. Aragon
2018-10-02*: list_delete_and_null() -> list_delete()David Lamparter