summaryrefslogtreecommitdiffstats
path: root/bfdd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* bfdd: remove the label commandRafael Zalamena2019-06-221-22/+0
* bfdd: export some private functionsRafael Zalamena2019-06-222-11/+22
* 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-214-19/+14
|/
* lib,bgpd,babeld,ripngd,nhrpd,bfdd: clean up SA warningsMark Stapp2019-06-061-6/+8
* Merge pull request #4431 from donaldsharp/mad_gainzRafael Zalamena2019-06-051-2/+10
|\
| * bfdd: Allow -N to influence BFDD_CONTROL_SOCKETDonald Sharp2019-06-041-2/+10
* | bfdd: Modify bfdd to quietly accept access-listsDonald Sharp2019-06-051-0/+4
|/
* Merge pull request #4144 from pguibert6WIND/bfd_cbitRuss White2019-05-165-2/+41
|\
| * bfdd, lib, bgpd: add bfd cbit usagePhilippe Guibert2019-05-145-2/+41
* | lib: hashing functions should take const argumentsQuentin Young2019-05-141-6/+6
|/
* bfd: add bfdd_privs to the bglobal structurePhilippe Guibert2019-05-073-28/+31
* bfdd: show bfd [vrf NAME] peer command changePhilippe Guibert2019-05-071-6/+5
* bfdd: add show bfd [vrf NAME] counters commandPhilippe Guibert2019-05-071-7/+41
* bfdd: add show bfd [vrf NAME] peers commandPhilippe Guibert2019-05-071-8/+48
* bfdd: avoid creating duplicate peer contextsPhilippe Guibert2019-05-071-7/+80
* bfdd: do not insert obs entry in the list, once disabledPhilippe Guibert2019-05-071-1/+0
* bfdd: check bfd on upon interface presence from separate vrfPhilippe Guibert2019-05-071-2/+8
* bfdd: upon vrf enable/disable, update bs and obs listPhilippe Guibert2019-05-073-2/+54
* bfdd: register to interfaces from other vrfsPhilippe Guibert2019-05-073-0/+23
* bfdd, zebra: pass the vrf identifier between zebra and bfddPhilippe Guibert2019-05-071-11/+26
* bfdd: socket handling per vrf contextPhilippe Guibert2019-05-074-89/+169
* bfdd: add vrf frameworkPhilippe Guibert2019-05-073-0/+36
* bfdd: use vrf api for creation socket with binding with vrf litePhilippe Guibert2019-05-075-134/+16
* bfdd: permit to configure both iface and vrfPhilippe Guibert2019-05-072-18/+17
* bfdd: add sys_admin capability and net_raw capabilityPhilippe Guibert2019-05-071-1/+1
* bfdd: socket creation in a vrf can be donePhilippe Guibert2019-05-072-3/+10
* bfdd: remove the constraint of bfd vrf and multihopPhilippe Guibert2019-05-071-5/+1
* bfdd: move bfd_ses_[xx] to bfd_sess_[xx] like other routinesPhilippe Guibert2019-05-075-14/+14
* bfdd: use logging convention for remaining zlog_debugPhilippe Guibert2019-05-071-1/+1
* *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-031-18/+9