summaryrefslogtreecommitdiffstats
path: root/babeld/babeld.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-08build: move RFPLDADD to bgpd/rfp-example/librfpDavid Lamparter3-5/+4
2018-09-08vtysh: make RPKI node non-conditionalDavid Lamparter3-15/+1
2018-09-08*: cleanup .gitignore filesDavid Lamparter34-428/+85
2018-09-08tests: properly locate files in builddirDavid Lamparter2-2/+9
2018-09-08build: move vtysh & manpage listings to subdir.amDavid Lamparter23-221/+155
2018-09-08build: remove common.amDavid Lamparter5-68/+64
2018-09-08build: include helper Makefiles in distDavid Lamparter1-0/+25
2018-09-08build: non-recursive testsDavid Lamparter8-246/+309
2018-09-08build: non-recursive vtyshDavid Lamparter6-30/+47
2018-09-08build: non-recursive bgpd & rfpDavid Lamparter13-285/+276
2018-09-08bfdd: fix garbage "port" stringDavid Lamparter1-0/+2
2018-09-08*: fix clang-6 SA warningsDavid Lamparter7-5/+9
2018-09-08lib: fix SA warning in skiplist codeDavid Lamparter1-0/+1
2018-09-08lib, ldpd: fix SA warnings from TAILQ oddnessDavid Lamparter4-14/+25
2018-09-08isisd: silence SA warningsDavid Lamparter2-6/+6
2018-09-08vtysh: Actually make the new_completion function matchDonald Sharp1-3/+2
2018-09-08vtysh: Add code to isolate append_historyDonald Sharp2-0/+14
2018-09-08lib: Detect if pthread_condattr_setclock is availableDonald Sharp2-0/+11
2018-09-08lib: Cleanup include of link.hDonald Sharp1-0/+2
2018-09-07sharpd: Fix missing 'show debug' commandDonald Sharp1-0/+15
2018-09-07staticd: Fix 'show debug static" commandDonald Sharp1-0/+14
2018-09-07lib: array index check (Coverity 1473088)F. Aragon1-1/+1
2018-09-07zebra: Modify nexthop checks to report inactive a bit moreDonald Sharp1-7/+48
2018-09-06eigrp: opnional metric in 'no redistribute'dturlupov1-1/+1
2018-09-06doc: Update sharp documentationDonald Sharp1-5/+6
2018-09-06sharpd: Modify route install to allow v6 nexthopsDonald Sharp2-6/+12
2018-09-06zebra: Fix _route_entry_dump to handle nexthop family as appropriateDonald Sharp1-4/+27
2018-09-06lib: Add missing smux.h to `make distrib` resultsDonald Sharp1-0/+1
2018-09-05zebra: Fix RB-Tree storage comparison function for v6Donald Sharp1-0/+3
2018-09-05bfdd: fix crash when receiving invalid echo packetRafael Zalamena1-2/+2
2018-09-05bfdd: use THREAD_OFF() instead of thread_cancel()Rafael Zalamena2-34/+14
2018-09-05doc: add documentation for fabricdChristian Franke9-0/+454
2018-09-05isisd: fix warnings by removing union isis_N and going to void * insteadChristian Franke3-37/+32
2018-09-05fabricd: add support for completely unnumbered operationChristian Franke4-3/+34
2018-09-05zebra: add a ZEBRA_FLAG_ONLINK so that routes bypass the is-unnumbered checkChristian Franke2-3/+8
2018-09-05fabricd: trigger CSNP after flooding scope LSP has been receivedChristian Franke3-1/+46
2018-09-05fabricd: Remove processing for unneded PDUs and TLVsChristian Franke2-0/+12
2018-09-05isisd: add purge originator identification supportChristian Franke8-17/+82
2018-09-05isisd: add TLV 13 Purge Originator IdentificationChristian Franke3-0/+133
2018-09-05tests/isisd: remove auth when fuzzingChristian Franke1-0/+4
2018-09-05isisd: add support for Prefix-SID subtlvChristian Franke2-11/+201
2018-09-05fabricd: add flooding algorithm debuggingChristian Franke7-5/+103
2018-09-05fabricd: implement flooding optimizationChristian Franke4-4/+166
2018-09-05fabricd: build a list of neighbors and neighbors neighborsChristian Franke1-0/+94
2018-09-05fabricd: add field with first and second nexthop to SPF pathsChristian Franke3-9/+52
2018-09-05fabricd: support transmission/reception of circuit-scoped LSPsChristian Franke2-7/+44
2018-09-05fabricd: reimplement LSP transmission logicChristian Franke12-314/+314
2018-09-05fabricd: implement asymmetric metric for tier 0 as per Section 6.2Christian Franke1-2/+9
2018-09-05fabricd: implement fabric locality detection algorithmChristian Franke1-0/+129
2018-09-05fabricd: allow to configure tier-level advertisementChristian Franke5-1/+108