summaryrefslogtreecommitdiffstats
path: root/bfdd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6301 from pguibert6WIND/bfd_debug_showRafael Zalamena2020-04-271-3/+6
|\
| * bfdd: display debugging status of bfdPhilippe Guibert2020-04-271-3/+6
* | bfdd: fix frr-format false warningDavid Lamparter2020-04-271-4/+5
* | build: make clippy Makefile rules nicerDavid Lamparter2020-04-271-5/+4
* | build: use VPATH for vtysh_scanDavid Lamparter2020-04-271-2/+2
* | *: change the signature of the northbound callbacks to be more flexibleRenato Westphal2020-04-233-254/+203
* | *: replace all random() callsRafael Zalamena2020-04-181-3/+4
* | Merge pull request #6247 from FRRouting/nb_conversionsDonald Sharp2020-04-171-0/+1
|\ \
| * | *: include vrf northbound module in initChirag Shah2020-04-161-0/+1
| |/
* | Merge pull request #6135 from opensourcerouting/cli-node-cleanupDonald Sharp2020-04-171-8/+12
|\ \
| * | *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-161-0/+2
| * | *: move CLI parent data to cmd_node->parent_nodeDavid Lamparter2020-04-161-0/+2
| * | *: remove second parameter on install_node()David Lamparter2020-04-161-2/+4
| * | *: remove cmd_node->vtyshDavid Lamparter2020-04-161-2/+0
| * | *: clean up cmd_node initializersDavid Lamparter2020-04-161-6/+6
| |/
* | Merge pull request #5451 from opensourcerouting/rcu-logSantosh P K2020-04-161-0/+1
|\ \ | |/ |/|
| * lib: rewrite zlog lock-free & TLS-bufferedDavid Lamparter2020-04-011-0/+1
* | bfdd: add more zebra debug messagesRafael Zalamena2020-04-141-25/+22
* | bfdd: constify satostrRafael Zalamena2020-04-142-4/+4
* | bfdd: remove time calculation debugsRafael Zalamena2020-04-141-16/+0
* | bfdd: simplify code flowRafael Zalamena2020-04-144-30/+5
* | bfdd: add debug fine tuning capabilitiesRafael Zalamena2020-04-145-68/+208
* | bfdd: use standard log macrosRafael Zalamena2020-04-109-197/+206
* | bfdd: fix transmission timer calculationRafael Zalamena2020-04-091-8/+7
* | bfdd: initialize packet data with zeroesRafael Zalamena2020-04-091-1/+1
* | bfdd: remove BFD_*_FLAG macrosRafael Zalamena2020-04-099-73/+69
|/
* bfdd: fix -Wundef warningRuben Kerkhof2020-03-301-1/+1
* *: fix format string warningsDavid Lamparter2020-03-291-3/+3
* *: remove tabs from log messagesDavid Lamparter2020-03-241-19/+22
* *: Use short version of bool expressionsDonatas Abraitis2020-03-042-3/+3
* *: change hash_backet to hash_bucketDonald Sharp2020-02-281-1/+1
* Revert "*: change hash_backet to hash_bucket"Jafar Al-Gharaibeh2020-02-271-1/+1
* *: change hash_backet to hash_bucketDonald Sharp2020-02-271-1/+1
* *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-1/+0
* Merge pull request #5716 from opensourcerouting/bfdd-logRuss White2020-01-287-155/+20
|\
| * bfdd: fix format stringsDavid Lamparter2020-01-213-5/+6
| * bfdd: remove logging shimDavid Lamparter2020-01-214-150/+14
* | Merge pull request #5412 from opensourcerouting/bfdd-vrf-fixQuentin Young2020-01-221-4/+15
|\ \ | |/ |/|
| * bfdd: fix multiple VRF handlingRafael Zalamena2019-11-221-4/+15
* | doc: rename man pages to frr-*David Lamparter2020-01-151-1/+1
* | bfdd: Json fields for multiplierSumitAgarwal1232019-12-041-7/+14
* | bfdd: Adding new CLI, show bfd peers briefSumitAgarwal1232019-12-043-1/+98
* | bfdd: Adding new cli, clear bfd countersSumitAgarwal1232019-12-041-0/+40
* | bfdd: Adding new fields to display show bfd peerSumitAgarwal1232019-12-041-0/+6
* | *: generously apply constDavid Lamparter2019-12-022-5/+5
* | *: make frr_yang_module_info constDavid Lamparter2019-11-301-1/+1
|/
* Merge pull request #5274 from opensourcerouting/bfdd-vrf-socketRuss White2019-11-193-24/+28
|\
| * bfdd: bind VRF sockets to devicesRafael Zalamena2019-11-043-24/+28
* | bfdd: remove unused initialization sa warningMark Stapp2019-11-141-1/+2
|/
* bfdd: split northbound callbacks into multiple filesRenato Westphal2019-10-309-1268/+1514