summaryrefslogtreecommitdiffstats
path: root/isisd/isis_route.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* isisd: make spf code dst-src awareChristian Franke2018-08-031-21/+44
* isisd: fix isis_route_merge_verify logicChristian Franke2018-08-031-3/+28
* isisd: move route_table into spftreeChristian Franke2018-08-031-111/+36
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-4/+4
* isisd: remove unused debug codeChristian Franke2018-03-101-40/+0
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-2/+2
* isisd: use only one IP of neighbor as nexthopChristian Franke2017-09-231-6/+2
* isisd: send/receive LSPs with new parserChristian Franke2017-08-031-1/+0
* isisd: send/receive IIHs with new parserChristian Franke2017-08-031-8/+6
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-504/+484
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+4
* isisd: Clean up leaked memoryDonald Sharp2017-03-011-0/+1