summaryrefslogtreecommitdiffstats
path: root/isisd/isis_route.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd: introduce new route update hookRenato Westphal2019-09-171-7/+16
* isisd: move management of route flags out of isis_zebra.cRenato Westphal2019-09-171-2/+25
* isisd: unify isis_nexthop and isis_nexthop6 into a single structRenato Westphal2019-08-211-146/+92
* isisd: reuse the nexthop lookup functions to avoid code duplicationRenato Westphal2019-08-211-24/+19
* isisd: remove unnecessary null checksRenato Westphal2019-08-211-4/+2
* isisd: remove unused struct fieldsRenato Westphal2019-08-211-2/+0
* isisd: del routes when area is unconfiguredEmanuele Di Pascale2019-05-291-1/+7
* isisd: replace dict_* with DECLARE_RBTREEDavid Lamparter2019-04-271-1/+0
* bgpd isisd lib: fix return on void functionsF. Aragon2018-11-201-1/+1
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-2/+2
* isisd: fix refcounting in isis_route.cChristian Franke2018-08-031-26/+37
* isisd: make spf code dst-src awareChristian Franke2018-08-031-21/+44
* isisd: fix isis_route_merge_verify logicChristian Franke2018-08-031-3/+28
* isisd: move route_table into spftreeChristian Franke2018-08-031-111/+36
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-4/+4
* isisd: remove unused debug codeChristian Franke2018-03-101-40/+0
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-2/+2
* isisd: use only one IP of neighbor as nexthopChristian Franke2017-09-231-6/+2
* isisd: send/receive LSPs with new parserChristian Franke2017-08-031-1/+0
* isisd: send/receive IIHs with new parserChristian Franke2017-08-031-8/+6
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-504/+484
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+4
* isisd: Clean up leaked memoryDonald Sharp2017-03-011-0/+1
* Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-241-0/+6
|\
| * isisd: address coverity findingsChristian Franke2017-02-131-4/+6
* | frr: Remove HAVE_IPV6 from code baseDonald Sharp2017-01-131-23/+0
|/
* isisd: Segmentation fault on isis daemon fixesboris yakubov2016-09-231-0/+3
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-08-181-5/+5
* isisd: remove superfluous checks after XMALLOC etc.Christian Franke2016-03-301-19/+0
* Quagga: prefix2str fixupDonald Sharp2015-11-231-6/+6
* isisd: address Coverity warningsDavid Lamparter2012-12-121-1/+5
* isisd: couple of bug fixesSubbaiah Venkata2012-04-071-5/+13
* isisd: add Google's changes to IS-ISJosh Bailey2012-04-071-156/+92
* [isisd] Fix compiler warnings and allow v4-only compilationPaul Jakma2006-12-081-1/+8
* [isisd] remove includes of common system headers.paul2005-11-201-2/+0
* * isis_adjacency.c: Stop expire timer while deleting adjacency.hasso2005-10-011-1/+2
* 2005-09-30 Vincent Jardin <vincent.jardin@6wind.com>jardin2005-10-011-0/+1
* * *.c: Massive cleanup of lists loops. Stop abusing ALL_LIST_ELEMENTS.hasso2005-09-281-22/+19
* * isis_spf.c: Changing cost from uint16_t to uint32_t. Unsethasso2005-09-261-27/+135
* * isis_route.c: Fix output of nexthops in case of extreme debug.hasso2005-09-211-6/+16
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>paul2005-04-071-66/+41
* * *.c: Changed many functions to static. Some commented outhasso2005-01-181-25/+26
* zlog_* cleanup. Level of debug messages to LOG_DEBUG.hasso2004-12-241-18/+18
* Compiler warnings fixes.hasso2004-09-261-6/+6
* Indentation only. No any functional changes.hasso2004-09-101-267/+301
* Make it compile in NetBSD and OpenBSD.hasso2004-05-191-1/+0
* Initial revisionjardin2003-12-231-0/+615