summaryrefslogtreecommitdiffstats
path: root/isisd/isis_zebra.c
Commit message (Expand)AuthorAgeFilesLines
* quagga: Remove double read of streamDonald Sharp2016-03-111-1/+3
* lib: Check prefix length from zebra is sensiblePaul Jakma2016-03-081-1/+1
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-02-261-4/+4
* isisd: add support to import routes from other protocolsChristian Franke2015-12-081-19/+81
* isisd: do remove ipv6 routes from ZebraChristian Franke2015-12-081-1/+1
* lib: zclient.c remove extern struct thread_master *Donald Sharp2015-10-271-2/+2
* *: add VRF ID in the API message headerFeng Lu2015-06-031-20/+35
* isisd: assorted fixes (unused variables, static)David Lamparter2015-04-211-3/+3
* isisd: reapply patch to fix zebra protocolAvneesh Sachdev2012-04-111-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>nonblocking_zclient_afterajs2005-04-111-11/+1
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>quagga_post_listloop_cleanuppaul2005-04-071-8/+3
* 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-04-021-2/+3
* 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-04-021-10/+8
* * *.c: Changed many functions to static. Some commented outhasso2005-01-181-14/+16
* Really fix crashes now. Revert isis_circuit_update_params() part of previoushasso2004-12-291-6/+8
* Don't crash during interface up/down events.hasso2004-12-291-0/+3
* zlog_* cleanup. Level of debug messages to LOG_DEBUG.hasso2004-12-241-9/+9
* No warnings here any more.hasso2004-10-071-1/+2
* Common router id.hasso2004-10-031-13/+17
* Compiler warnings fixes.hasso2004-09-261-2/+2
* Isisd is now able to remove addresses from circuit and trigger LSP updateshasso2004-09-141-1/+14
* Indentation only. No any functional changes.hasso2004-09-101-230/+238
* Make it compile in NetBSD and OpenBSD.hasso2004-05-191-1/+0
* 2004-05-08 Paul Jakma <paul@dishone.st>paul2004-05-081-5/+7
* Some fixes to isisd done by me and Cougar in the spring of 2003. Seehasso2003-12-231-0/+4
* Initial revisionjardin2003-12-231-0/+592