summaryrefslogtreecommitdiffstats
path: root/bfdd/bfd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | bfdd: upon vrf disable, unlink bfd session with vrfPhilippe Guibert2019-10-111-0/+1
* | bfdd: Fixing coredump in logSumitAgarwal1232019-10-111-1/+1
* | Revert "lib: introduce a read-write lock for northbound configurations"Renato Westphal2019-09-181-10/+5
|/
* Merge pull request #4564 from pguibert6WIND/misc_vrf_update_nameRuss White2019-09-171-5/+69
|\
| * bfdd: change vrf name with bypassing nb apiPhilippe Guibert2019-08-271-0/+45
| * bfdd: update vrf name of bfd session if necessaryPhilippe Guibert2019-08-271-0/+11
| * bfdd: add the vrf update hook in case vrf name changesPhilippe Guibert2019-08-271-1/+11
| * bfdd: add vrf information as key element for bfd session searchPhilippe Guibert2019-08-271-4/+2
* | bfdd: close bfd echo sockets, upon vrf disablePhilippe Guibert2019-09-031-0/+2
|/
* bfdd: fix some CI warningsRafael Zalamena2019-07-021-8/+8
* bfdd: support global BFD resetRafael Zalamena2019-06-221-0/+30
* bfdd: migrate session commands to northboundRafael Zalamena2019-06-221-12/+66
* bfdd: export some private functionsRafael Zalamena2019-06-221-11/+16
* Merge pull request #4536 from pguibert6WIND/bfd_startup_does_not_workDonald Sharp2019-06-221-35/+35
|\
| * bfdd: avoid double socket initialisation on same netnsPhilippe Guibert2019-06-211-35/+35
* | bfdd: use MTYPE_STATICDavid Lamparter2019-06-211-1/+4
|/
* Merge pull request #4144 from pguibert6WIND/bfd_cbitRuss White2019-05-161-0/+11
|\
| * bfdd, lib, bgpd: add bfd cbit usagePhilippe Guibert2019-05-141-0/+11
* | lib: hashing functions should take const argumentsQuentin Young2019-05-141-6/+6
|/
* bfdd: avoid creating duplicate peer contextsPhilippe Guibert2019-05-071-7/+80
* bfdd: upon vrf enable/disable, update bs and obs listPhilippe Guibert2019-05-071-2/+6
* bfdd: register to interfaces from other vrfsPhilippe Guibert2019-05-071-0/+7
* bfdd: socket handling per vrf contextPhilippe Guibert2019-05-071-1/+79
* bfdd: add vrf frameworkPhilippe Guibert2019-05-071-0/+33
* bfdd: use vrf api for creation socket with binding with vrf litePhilippe Guibert2019-05-071-4/+0
* bfdd: permit to configure both iface and vrfPhilippe Guibert2019-05-071-13/+17
* bfdd: move bfd_ses_[xx] to bfd_sess_[xx] like other routinesPhilippe Guibert2019-05-071-8/+8
* bfdd: use logging convention for remaining zlog_debugPhilippe Guibert2019-05-071-1/+1
* bfdd: Clean up assignment without being used SA issueDonald Sharp2019-03-291-0/+3
* bfdd: Prevent uninited use of dataDonald Sharp2019-03-201-1/+2
* bfdd: fix JSON API local-address translationRafael Zalamena2019-03-191-2/+2
* bfdd: don't enable sessions without local-addressRafael Zalamena2019-03-121-6/+21
* bfdd: change session lookup data structureRafael Zalamena2019-03-121-322/+202
* bfdd: fix single hop IPv6 configurationsRafael Zalamena2019-03-061-2/+6
* *: do not check XMALLOC / XCALLOC for null retQuentin Young2019-02-261-2/+0
* *: Rename backet to bucketTim Bray2019-02-251-2/+2
* bfdd: fix CI warningsRafael Zalamena2019-02-141-12/+13
* bfdd: implement session interface observerRafael Zalamena2019-02-141-110/+264
* bfdd: generate random session identificatorsRafael Zalamena2019-02-141-2/+11
* bfdd: remove unused vrf/interface data structuresRafael Zalamena2019-02-141-130/+0