summaryrefslogtreecommitdiffstats
path: root/isisd (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd: Remove impossible checkDonald Sharp2018-02-171-3/+0
* isisd: Free up some memory allocated.Donald Sharp2018-02-141-0/+3
* *: Track vrfs per nexthop not per route entryDonald Sharp2018-02-091-2/+2
* isis: use descriptor polling instead of timeRafael Zalamena2018-02-071-1/+1
* *: silence '-Wchar-subscripts' warnings on NetBSDRenato Westphal2018-02-021-1/+1
* *: silence '-Wmaybe-uninitialized' warnings on NetBSDRenato Westphal2018-02-021-1/+1
* *: Send/receive the nexthop vrf_idDonald Sharp2018-01-121-0/+2
* Merge pull request #1563 from opensourcerouting/isis-bpf-hlenDonald Sharp2017-12-191-16/+16
|\
| * Revert "isisd: bpf: ETHER_HDR_LEN -> ETH_ALEN"Rafael Zalamena2017-12-181-16/+16
* | Merge pull request #1515 from donaldsharp/selected_to_front1Renato Westphal2017-12-191-2/+0
|\ \ | |/ |/|
| * *: Remove cvs control pointsDonald Sharp2017-12-051-2/+0
* | Merge pull request #1536 from opensourcerouting/isis-l2convDonald Sharp2017-12-144-7/+7
|\ \
| * | isisd: fix l2 neighbor formationsRafael Zalamena2017-12-143-4/+5
| * | isisd: fix debug messageRafael Zalamena2017-12-121-3/+2
| |/
* / isisd: save a clock_gettime() callRafael Zalamena2017-12-121-6/+7
|/
* *: Make zapi route install Notifications optionalDonald Sharp2017-11-271-1/+1
* isisd: Add a missing newline to a help stringDonald Sharp2017-11-151-1/+1
* Merge pull request #1358 from opensourcerouting/isis-lsp_tick-fixesDonald Sharp2017-10-255-25/+12
|\
| * isisd: lsp_update doesn't need to readd LSPs to the database anymoreChristian Franke2017-10-051-13/+2
| * isisd: fix issue with lsp queueing logic in lsp_tickChristian Franke2017-10-055-12/+10
* | *: add missing \n in some help stringsRenato Westphal2017-10-241-1/+1
* | *: Modify zclient_init to require privs dataDonald Sharp2017-10-241-1/+1
* | isisd: Allow struct zebra_privs_t to be availableDonald Sharp2017-10-244-6/+2
* | Merge pull request #1298 from opensourcerouting/iface-rb-treeDonald Sharp2017-10-163-9/+7
|\ \
| * | *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-102-2/+2
| * | *: 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-102-4/+1
| * | *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-102-5/+6
* | | isisd: Fix leaked memory in error caseDonald Sharp2017-10-101-1/+4
|/ /
* | isisd: fix clang warningVincent JARDIN2017-10-081-0/+3
* | *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-0510-41/+30
|/
* isisd: optimize per interface lsp send-queue creationChristian Franke2017-10-039-75/+227
* isisd: fix vertex queue comparatorChristian Franke2017-10-021-1/+1
* isisd: ensure fragments get always linkedChristian Franke2017-09-231-13/+27
* isisd: cleanup unused variablesChristian Franke2017-09-231-4/+0
* isisd: always trigger spf run asynchronouslyChristian Franke2017-09-231-16/+12
* isisd: use only one IP of neighbor as nexthopChristian Franke2017-09-231-6/+2
* Merge pull request #1222 from opensourcerouting/isis-spf-improvementsDonald Sharp2017-09-231-85/+103
|\
| * isisd: SPF doesn't need to maintain childrenChristian Franke2017-09-221-20/+0
| * isisd: use skiplist to implement ordered list for SPFChristian Franke2017-09-221-65/+103
* | Merge pull request #1215 from opensourcerouting/zapi_nexthopsDonald Sharp2017-09-221-0/+4
|\ \
| * | *: fix segfault when sending more than MULTIPATH_NUM nexthopsRenato Westphal2017-09-211-0/+4
| |/
* / isisd: Don't corrupt generated LSPs if information exceeds capacityChristian Franke2017-09-221-0/+11
|/
* isisd: generate unique circuit idsChristian Franke2017-09-204-37/+42
* *: use clang's 'ForEachMacros' format style optionRenato Westphal2017-09-151-8/+4
* *: make all daemons call frr_fini() on exitRenato Westphal2017-09-121-0/+2
* Merge pull request #1020 from opensourcerouting/ferrDonald Sharp2017-09-053-100/+70
|\
| * isisd: use ferr_* functionsDavid Lamparter2017-08-283-100/+70
* | Merge pull request #1086 from donaldsharp/zebra_importRenato Westphal2017-09-041-15/+4
|\ \
| * | *: Cleanup multiple is_default... codeDonald Sharp2017-08-311-15/+4