summaryrefslogtreecommitdiffstats
path: root/isisd/isis_zebra.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* Revert "Make route flags a 32bit field"Donald Sharp2016-09-231-5/+4
* Make route flags a 32bit fieldChristian Franke2016-09-231-4/+5
* *: remove dead codeRenato Westphal2016-09-231-4/+0
* Add support of Traffic Engineering to IS-ISOlivier Dugeon2016-09-031-0/+26
* bgpd, lib, ospfd, pimd, zebra: Use nexthop_types_tDonald Sharp2016-09-021-2/+2
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-08-181-4/+4
* isisd: add support to import routes from other protocolsChristian Franke2016-03-301-20/+81
* isisd: do remove ipv6 routes from ZebraChristian Franke2016-03-301-1/+1
* quagga: delete interface from default table when moved to vrfDon Slice2016-03-181-1/+1
* Quagga: Support VRF unregister for clientsvivek2016-02-121-1/+1
* Quagga: prefix2str fixupDonald Sharp2015-11-231-4/+4
* *: add VRF ID in the API message headerFeng Lu2015-11-041-23/+38
* Zebra: Make redistribute do replace instead of del/add for better convergencevivek2015-10-211-1/+5
* lib: zclient.c remove extern struct thread_master *Donald Sharp2015-09-231-2/+2
* isisd: isisd-warnings.patchDonald Sharp2015-05-201-6/+3
* Per AFI redist registrationsDonald Sharp2015-05-201-4/+5
* Multi-Instance OSPF SummaryDonald Sharp2015-05-201-5/+12
* isisd: reapply patch to fix zebra protocolAvneesh Sachdev2012-04-121-0/+5
* isisd: add Google's changes to IS-ISJosh Bailey2012-04-071-49/+33
* [isisd] Fix compiler warnings and allow v4-only compilationPaul Jakma2006-12-081-2/+4
* [zserv] fix up custom isisd and bgpd Zserv functions for new format.paul2006-01-171-4/+1
* * isis_spf.c: Changing cost from uint16_t to uint32_t. Unsethasso2005-09-261-0/+2
* * *.c: Try to be less verbose by default (without any debug optionshasso2005-09-041-6/+12
* 2005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-04-111-11/+1
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>paul2005-04-071-8/+3