summaryrefslogtreecommitdiffstats
path: root/isisd (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd: use 0 as default-metric for redistributionChristian Franke2018-05-081-9/+5
* isisd: resolve possible null pointer dereferenceIlya Shipitsin2018-04-241-3/+2
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-2735-365/+368
* Merge pull request #1925 from opensourcerouting/bugfix-isis_bpf_readDonald Sharp2018-03-193-12/+23
|\
| * isisd: Fixed the way isis reads from bpfipinlnd2018-03-193-12/+23
* | Merge branch 'master' into working/master/bgp-vpn-vrf-leakingpaulzlabn2018-03-1414-318/+481
|\ \
| * | isisd: add nerd-knob to turn three-way-adj offChristian Franke2018-03-105-2/+26
| * | isisd: P2P adjacencies should only be included in LSPDB/SPF when they are upChristian Franke2018-03-103-3/+5
| * | isisd: implement threeway adjacenciesChristian Franke2018-03-103-50/+125
| * | isisd: add support for TLV 240 P2P Three-Way AdjacencyChristian Franke2018-03-102-0/+171
| * | isisd: remove unused debug codeChristian Franke2018-03-101-40/+0
| * | isisd: allocate circuit_id only for broadcast circuitsChristian Franke2018-03-104-23/+14
| * | isisd: cleanup usage of circuit_idChristian Franke2018-03-104-17/+12
| * | isisd: revert some counterproductive indentationChristian Franke2018-03-108-186/+131
| |/
* / isisd: debug msg: display distance when adding redist routeG. Paul Ziemba2018-03-091-2/+2
|/
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-0615-219/+279
* 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