summaryrefslogtreecommitdiff
path: root/bfdd
AgeCommit message (Expand)Author
2024-11-20bfdd: retain remote dplane client socketMark Stapp
2024-10-03bfdd: add no variants to all configurationsLouis Scalbert
2024-10-01bfdd: add no variants to interval configurationsRafael Zalamena
2024-07-25bfdd: remove control socket obsolete codeRafael Zalamena
2024-07-16bfdd: changes for code maintainabilitysri-mohan1
2024-04-15bfdd: fix BFD_GETCBITIgor Ryzhov
2024-04-12Merge pull request #15697 from zmw12306/bfd_check_MflagIgor Ryzhov
2024-04-11bfdd: add check for flag Mzmw12306
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
2024-01-09*: zebra.h should not have fcntl.hDonald Sharp
2024-01-09*: remove sys/stat.h from zebra.hDonald Sharp
2024-01-04*: Remove sys/ioctl.h from zebra.hDonald Sharp
2023-11-29lib: all: remove './' from xpath 22% speedupChristian Hopps
2023-11-28Merge pull request #14811 from donaldsharp/zebra_final_shutdown_finallyChristian Hopps
2023-11-21bfdd: Free zclient memory on shutdownDonald Sharp
2023-11-21*: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZDonald Sharp
2023-11-07*: Remove netlink headers from lib/zebra.hDonald Sharp
2023-11-02lib: convert if_zapi_callbacks into actual hooksDavid Lamparter
2023-10-07*: remove ZEBRA_INTERFACE_VRF_UPDATEanlan_cs
2023-07-28bfdd: add debug flag around loglynnemorrison
2023-07-28bfdd: add additional parameters to json commandlynnemorrison
2023-06-11Merge pull request #13675 from zmw12306/bfd_version_checkIgor Ryzhov
2023-06-08Merge pull request #13364 from zmw12306/bfd_authDonatas Abraitis
2023-06-03bfdd: fix version bits check.zmw12306
2023-05-31bfdd: remove redundant nb destroy callbacksIgor Ryzhov
2023-05-23Merge pull request #13556 from donaldsharp/token_to_descRuss White
2023-05-19bfdd: Use shorter memory names so that they fit in vty outputDonald Sharp
2023-05-11bfdd: Fix malformed session with vrfanlan_cs
2023-04-25bfd: fix missing Authentication in control pktzmw12306
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-03-24*: Convert thread_cancelXXX to event_cancelXXXDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-03-03bfdd: Remove useless check for ECHO packetanlan_cs
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-02-09*: manual SPDX License ID conversionsDavid Lamparter
2023-01-27bfdd: fix size_t format stringDavid Lamparter
2023-01-27*: apply proper format string attributesDavid Lamparter
2023-01-10bfdd: validate incoming control message lengthMark Stapp
2022-11-24bfdd: fix IPv4 socket source selectionRafael Zalamena
2022-10-26build, vtysh: extract vtysh commands from .xrefDavid Lamparter
2022-10-07*: Create and use infrastructure to show debugs in libDonald Sharp
2022-09-05bfdd: changes for code maintainabilitysri-mohan1
2022-08-09Merge pull request #11668 from rampxxxx/bfd_rtt_in_echo_pktRafael Zalamena