summaryrefslogtreecommitdiffstats
path: root/bfdd/bfd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* bfdd: remove control socket obsolete codeRafael Zalamena2024-07-251-99/+59
* bfdd: changes for code maintainabilitysri-mohan12024-07-161-12/+13
* bfdd: fix BFD_GETCBITIgor Ryzhov2024-04-151-1/+1
* Merge pull request #15697 from zmw12306/bfd_check_MflagIgor Ryzhov2024-04-121-0/+2
|\
| * bfdd: add check for flag Mzmw123062024-04-121-0/+2
* | build: nuke `BFDD_CONTROL_SOCKET`David Lamparter2024-01-271-0/+2
* | Merge pull request #14811 from donaldsharp/zebra_final_shutdown_finallyChristian Hopps2023-11-281-0/+1
|\ \
| * | bfdd: Free zclient memory on shutdownDonald Sharp2023-11-211-0/+1
* | | *: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZDonald Sharp2023-11-211-1/+1
|/ /
* | Merge pull request #13675 from zmw12306/bfd_version_checkIgor Ryzhov2023-06-111-1/+1
|\ \
| * | bfdd: fix version bits check.zmw123062023-06-031-1/+1
| |/
* / bfd: fix missing Authentication in control pktzmw123062023-04-251-0/+14
|/
* *: 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
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-16/+16
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* BFDD: Add RTT to BFD IPV4 Echo packet processinglynnemorrison2022-08-021-1/+9
* bfdd: add IPv4 BFD Echo support that matches RFClynnemorrison2022-06-271-2/+6
* Merge pull request #11137 from opensourcerouting/if-name-len-fixesDonald Sharp2022-05-041-2/+2
|\
| * *: use FRR interface name definition everywhereRafael Zalamena2022-05-021-2/+2
* | bfdd: remove "local_address" of bfd sessionewlumpkin2022-05-021-1/+0
|/
* *: Fix spelling of overridenDonald Sharp2022-04-191-1/+1
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-6/+6
* *: rework renaming the default VRFIgor Ryzhov2021-12-211-1/+0
* bfdd: cleanup vrf handling in packet receiveIgor Ryzhov2021-10-141-1/+2
* bfdd: fix bfd key structureIgor Ryzhov2021-06-021-3/+14
* bfdd: remove profiles when removing bfd nodeIgor Ryzhov2021-04-011-0/+1
* Merge pull request #8121 from opensourcerouting/macro-cleanupDonatas Abraitis2021-03-221-3/+3
|\
| * *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-3/+3
* | bfdd: separate echo rx/tx timersIgor Ryzhov2021-03-161-2/+12
|/
* bfdd: support connecting to BFD data planeRafael Zalamena2020-11-241-3/+4
* bfdd: distributed BFD show commandsRafael Zalamena2020-11-241-0/+12
* bfdd: integrate distributed BFDRafael Zalamena2020-11-241-0/+27
* bfdd: import distributed BFD implementationRafael Zalamena2020-11-241-0/+25
* bfdd: implement minimum TTLRafael Zalamena2020-08-121-1/+4
* bfdd: simplify and remove duplicated codeRafael Zalamena2020-08-111-0/+9
* bfdd: implement passive modeRafael Zalamena2020-08-111-0/+11
* bfdd: don't update peers settings on shutdownRafael Zalamena2020-05-291-0/+6
* bfdd: implement BFD session configuration profilesRafael Zalamena2020-05-201-0/+86
* bfdd: remove duplicated codeRafael Zalamena2020-05-151-0/+16
* bfdd: constify satostrRafael Zalamena2020-04-141-1/+1
* bfdd: add debug fine tuning capabilitiesRafael Zalamena2020-04-141-0/+19
* bfdd: use standard log macrosRafael Zalamena2020-04-101-8/+2
* bfdd: remove BFD_*_FLAG macrosRafael Zalamena2020-04-091-4/+0
* bfdd: remove logging shimDavid Lamparter2020-01-211-19/+12
* bfdd: Adding new CLI, show bfd peers briefSumitAgarwal1232019-12-041-0/+2
* *: generously apply constDavid Lamparter2019-12-021-2/+2
* bfdd: bind VRF sockets to devicesRafael Zalamena2019-11-041-6/+6
* bfdd: split northbound callbacks into multiple filesRenato Westphal2019-10-301-31/+0
* Merge pull request #5197 from SumitAgarwal123/BFD_ADMIN_DOWNRafael Zalamena2019-10-291-2/+2
|\