summaryrefslogtreecommitdiffstats
path: root/bfdd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #5197 from SumitAgarwal123/BFD_ADMIN_DOWNRafael Zalamena2019-10-295-13/+58
|\
| * bfdd: Handling local and remote admin-downSumitAgarwal1232019-10-295-13/+58
* | bfdd: VRF and CoverityDonald Sharp2019-10-262-2/+2
* | bfdd: don't allow link-local without interfaceRafael Zalamena2019-10-111-0/+26
* | bfdd: simplify session observers codeRafael Zalamena2019-10-113-31/+5
* | 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
* | *: remove redundant brackets in commandsIgor Ryzhov2019-10-081-4/+4
* | Merge pull request #5009 from donaldsharp/interface_deletionRuss White2019-09-301-28/+9
|\ \
| * | *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-191-18/+1
| * | *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-191-15/+2
| * | *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-191-0/+11
* | | *: fix missing VRF autocompletionsIgor Ryzhov2019-09-241-4/+4
|/ /
* / 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-174-5/+81
|\
| * bfdd: change vrf name with bypassing nb apiPhilippe Guibert2019-08-271-0/+45
| * bfdd: update vrf name of bfd session if necessaryPhilippe Guibert2019-08-273-0/+17
| * bfdd: add the vrf update hook in case vrf name changesPhilippe Guibert2019-08-271-1/+11
| * bfdd: if no vrfname is passed, use default vrf namePhilippe Guibert2019-08-271-0/+3
| * bfdd: add vrf information as key element for bfd session searchPhilippe Guibert2019-08-272-4/+5
* | Merge pull request #4604 from opensourcerouting/mutex-sugarQuentin Young2019-09-031-8/+8
|\ \
| * | *: frr_elevate_privs -> frr_with_privsDavid Lamparter2019-09-031-8/+8
| |/
* / bfdd: close bfd echo sockets, upon vrf disablePhilippe Guibert2019-09-031-0/+2
|/
* bfdd: keep source information for single hopRafael Zalamena2019-07-091-1/+7
* bfdd: fix some CI warningsRafael Zalamena2019-07-022-24/+14
* bfdd: convert `bfd` command to northboundRafael Zalamena2019-06-252-11/+17
* bfdd: small tweaks on northboundRafael Zalamena2019-06-251-9/+1
* bfdd: fix compilation warnings on OmniOSRafael Zalamena2019-06-242-0/+4
* bfdd: fix compilation warnings on OpenBSDRafael Zalamena2019-06-241-80/+188
* bfdd: authorise multihop and interface settingPhilippe Guibert2019-06-221-6/+0
* bfdd: add not '\n' to shutdown help stringPhilippe Guibert2019-06-221-1/+1
* bfdd: use microseconds timers in YANGRafael Zalamena2019-06-222-27/+39
* bfdd: support global BFD resetRafael Zalamena2019-06-224-5/+98
* bfdd: fix daemon warning on startupRafael Zalamena2019-06-221-0/+4
* bfdd: implement configuration reloadRafael Zalamena2019-06-221-0/+15
* bfdd: fix northbound remote-discriminator displayRafael Zalamena2019-06-221-0/+3
* bfdd: implement write_config using northboundRafael Zalamena2019-06-224-77/+176
* bfdd: migrate session commands to northboundRafael Zalamena2019-06-227-279/+1393