summaryrefslogtreecommitdiff
path: root/bfdd/bfdd.c
AgeCommit message (Expand)Author
2024-07-25bfdd: remove control socket obsolete codeRafael Zalamena
2024-02-01*: create a single registry of daemons' default port valuesMark Stapp
2024-01-27*: fix `frr_daemon_info` indentationDavid Lamparter
2024-01-27build: nuke `BFDD_CONTROL_SOCKET`David Lamparter
2023-11-21bfdd: Free zclient memory on shutdownDonald Sharp
2023-05-19bfdd: Use shorter memory names so that they fit in vty outputDonald Sharp
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-05-12bfdd: Prevent coverity from thinking values are uninitedDonald Sharp
2021-11-11*: Convert quagga_signal_X to frr_signal_XDonald Sharp
2021-08-25*: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis
2021-03-17*: require semicolon after FRR_DAEMON_INFO & co.David Lamparter
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-01-28bfdd: Remove #if 0Donald Sharp
2020-11-24bfdd: support connecting to BFD data planeRafael Zalamena
2020-11-24bfdd: import distributed BFD implementationRafael Zalamena
2020-09-22bfdd: add missing includesIgor Ryzhov
2020-07-02Merge pull request #6437 from opensourcerouting/bfd-profiles-bgpDonald Sharp
2020-06-05*: add filter northbound supportRafael Zalamena
2020-05-29bfdd: don't update peers settings on shutdownRafael Zalamena
2020-04-16Merge pull request #6247 from FRRouting/nb_conversionsDonald Sharp
2020-04-16*: include vrf northbound module in initChirag Shah
2020-04-16Merge pull request #5451 from opensourcerouting/rcu-logSantosh P K
2020-04-10bfdd: use standard log macrosRafael Zalamena
2020-04-01lib: rewrite zlog lock-free & TLS-bufferedDavid Lamparter
2020-01-21bfdd: remove logging shimDavid Lamparter
2019-12-02*: generously apply constDavid Lamparter
2019-11-30*: make frr_yang_module_info constDavid Lamparter
2019-10-30bfdd: split northbound callbacks into multiple filesRenato Westphal
2019-06-22bfdd: implement configuration reloadRafael Zalamena
2019-06-22bfdd: migrate session commands to northboundRafael Zalamena
2019-06-21bfdd: use MTYPE_STATICDavid Lamparter
2019-06-05Merge pull request #4431 from donaldsharp/mad_gainzRafael Zalamena
2019-06-04bfdd: Modify bfdd to quietly accept access-listsDonald Sharp
2019-06-04bfdd: Allow -N to influence BFDD_CONTROL_SOCKETDonald Sharp
2019-05-07bfd: add bfdd_privs to the bglobal structurePhilippe Guibert
2019-05-07bfdd: socket handling per vrf contextPhilippe Guibert
2019-05-07bfdd: add vrf frameworkPhilippe Guibert
2019-05-07bfdd: add sys_admin capability and net_raw capabilityPhilippe Guibert
2019-02-14bfdd: implement session interface observerRafael Zalamena
2018-09-03bfdd: use UDP sockets instead of rawRafael Zalamena
2018-09-03bfdd: enumerate all diagnositic codesRafael Zalamena
2018-09-03bfdd: remove VxLAN codeRafael Zalamena
2018-08-08bfdd: clean up header inclusionRafael Zalamena
2018-08-08bfdd: re-route PTM-BFD daemon messagesRafael Zalamena
2018-08-08bfdd: add vty shell commandsRafael Zalamena
2018-08-08bfdd: imported new daemon source codeRafael Zalamena