summaryrefslogtreecommitdiffstats
path: root/isisd/isis_route.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd: remove unused router_address fieldsDavid Lamparter2023-11-161-18/+0
* isisd: fix merging flex-algo route nodesEric Kinzie2023-04-181-1/+2
* isisd: merge algorithm tablesHiroki Shirokura2023-04-181-18/+51
* isisd: update struct isis_route_info has multiple sr info by algorithmHiroki Shirokura2023-04-181-27/+175
* isisd: update struct isis_sr_psid_info with nh contextHiroki Shirokura2023-04-181-1/+12
* isisd: update struct isis_sr_psid_info with algorithm idHiroki Shirokura2023-04-171-0/+3
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* isisd: fix area NULL pointer in isis_route_updateLouis Scalbert2022-11-171-6/+7
* isisd: fix potential access to NULL pointer in isis_route_updateLouis Scalbert2022-10-241-4/+6
* isisd: allow nexthop lookup on interface onlyLouis Scalbert2022-10-241-2/+9
* isisd: remove previous labels before fast-rerouteLouis Scalbert2022-10-241-11/+17
* isisd: apply fast-reroute on an adjacency failureLouis Scalbert2022-10-241-0/+50
* Revert "isisd: apply fast-reroute on an adjacency failure"Donatas Abraitis2022-07-101-50/+0
* Revert "isisd: remove previous labels before fast-reroute"Donatas Abraitis2022-07-101-17/+11
* Revert "isisd: allow nexthop lookup on interface only"Donatas Abraitis2022-07-101-8/+2
* isisd: allow nexthop lookup on interface onlyLouis Scalbert2022-05-231-2/+8
* isisd: remove previous labels before fast-rerouteLouis Scalbert2022-05-231-11/+17
* isisd: apply fast-reroute on an adjacency failureLouis Scalbert2022-05-231-0/+50
* *: Fix spelling of non-existantDonald Sharp2022-04-191-1/+1
* isisd: Add support for RFC6119 (IPv6 TE in IS-IS)Olivier Dugeon2021-11-301-2/+2
* *: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlenDonatas Abraitis2021-07-011-1/+1
* *: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlenDonatas Abraitis2021-07-011-1/+1
* isisd: kill isis_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-0/+3
* *: require semicolon after DEFINE_HOOK & co.David Lamparter2021-03-171-1/+1
* isisd: implement Remote LFARenato Westphal2021-01-091-5/+32
* isisd: add support for classic LFA (RFC 5286)Renato Westphal2020-11-251-4/+8
* isisd: refactor handling of SR Prefix-SIDsRenato Westphal2020-10-231-25/+81
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-12/+9
* isisd: add support for Topology Independent LFA (TI-LFA)Renato Westphal2020-10-141-11/+65
* isisd: improve route-event logsEmanuele Di Pascale2020-09-141-26/+45
* tests, isisd: add IS-IS SPF unit testsRenato Westphal2020-08-271-0/+20
* isisd: make the SPF code more modularRenato Westphal2020-08-271-2/+6
* Merge pull request #6619 from Niral-Networks/niral_isis_debug_p2Donald Sharp2020-06-251-7/+7
|\
| * ISIS VRF: ISIS Debug structure modificationsharios2020-06-241-7/+7
* | ISIS VRF: Route info with vrf_id from ISIS to ZebraKaushik2020-06-191-2/+2
|/
* isisd: add support for segment routingRenato Westphal2020-04-301-0/+3
* isisd: remove refcount from the isis_nexthop structureRenato Westphal2020-04-301-15/+1
* isisd: introduce new route update hookRenato Westphal2019-09-171-7/+16
* isisd: move management of route flags out of isis_zebra.cRenato Westphal2019-09-171-2/+25
* isisd: unify isis_nexthop and isis_nexthop6 into a single structRenato Westphal2019-08-211-146/+92
* isisd: reuse the nexthop lookup functions to avoid code duplicationRenato Westphal2019-08-211-24/+19
* isisd: remove unnecessary null checksRenato Westphal2019-08-211-4/+2
* isisd: remove unused struct fieldsRenato Westphal2019-08-211-2/+0
* isisd: del routes when area is unconfiguredEmanuele Di Pascale2019-05-291-1/+7
* isisd: replace dict_* with DECLARE_RBTREEDavid Lamparter2019-04-271-1/+0
* bgpd isisd lib: fix return on void functionsF. Aragon2018-11-201-1/+1
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-2/+2
* isisd: fix refcounting in isis_route.cChristian Franke2018-08-031-26/+37