summaryrefslogtreecommitdiffstats
path: root/isisd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: cleanup .gitignore filesDavid Lamparter2018-09-081-13/+0
* build: move vtysh & manpage listings to subdir.amDavid Lamparter2018-09-081-0/+10
* isisd: silence SA warningsDavid Lamparter2018-09-082-6/+6
* isisd: fix warnings by removing union isis_N and going to void * insteadChristian Franke2018-09-052-17/+12
* fabricd: add support for completely unnumbered operationChristian Franke2018-09-054-3/+34
* fabricd: trigger CSNP after flooding scope LSP has been receivedChristian Franke2018-09-053-1/+46
* fabricd: Remove processing for unneded PDUs and TLVsChristian Franke2018-09-052-0/+12
* isisd: add purge originator identification supportChristian Franke2018-09-057-17/+74
* isisd: add TLV 13 Purge Originator IdentificationChristian Franke2018-09-052-0/+133
* isisd: add support for Prefix-SID subtlvChristian Franke2018-09-052-11/+201
* fabricd: add flooding algorithm debuggingChristian Franke2018-09-057-5/+103
* fabricd: implement flooding optimizationChristian Franke2018-09-054-4/+166
* fabricd: build a list of neighbors and neighbors neighborsChristian Franke2018-09-051-0/+94
* fabricd: add field with first and second nexthop to SPF pathsChristian Franke2018-09-052-4/+43
* fabricd: support transmission/reception of circuit-scoped LSPsChristian Franke2018-09-052-7/+44
* fabricd: reimplement LSP transmission logicChristian Franke2018-09-0512-314/+314
* fabricd: implement asymmetric metric for tier 0 as per Section 6.2Christian Franke2018-09-051-2/+9
* fabricd: implement fabric locality detection algorithmChristian Franke2018-09-051-0/+129
* fabricd: allow to configure tier-level advertisementChristian Franke2018-09-055-1/+108
* fabricd: Add support for TLV 150 (Spine-Leaf-Extension)Christian Franke2018-09-052-0/+170
* isisd: move spf datastructures to a header, to share with fabricdChristian Franke2018-09-053-300/+364
* fabricd: run a hop-by-hop spfChristian Franke2018-09-055-42/+137
* fabricd: adjacency formation optimization as per section 2.4Christian Franke2018-09-058-10/+233
* fabricd: adjust IS-IS defaults as per draftChristian Franke2018-09-052-27/+36
* isisd: Fix error output for 'no ip router isis' commandChristian Franke2018-09-051-1/+1
* isis: Cleanup CLI, split into parts which are shared, fabricd and isisdChristian Franke2018-09-0513-2239/+2010
* fabricd: add new daemon as build of isisdChristian Franke2018-09-0513-299/+374
* *: add a vrf update hook to be informed of the vrf namePhilippe Guibert2018-08-281-1/+1
* isisd: Include header for function declarationDonald Sharp2018-08-261-0/+1
* isisd, ospfd, tests: Switch to using stream_resize_inplaceDonald Sharp2018-08-221-1/+1
* *: frr_elevate_privs whitespace fixesDavid Lamparter2018-08-143-9/+9
* *: use frr_elevate_privs() (1/2: coccinelle)David Lamparter2018-08-143-63/+48
* *: rename ferr_ref -> log_refQuentin Young2018-08-142-3/+3
* *: rename zlog_fer -> flog_errQuentin Young2018-08-149-29/+29
* *: stop double initialization of ferrQuentin Young2018-08-141-2/+0
* *: fix source file headers & includes for errcodesQuentin Young2018-08-142-21/+24
* isisd: Cleanup compile issueDonald Sharp2018-08-141-2/+2
* isisd: Add isis_errors and generate custom Error CodesDonald Sharp2018-08-149-39/+147
* isisd: Convert to use LIB_ERR_XXXDonald Sharp2018-08-147-16/+24
* *: 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