summaryrefslogtreecommitdiffstats
path: root/bfdd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7063 from idryzhov/yang-leafrefRenato Westphal2020-09-264-19/+13
|\
| * bfdd: use * as a placeholder for an empty interface name in northboundIgor Ryzhov2020-09-243-5/+8
| * bfdd: interface and vrf are mandatory leafsIgor Ryzhov2020-09-241-14/+3
| * bfdd: add missing includesIgor Ryzhov2020-09-221-0/+2
* | *: move all userdata when changing node xpathIgor Ryzhov2020-09-241-0/+6
|/
* bfdd: fix parameter lengthIgor Ryzhov2020-08-241-2/+2
* bfdd: Allow it to work when V6 is completely turned offDonald Sharp2020-08-142-12/+36
* bfdd: implement minimum TTLRafael Zalamena2020-08-1210-6/+200
* bfdd: simplify and remove duplicated codeRafael Zalamena2020-08-113-55/+37
* bfdd: implement passive modeRafael Zalamena2020-08-118-5/+183
* *: introduce DEFPY_YANG & friendsRenato Westphal2020-08-031-19/+19
* Merge pull request #6731 from opensourcerouting/style-string-prepDonald Sharp2020-07-165-21/+16
|\
| * *: remove PRI[udx](8|16|32)David Lamparter2020-07-143-13/+12
| * *: un-split strings across linesDavid Lamparter2020-07-143-8/+4
* | bfdd: update detect multiplier on profile changeRafael Zalamena2020-07-131-0/+1
|/
* bfdd: Use XFREE, clean up SA warning for bfd profilesMark Stapp2020-07-031-1/+2
* Merge pull request #6437 from opensourcerouting/bfd-profiles-bgpDonald Sharp2020-07-025-7/+51
|\
| * bfdd: don't update peers settings on shutdownRafael Zalamena2020-05-293-1/+10
| * bfdd,lib: implement protocol profile selectionRafael Zalamena2020-05-293-6/+41
* | Merge pull request #6390 from opensourcerouting/bfd-cp-fixRuss White2020-06-161-12/+51
|\ \
| * | bfdd: tell peer when our control plane is deadRafael Zalamena2020-05-141-12/+51
* | | *: add filter northbound supportRafael Zalamena2020-06-051-0/+1
| |/ |/|
* | bfdd: remove profile pointers on removalRafael Zalamena2020-05-201-0/+33
* | bfdd: implement BFD session configuration profilesRafael Zalamena2020-05-207-7/+737
* | bfdd,lib,vtysh: new command node for BFD profilesRafael Zalamena2020-05-201-0/+34
* | bfdd: remove duplicated codeRafael Zalamena2020-05-153-115/+88
|/
* 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