summaryrefslogtreecommitdiffstats
path: root/isisd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: ALLOC calls cannot failDonald Sharp2018-08-114-32/+20
* isisd: fix refcounting in isis_route.cChristian Franke2018-08-031-26/+37
* isisd: make spf code dst-src awareChristian Franke2018-08-037-73/+203
* isisd: don't infer spftree from address familyChristian Franke2018-08-031-18/+25
* isisd: make use of advanced concepts like arrays and loopsChristian Franke2018-08-033-71/+57
* isisd: fix isis_route_merge_verify logicChristian Franke2018-08-031-3/+28
* isisd: fix redist_delete to also consider level-2Christian Franke2018-08-031-1/+1
* isisd: move route_table into spftreeChristian Franke2018-08-036-169/+111
* isisd: learn and advertise IPv6 dst-src routesChristian Franke2018-08-038-70/+120
* isisd: add debug message if adjacency is ignored because IP is unusableChristian Franke2018-08-031-1/+8
* libs, daemons: use const in route-map applyMark Stapp2018-07-231-5/+6
* isisd: don't crash when isis_sock_init failsChristian Franke2018-07-191-8/+7
* Merge pull request #2588 from pacovn/Clang_dereference1Russ White2018-06-301-2/+3
|\
| * bgpd isisd: null check (Clang scan)F. Aragon2018-06-291-2/+3
* | Merge pull request #2587 from pacovn/Clang_scan_dead_codeQuentin Young2018-06-291-1/+1
|\ \
| * | isisd zebra: dead code (Clang scan)F. Aragon2018-06-291-1/+1
| |/
* | Merge pull request #2579 from pacovn/Coverity_1424370_Unchecked_return_value_...Quentin Young2018-06-281-3/+3
|\ \
| * | isisd: return check (Coverity 1424370)F. Aragon2018-06-281-3/+3
| |/
* / isisd: null check (Coverity 1424529)F. Aragon2018-06-281-0/+1
|/
* isisd: out-of-bounds access (Coverity 1452552)paco2018-06-251-19/+19
* Merge pull request #2501 from pacovn/infer_unused1Quentin Young2018-06-212-2/+2
|\
| * bgpd isisd ldpd lib ospfd pimd: redundancy (infer)paco2018-06-202-2/+2
* | isisd, zebra: FIXME fixespaco2018-06-191-9/+8
|/
* eigrpd, isisd, lib, ospfd: no effect (cppcheck)paco2018-06-191-3/+0
* isisd: out-of-bounds access (Coverity 1399309)paco2018-06-151-2/+2
* Merge pull request #2309 from opensourcerouting/master-mpls_te_print_detail-fixOlivier Dugeon2018-06-011-1/+76
|\
| * isisd: fix mpls_te_print_detail to not read out-of-boundsChristian Franke2018-05-311-1/+76
* | isisd: fix bug in tlv_copy of empty MT-router-infoChristian Franke2018-05-281-1/+1
|/
* 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