summaryrefslogtreecommitdiffstats
path: root/isisd/isis_zebra.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd: ldp-igp-sync feature: adding isis supportlynne2020-09-091-0/+41
* 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
* isisd: Remove unused debug flagsChristian Franke2018-11-081-12/+0
* fabricd: add support for completely unnumbered operationChristian Franke2018-09-051-0/+2
* fabricd: add new daemon as build of isisdChristian Franke2018-09-051-4/+4
* isisd: make spf code dst-src awareChristian Franke2018-08-031-2/+13
* isisd: learn and advertise IPv6 dst-src routesChristian Franke2018-08-031-8/+7
* *: Track vrfs per nexthop not per route entryDonald Sharp2018-02-091-2/+2
* *: Send/receive the nexthop vrf_idDonald Sharp2018-01-121-0/+2
* *: Make zapi route install Notifications optionalDonald Sharp2017-11-271-1/+1
* *: Modify zclient_init to require privs dataDonald Sharp2017-10-241-1/+1
* *: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal2017-10-101-1/+1
* *: eliminate IFINDEX_DELETED in favor of IFINDEX_INTERNALRenato Westphal2017-10-101-1/+1
* *: fix segfault when sending more than MULTIPATH_NUM nexthopsRenato Westphal2017-09-211-0/+4
* *: make all daemons call frr_fini() on exitRenato Westphal2017-09-121-0/+2
* *: use zapi_route to send/receive redistributed routes as wellRenato Westphal2017-08-241-107/+15
* isisd: unify ipv4/ipv6 zebra-tx functionsRenato Westphal2017-08-241-90/+39
* isisd: use the new API to send routes to zebraRenato Westphal2017-08-231-167/+51
* *: remove leftovers from "router zebra"Renato Westphal2017-08-231-16/+0
* vnc/eigrpd/isisd: check for the correct message typesRenato Westphal2017-08-231-2/+2