summaryrefslogtreecommitdiffstats
path: root/bfdd (follow)
Commit message (Expand)AuthorAgeFilesLines
* bfdd: add no variants to all configurationsLouis Scalbert2024-10-031-4/+7
* bfdd: add no variants to interval configurationsRafael Zalamena2024-10-011-16/+25
* bfdd: remove control socket obsolete codeRafael Zalamena2024-07-2510-1809/+76
* bfdd: changes for code maintainabilitysri-mohan12024-07-163-16/+17
* bfdd: fix BFD_GETCBITIgor Ryzhov2024-04-151-1/+1
* Merge pull request #15697 from zmw12306/bfd_check_MflagIgor Ryzhov2024-04-122-0/+8
|\
| * bfdd: add check for flag Mzmw123062024-04-122-0/+8
* | *: create a single registry of daemons' default port valuesMark Stapp2024-02-011-1/+1
* | *: fix `frr_daemon_info` indentationDavid Lamparter2024-01-271-6/+13
* | build: nuke `BFDD_CONTROL_SOCKET`David Lamparter2024-01-273-8/+7
* | *: zebra.h should not have fcntl.hDonald Sharp2024-01-091-0/+2
* | *: remove sys/stat.h from zebra.hDonald Sharp2024-01-091-0/+1
* | *: Remove sys/ioctl.h from zebra.hDonald Sharp2024-01-041-0/+1
* | lib: all: remove './' from xpath 22% speedupChristian Hopps2023-11-292-17/+17
* | Merge pull request #14811 from donaldsharp/zebra_final_shutdown_finallyChristian Hopps2023-11-283-0/+8
|\ \
| * | bfdd: Free zclient memory on shutdownDonald Sharp2023-11-213-0/+8
* | | *: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZDonald Sharp2023-11-211-1/+1
|/ /
* | *: Remove netlink headers from lib/zebra.hDonald Sharp2023-11-071-0/+4
* | lib: convert if_zapi_callbacks into actual hooksDavid Lamparter2023-11-031-1/+2
* | *: remove ZEBRA_INTERFACE_VRF_UPDATEanlan_cs2023-10-071-17/+0
* | bfdd: add debug flag around loglynnemorrison2023-07-281-3/+4
* | bfdd: add additional parameters to json commandlynnemorrison2023-07-281-0/+6
* | Merge pull request #13675 from zmw12306/bfd_version_checkIgor Ryzhov2023-06-111-1/+1
|\ \
| * | bfdd: fix version bits check.zmw123062023-06-031-1/+1
| |/
* | Merge pull request #13364 from zmw12306/bfd_authDonatas Abraitis2023-06-082-0/+52
|\ \
| * | bfd: fix missing Authentication in control pktzmw123062023-04-252-0/+52
| |/
* | bfdd: remove redundant nb destroy callbacksIgor Ryzhov2023-05-313-43/+0
* | Merge pull request #13556 from donaldsharp/token_to_descRuss White2023-05-231-2/+2
|\ \
| * | bfdd: Use shorter memory names so that they fit in vty outputDonald Sharp2023-05-201-2/+2
| |/
* / bfdd: Fix malformed session with vrfanlan_cs2023-05-111-1/+1
|/
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-242-2/+2
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-245-38/+38
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-242-2/+2
* *: Convert thread_cancelXXX to event_cancelXXXDonald Sharp2023-03-241-4/+4
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-246-61/+61
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-245-34/+34
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* bfdd: Remove useless check for ECHO packetanlan_cs2023-03-031-7/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-0916-232/+16
* *: manual SPDX License ID conversionsDavid Lamparter2023-02-091-18/+1
* bfdd: fix size_t format stringDavid Lamparter2023-01-271-1/+1
* *: apply proper format string attributesDavid Lamparter2023-01-272-0/+2
* bfdd: validate incoming control message lengthMark Stapp2023-01-101-0/+9
* bfdd: fix IPv4 socket source selectionRafael Zalamena2022-11-241-2/+0
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-263-6/+0
* *: Create and use infrastructure to show debugs in libDonald Sharp2022-10-071-0/+2
* bfdd: changes for code maintainabilitysri-mohan12022-09-052-20/+20
* Merge pull request #11668 from rampxxxx/bfd_rtt_in_echo_pktRafael Zalamena2022-08-094-11/+103
|\
| * BFDD: Add RTT to BFD IPV4 Echo packet processinglynnemorrison2022-08-024-11/+103