summaryrefslogtreecommitdiffstats
path: root/bfdd/bfdd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: fix `frr_daemon_info` indentationDavid Lamparter2024-01-271-6/+13
* build: nuke `BFDD_CONTROL_SOCKET`David Lamparter2024-01-271-5/+2
* bfdd: Free zclient memory on shutdownDonald Sharp2023-11-211-0/+2
* bfdd: Use shorter memory names so that they fit in vty outputDonald Sharp2023-05-201-2/+2
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-1/+1
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-1/+1
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-2/+2
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-15/+1
* bfdd: Prevent coverity from thinking values are uninitedDonald Sharp2022-05-121-0/+2
* *: Convert quagga_signal_X to frr_signal_XDonald Sharp2021-11-111-1/+1
* *: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis2021-08-251-1/+0
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+2
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-3/+3
* bfdd: Remove #if 0Donald Sharp2021-01-281-4/+0
* bfdd: support connecting to BFD data planeRafael Zalamena2020-11-241-4/+14
* bfdd: import distributed BFD implementationRafael Zalamena2020-11-241-2/+148
* bfdd: add missing includesIgor Ryzhov2020-09-221-0/+2
* Merge pull request #6437 from opensourcerouting/bfd-profiles-bgpDonald Sharp2020-07-021-0/+2
|\
| * bfdd: don't update peers settings on shutdownRafael Zalamena2020-05-291-0/+2
* | *: add filter northbound supportRafael Zalamena2020-06-051-0/+1
|/
* Merge pull request #6247 from FRRouting/nb_conversionsDonald Sharp2020-04-171-0/+1
|\
| * *: include vrf northbound module in initChirag Shah2020-04-161-0/+1
* | Merge pull request #5451 from opensourcerouting/rcu-logSantosh P K2020-04-161-0/+1
|\ \ | |/ |/|
| * lib: rewrite zlog lock-free & TLS-bufferedDavid Lamparter2020-04-011-0/+1
* | bfdd: use standard log macrosRafael Zalamena2020-04-101-2/+2
|/
* bfdd: remove logging shimDavid Lamparter2020-01-211-5/+2
* *: generously apply constDavid Lamparter2019-12-021-3/+3
* *: make frr_yang_module_info constDavid Lamparter2019-11-301-1/+1
* bfdd: split northbound callbacks into multiple filesRenato Westphal2019-10-301-0/+1
* bfdd: implement configuration reloadRafael Zalamena2019-06-221-0/+15
* bfdd: migrate session commands to northboundRafael Zalamena2019-06-221-1/+8
* bfdd: use MTYPE_STATICDavid Lamparter2019-06-211-8/+3
* 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
|/
* bfd: add bfdd_privs to the bglobal structurePhilippe Guibert2019-05-071-18/+21
* bfdd: socket handling per vrf contextPhilippe Guibert2019-05-071-26/+2
* bfdd: add vrf frameworkPhilippe Guibert2019-05-071-0/+2
* bfdd: add sys_admin capability and net_raw capabilityPhilippe Guibert2019-05-071-1/+1
* bfdd: implement session interface observerRafael Zalamena2019-02-141-0/+2
* bfdd: use UDP sockets instead of rawRafael Zalamena2018-09-031-1/+4
* bfdd: enumerate all diagnositic codesRafael Zalamena2018-09-031-7/+12
* bfdd: remove VxLAN codeRafael Zalamena2018-09-031-6/+0
* bfdd: clean up header inclusionRafael Zalamena2018-08-081-8/+1
* bfdd: re-route PTM-BFD daemon messagesRafael Zalamena2018-08-081-0/+6
* bfdd: add vty shell commandsRafael Zalamena2018-08-081-0/+3
* bfdd: imported new daemon source codeRafael Zalamena2018-08-081-0/+234