summaryrefslogtreecommitdiffstats
path: root/bfdd/bfd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: adapt to version 2 of libyangChristian Hopps2021-05-131-4/+4
* bfdd: remove profiles when removing bfd nodeIgor Ryzhov2021-04-011-0/+8
* Merge pull request #8121 from opensourcerouting/macro-cleanupDonatas Abraitis2021-03-221-4/+4
|\
| * *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-4/+4
* | Merge pull request #8225 from idryzhov/bfd-echo-modeRafael Zalamena2021-03-171-1/+3
|\ \
| * | bfdd: fix starting echo receive timerIgor Ryzhov2021-03-161-1/+3
| |/
* / bfdd: separate echo rx/tx timersIgor Ryzhov2021-03-161-11/+24
|/
* bfdd: make sessions administratively up by defaultIgor Ryzhov2021-03-141-2/+2
* bfdd: fix detect timeoutIgor Ryzhov2021-03-091-3/+3
* bfdd: fix session lookupIgor Ryzhov2021-02-031-115/+45
* bfdd: improve some debug messages related to zebra notificationsPhilippe Guibert2021-01-091-2/+4
* bfdd: enable bfd session if vrf interface availablePhilippe Guibert2021-01-091-0/+7
* bfd: fix session lookupIgor Ryzhov2020-12-041-1/+1
* bfdd: move interface/vrf reset codeRafael Zalamena2020-11-241-2/+0
* bfdd: integrate distributed BFDRafael Zalamena2020-11-241-5/+44
* bfdd: disable sockets when using distributed BFDRafael Zalamena2020-11-241-16/+25
* bfdd: fix multiple links same addressRafael Zalamena2020-11-181-2/+5
* 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-261-1/+1
|\
| * bfdd: use * as a placeholder for an empty interface name in northboundIgor Ryzhov2020-09-241-1/+1
* | *: move all userdata when changing node xpathIgor Ryzhov2020-09-241-0/+6
|/
* bfdd: Allow it to work when V6 is completely turned offDonald Sharp2020-08-141-6/+9
* bfdd: implement minimum TTLRafael Zalamena2020-08-121-0/+12
* bfdd: simplify and remove duplicated codeRafael Zalamena2020-08-111-46/+21
* bfdd: implement passive modeRafael Zalamena2020-08-111-5/+59
* *: remove PRI[udx](8|16|32)David Lamparter2020-07-141-2/+1
* *: un-split strings across linesDavid Lamparter2020-07-141-4/+2
* bfdd: Use XFREE, clean up SA warning for bfd profilesMark Stapp2020-07-031-1/+2
* bfdd: don't update peers settings on shutdownRafael Zalamena2020-05-291-1/+2
* bfdd,lib: implement protocol profile selectionRafael Zalamena2020-05-291-0/+9
* bfdd: remove profile pointers on removalRafael Zalamena2020-05-201-0/+33
* bfdd: implement BFD session configuration profilesRafael Zalamena2020-05-201-6/+218
* bfdd: remove duplicated codeRafael Zalamena2020-05-151-63/+70
* *: replace all random() callsRafael Zalamena2020-04-181-3/+4
* bfdd: constify satostrRafael Zalamena2020-04-141-3/+3
* bfdd: simplify code flowRafael Zalamena2020-04-141-6/+1
* bfdd: add debug fine tuning capabilitiesRafael Zalamena2020-04-141-48/+74
* bfdd: use standard log macrosRafael Zalamena2020-04-101-43/+48
* bfdd: fix transmission timer calculationRafael Zalamena2020-04-091-8/+7
* bfdd: remove BFD_*_FLAG macrosRafael Zalamena2020-04-091-26/+26
* Merge pull request #5412 from opensourcerouting/bfdd-vrf-fixQuentin Young2020-01-221-4/+15
|\
| * bfdd: fix multiple VRF handlingRafael Zalamena2019-11-221-4/+15
* | bfdd: Adding new CLI, show bfd peers briefSumitAgarwal1232019-12-041-0/+5
|/
* bfdd: bind VRF sockets to devicesRafael Zalamena2019-11-041-6/+6
* Merge pull request #5197 from SumitAgarwal123/BFD_ADMIN_DOWNRafael Zalamena2019-10-291-4/+42
|\
| * bfdd: Handling local and remote admin-downSumitAgarwal1232019-10-291-4/+42
* | bfdd: VRF and CoverityDonald Sharp2019-10-261-0/+1
* | bfdd: simplify session observers codeRafael Zalamena2019-10-111-12/+3
* | bfdd: set session down after disabling itRafael Zalamena2019-10-111-3/+13
* | bfdd: disable sockets polling before closing itRafael Zalamena2019-10-111-0/+9