summaryrefslogtreecommitdiffstats
path: root/bfdd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8006 from idryzhov/fix-bfd-lookupPhilippe Guibert2021-02-121-115/+45
|\
| * bfdd: fix session lookupIgor Ryzhov2021-02-031-115/+45
* | bfdd: Prevent use after free ( again )Donald Sharp2021-02-071-1/+3
|/
* bfdd: Prevent storage of ifp pointer that has been deletedDonald Sharp2021-01-301-1/+3
* bfdd: Prevent unininited data transmittalDonald Sharp2021-01-301-1/+1
* bfdd: Remove #if 0Donald Sharp2021-01-281-4/+0
* bfdd: improve some debug messages related to zebra notificationsPhilippe Guibert2021-01-092-7/+10
* bfdd: update vrf of received packetPhilippe Guibert2021-01-091-0/+10
* bfdd: enable bfd session if vrf interface availablePhilippe Guibert2021-01-092-6/+20
* bfdd: socket should be bound to vrf interface by defaultPhilippe Guibert2021-01-091-4/+6
* bfd: fix session lookupIgor Ryzhov2020-12-041-1/+1
* Merge pull request #6950 from opensourcerouting/bfd-distributed-v3Donald Sharp2020-12-038-26/+1924
|\
| * bfdd: move interface/vrf reset codeRafael Zalamena2020-11-242-3/+2
| * bfdd: support connecting to BFD data planeRafael Zalamena2020-11-243-15/+229
| * bfdd: distributed BFD show commandsRafael Zalamena2020-11-243-0/+151
| * bfdd: integrate distributed BFDRafael Zalamena2020-11-243-5/+209
| * bfdd: disable sockets when using distributed BFDRafael Zalamena2020-11-241-16/+25
| * bfdd: distributed BFD debugging knobRafael Zalamena2020-11-241-0/+21
| * bfdd: import distributed BFD implementationRafael Zalamena2020-11-244-2/+921
| * bfdd: import data plane protocol headerRafael Zalamena2020-11-241-0/+381
* | bfdd: session specific command type checksRafael Zalamena2020-12-011-0/+20
|/
* bfdd: fix multiple links same addressRafael Zalamena2020-11-181-2/+5
* Merge pull request #7476 from opensourcerouting/bfd-fixesRuss White2020-11-171-51/+73
|\
| * bfdd: missing BFD integration debug valueRafael Zalamena2020-11-081-3/+9
| * bfdd,lib: simplify integration protocolRafael Zalamena2020-11-081-48/+64
* | bfdd: On interface address delete we are leaking memoryDonald Sharp2020-11-151-1/+4
|/
* Merge pull request #7473 from eololab/fix-crash-bfdd-show-counters-jsonDonald Sharp2020-11-071-1/+1
|\
| * bfdd: fix crash on show bfd peers counters jsonEmanuele Bovisio2020-11-061-1/+1
* | bfdd: fix possible null dereferenceIgor Ryzhov2020-11-051-2/+2
|/
* * : update signature of thread_cancel apiMark Stapp2020-10-231-17/+4
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-3/+2
* vtysh: dynamically generate the list of daemons for commandsIgor Ryzhov2020-10-021-0/+1
* bfdd: Make new multihop peer if local-address is uniqueTashana Mehta-Wilson2020-09-291-12/+13
* 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
|\