summaryrefslogtreecommitdiffstats
path: root/isisd/isis_zebra.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* *: reduce excessive indentation in a few placesRenato Westphal2017-08-231-66/+64
* isisd: send/receive LSPs with new parserChristian Franke2017-08-031-1/+0
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-557/+536
* isisd: Fix zclient cleanup on shutdownDonald Sharp2017-06-301-0/+7
* Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-06-291-5/+21
|\
| * isisd: adjust redist functionality to current zapiChristian Franke2017-06-201-5/+21
* | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+4
* | isisd: support unnumbered operationChristian Franke2017-05-061-1/+2
|/
* lib: send ZAPI IPv6 source prefixDavid Lamparter2017-01-301-2/+2
* frr: Remove HAVE_IPV6 from code baseDonald Sharp2017-01-131-13/+0
* Make route flags a 32bit fieldChristian Franke2016-09-231-4/+5
* lib: Check prefix length from zebra is sensiblePaul Jakma2016-09-231-1/+1