summaryrefslogtreecommitdiffstats
path: root/isisd/isis_zebra.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd: rework BFD integrationIgor Ryzhov2021-05-071-0/+2
* isisd: fix ldp-sync configurationIgor Ryzhov2021-04-291-0/+4
* isisd: added support for routemap match tag in redistributionEmanuele Altomare2021-03-051-1/+1
* isisd: implement Remote LFARenato Westphal2021-01-091-0/+76
* ldpd, isisd, ospfd: Remove periodic ldp-sync hello messageKaren Schoener2020-12-091-5/+0
* isisd, ospfd: IGPs detect LDP down via zapi client close messageKaren Schoener2020-12-091-0/+16
* isisd, tests: fix bug when sending TI-LFA repair paths to zebraRenato Westphal2020-11-231-17/+12
* isisd: uninstall local routes that don't have any valid nexthopRenato Westphal2020-11-231-1/+7
* *: Convert all usage of zclient_send_message to new enumDonald Sharp2020-11-151-1/+1
* isisd: fix build errors when EXTREME_DEBUG is definedRenato Westphal2020-11-041-4/+4
* isisd: refactor handling of SR Prefix-SIDsRenato Westphal2020-10-231-89/+59
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-18/+4
* isisd: implement TI-LFA protection for Adj-SIDsRenato Westphal2020-10-141-2/+21
* isisd: add support for Topology Independent LFA (TI-LFA)Renato Westphal2020-10-141-47/+126
* isisd: move debug variables under ifdefIgor Ryzhov2020-10-081-2/+4
* isisd: check for circuit existence on interface addr changeIgor Ryzhov2020-10-081-7/+14
* Merge pull request #6789 from volta-networks/feat_ldp_igp_syncRenato Westphal2020-09-111-0/+41
|\
| * isisd: ldp-igp-sync feature: adding isis supportlynne2020-09-091-0/+41
* | doc, yang, isisd : Support for different VRF in isisdharios_niral2020-09-011-0/+14
|/
* isisd : Transformational changes to support different VRFs.Kaushik2020-08-141-2/+16
* Merge pull request #6451 from Orange-OpenSource/dev_isis_srRenato Westphal2020-06-241-178/+40
|\
| * isisd: Start Label Manager saferOlivier Dugeon2020-06-231-21/+47
| * isisd: Add Segment Routing Local Block supportOlivier Dugeon2020-06-231-166/+2
* | ISIS VRF: Route info with vrf_id from ISIS to ZebraKaushik2020-06-191-5/+7
|/
* isisd: IS-IS-SR preparation for master 5/5Olivier Dugeon2020-05-141-3/+22
* isisd: IS-IS-SR preparation for master 4/5Olivier Dugeon2020-05-141-2/+55
* isisd: IS-IS-SR preparation for master 2/5Olivier Dugeon2020-05-141-2/+2
* isisd: Update IS-IS SR Label ManagerOlivier Dugeon2020-04-301-5/+70
* isisd: Update ISIS-SR with new ZAPI messageOlivier Dugeon2020-04-301-5/+6
* isisd: add support for segment routingRenato Westphal2020-04-301-3/+277
* *: revise zapi nexthop encodingMark Stapp2019-12-061-1/+1
* *: Convert connected_free to a double pointerDonald Sharp2019-11-021-1/+1
* *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-191-27/+0
* *: Convert interface_down to interface down callbackDonald Sharp2019-09-191-19/+0
* *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-191-15/+0
* *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-191-18/+0
* isisd: Update TLVs processing for TE, RI & SROlivier Dugeon2019-09-171-0/+4
* isisd: move management of route flags out of isis_zebra.cRenato Westphal2019-09-171-24/+8
* isisd: unify isis_nexthop and isis_nexthop6 into a single structRenato Westphal2019-08-211-33/+27
* *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-031-20/+11
* Merge pull request #3045 from opensourcerouting/atomsLou Berger2019-04-301-1/+0
|\
| * isisd: replace dict_* with DECLARE_RBTREEDavid Lamparter2019-04-271-1/+0
* | isisd: Add IS-IS-TE support per AreaOlivier Dugeon2019-04-251-7/+0
* | Revert "isisd: Add IS-IS-TE support per Area"Russ White2019-04-231-0/+7
* | Issue #4032: Add IS-IS-TE support per AreaOlivier Dugeon2019-04-151-7/+0
|/
* isisd, ospf6d, ripngd: Do not allow v6 LL's to be `redist connected` inDonald Sharp2019-03-271-0/+4
* *: The onlink attribute should be owned by the nexthop not the route.Donald Sharp2019-01-271-2/+4
* lib: use the correct VRF ID when parsing INTERFACE_LINK_PARAMS messagesRenato Westphal2019-01-181-2/+2
* lib, zebra: add AFI parameter to the ZEBRA_REDISTRIBUTE_DEFAULT_* messagesRenato Westphal2019-01-141-2/+2
* *: Replace zclient_new with zclient_new_notifyDonald Sharp2018-11-121-1/+1