summaryrefslogtreecommitdiff
path: root/isisd/isis_route.c
AgeCommit message (Expand)Author
2019-04-27isisd: replace dict_* with DECLARE_RBTREEDavid Lamparter
2018-11-20bgpd isisd lib: fix return on void functionsF. Aragon
2018-10-02*: list_delete_and_null() -> list_delete()David Lamparter
2018-08-03isisd: fix refcounting in isis_route.cChristian Franke
2018-08-03isisd: make spf code dst-src awareChristian Franke
2018-08-03isisd: fix isis_route_merge_verify logicChristian Franke
2018-08-03isisd: move route_table into spftreeChristian Franke
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-03-10isisd: remove unused debug codeChristian Franke
2017-10-05*: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp
2017-09-23isisd: use only one IP of neighbor as nexthopChristian Franke
2017-08-03isisd: send/receive LSPs with new parserChristian Franke
2017-08-03isisd: send/receive IIHs with new parserChristian Franke
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-03-01isisd: Clean up leaked memoryDonald Sharp
2017-02-24Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp
2017-02-13isisd: address coverity findingsChristian Franke
2017-01-13frr: Remove HAVE_IPV6 from code baseDonald Sharp
2016-09-23isisd: Segmentation fault on isis daemon fixesboris yakubov
2016-08-18*: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma
2016-03-29isisd: remove superfluous checks after XMALLOC etc.Christian Franke
2015-11-23Quagga: prefix2str fixupDonald Sharp
2012-12-12isisd: address Coverity warningsDavid Lamparter
2012-04-07isisd: couple of bug fixesSubbaiah Venkata
2012-04-07isisd: add Google's changes to IS-ISJosh Bailey
2006-12-08[isisd] Fix compiler warnings and allow v4-only compilationPaul Jakma
2005-11-20[isisd] remove includes of common system headers.paul
2005-10-01 * isis_adjacency.c: Stop expire timer while deleting adjacency.hasso
2005-10-012005-09-30 Vincent Jardin <vincent.jardin@6wind.com>jardin
2005-09-28 * *.c: Massive cleanup of lists loops. Stop abusing ALL_LIST_ELEMENTS.hasso
2005-09-26 * isis_spf.c: Changing cost from uint16_t to uint32_t. Unsethasso
2005-09-21 * isis_route.c: Fix output of nexthops in case of extreme debug.hasso
2005-04-072005-04-07 Paul Jakma <paul.jakma@sun.com>paul
2005-01-18 * *.c: Changed many functions to static. Some commented outhasso
2004-12-24zlog_* cleanup. Level of debug messages to LOG_DEBUG.hasso
2004-09-26Compiler warnings fixes.hasso
2004-09-10Indentation only. No any functional changes.hasso
2004-05-19Make it compile in NetBSD and OpenBSD.hasso
2003-12-23Initial revisionjardin