summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2995 from wwijkander/docpatchDavid Lamparter2018-09-091-4/+3
|\
| * Update RPM building instructionsWilhelm Wijkander2018-09-091-4/+3
* | Merge pull request #2994 from opensourcerouting/sa-warningsDonald Sharp2018-09-0913-19/+37
|\ \ | |/ |/|
| * bfdd: fix garbage "port" stringDavid Lamparter2018-09-081-0/+2
| * *: fix clang-6 SA warningsDavid Lamparter2018-09-087-5/+9
| * lib: fix SA warning in skiplist codeDavid Lamparter2018-09-081-0/+1
| * lib, ldpd: fix SA warnings from TAILQ oddnessDavid Lamparter2018-09-084-14/+25
* | Merge pull request #2875 from opensourcerouting/fabricdDonald Sharp2018-09-0867-3146/+5273
|\ \
| * | isisd: silence SA warningsDavid Lamparter2018-09-082-6/+6
| * | doc: add documentation for fabricdChristian Franke2018-09-059-0/+454
| * | isisd: fix warnings by removing union isis_N and going to void * insteadChristian Franke2018-09-053-37/+32
| * | fabricd: add support for completely unnumbered operationChristian Franke2018-09-054-3/+34
| * | zebra: add a ZEBRA_FLAG_ONLINK so that routes bypass the is-unnumbered checkChristian Franke2018-09-052-3/+8
| * | 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-058-17/+82
| * | isisd: add TLV 13 Purge Originator IdentificationChristian Franke2018-09-053-0/+133
| * | tests/isisd: remove auth when fuzzingChristian Franke2018-09-051-0/+4
| * | 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-053-9/+52
| * | 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-0515-2242/+2026
| * | vtysh: support fabricdChristian Franke2018-09-054-12/+71
| * | redhat: Add fabricd to RPM packageMartin Winter2018-09-054-2/+14
| * | zebra: add RTPROT_FABRICD route type 197Christian Franke2018-09-054-1/+10
| * | fabricd: add new daemon as build of isisdChristian Franke2018-09-0520-301/+392
* | | Merge pull request #2991 from donaldsharp/mac_compilingDavid Lamparter2018-09-085-3/+29
|\ \ \ | |_|/ |/| |
| * | vtysh: Actually make the new_completion function matchDonald Sharp2018-09-081-3/+2
| * | vtysh: Add code to isolate append_historyDonald Sharp2018-09-082-0/+14
| * | lib: Detect if pthread_condattr_setclock is availableDonald Sharp2018-09-082-0/+11
| * | lib: Cleanup include of link.hDonald Sharp2018-09-081-0/+2
|/ /
* | Merge pull request #2989 from donaldsharp/static_debugDavid Lamparter2018-09-082-0/+29
|\ \
| * | sharpd: Fix missing 'show debug' commandDonald Sharp2018-09-071-0/+15
| * | staticd: Fix 'show debug static" commandDonald Sharp2018-09-071-0/+14
* | | Merge pull request #2988 from donaldsharp/more_debugsDavid Lamparter2018-09-081-7/+48
|\ \ \
| * | | zebra: Modify nexthop checks to report inactive a bit moreDonald Sharp2018-09-071-7/+48
* | | | Merge pull request #2981 from donaldsharp/v6_vxlan_bugDavid Lamparter2018-09-081-0/+3
|\ \ \ \