index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bfdd
/
bfd.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bfdd: remove control socket obsolete code
Rafael Zalamena
2024-07-25
1
-99
/
+59
*
bfdd: changes for code maintainability
sri-mohan1
2024-07-16
1
-12
/
+13
*
bfdd: fix BFD_GETCBIT
Igor Ryzhov
2024-04-15
1
-1
/
+1
*
Merge pull request #15697 from zmw12306/bfd_check_Mflag
Igor Ryzhov
2024-04-12
1
-0
/
+2
|
\
|
*
bfdd: add check for flag M
zmw12306
2024-04-12
1
-0
/
+2
*
|
build: nuke `BFDD_CONTROL_SOCKET`
David Lamparter
2024-01-27
1
-0
/
+2
*
|
Merge pull request #14811 from donaldsharp/zebra_final_shutdown_finally
Christian Hopps
2023-11-28
1
-0
/
+1
|
\
\
|
*
|
bfdd: Free zclient memory on shutdown
Donald Sharp
2023-11-21
1
-0
/
+1
*
|
|
*: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZ
Donald Sharp
2023-11-21
1
-1
/
+1
|
/
/
*
|
Merge pull request #13675 from zmw12306/bfd_version_check
Igor Ryzhov
2023-06-11
1
-1
/
+1
|
\
\
|
*
|
bfdd: fix version bits check.
zmw12306
2023-06-03
1
-1
/
+1
|
|
/
*
/
bfd: fix missing Authentication in control pkt
zmw12306
2023-04-25
1
-0
/
+14
|
/
*
*: Convert `struct event_master` to `struct event_loop`
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert struct thread_master to struct event_master and it's ilk
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-16
/
+16
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-14
/
+1
*
BFDD: Add RTT to BFD IPV4 Echo packet processing
lynnemorrison
2022-08-02
1
-1
/
+9
*
bfdd: add IPv4 BFD Echo support that matches RFC
lynnemorrison
2022-06-27
1
-2
/
+6
*
Merge pull request #11137 from opensourcerouting/if-name-len-fixes
Donald Sharp
2022-05-04
1
-2
/
+2
|
\
|
*
*: use FRR interface name definition everywhere
Rafael Zalamena
2022-05-02
1
-2
/
+2
*
|
bfdd: remove "local_address" of bfd session
ewlumpkin
2022-05-02
1
-1
/
+0
|
/
*
*: Fix spelling of overriden
Donald Sharp
2022-04-19
1
-1
/
+1
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-6
/
+6
*
*: rework renaming the default VRF
Igor Ryzhov
2021-12-21
1
-1
/
+0
*
bfdd: cleanup vrf handling in packet receive
Igor Ryzhov
2021-10-14
1
-1
/
+2
*
bfdd: fix bfd key structure
Igor Ryzhov
2021-06-02
1
-3
/
+14
*
bfdd: remove profiles when removing bfd node
Igor Ryzhov
2021-04-01
1
-0
/
+1
*
Merge pull request #8121 from opensourcerouting/macro-cleanup
Donatas Abraitis
2021-03-22
1
-3
/
+3
|
\
|
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-3
/
+3
*
|
bfdd: separate echo rx/tx timers
Igor Ryzhov
2021-03-16
1
-2
/
+12
|
/
*
bfdd: support connecting to BFD data plane
Rafael Zalamena
2020-11-24
1
-3
/
+4
*
bfdd: distributed BFD show commands
Rafael Zalamena
2020-11-24
1
-0
/
+12
*
bfdd: integrate distributed BFD
Rafael Zalamena
2020-11-24
1
-0
/
+27
*
bfdd: import distributed BFD implementation
Rafael Zalamena
2020-11-24
1
-0
/
+25
*
bfdd: implement minimum TTL
Rafael Zalamena
2020-08-12
1
-1
/
+4
*
bfdd: simplify and remove duplicated code
Rafael Zalamena
2020-08-11
1
-0
/
+9
*
bfdd: implement passive mode
Rafael Zalamena
2020-08-11
1
-0
/
+11
*
bfdd: don't update peers settings on shutdown
Rafael Zalamena
2020-05-29
1
-0
/
+6
*
bfdd: implement BFD session configuration profiles
Rafael Zalamena
2020-05-20
1
-0
/
+86
*
bfdd: remove duplicated code
Rafael Zalamena
2020-05-15
1
-0
/
+16
*
bfdd: constify satostr
Rafael Zalamena
2020-04-14
1
-1
/
+1
*
bfdd: add debug fine tuning capabilities
Rafael Zalamena
2020-04-14
1
-0
/
+19
*
bfdd: use standard log macros
Rafael Zalamena
2020-04-10
1
-8
/
+2
*
bfdd: remove BFD_*_FLAG macros
Rafael Zalamena
2020-04-09
1
-4
/
+0
*
bfdd: remove logging shim
David Lamparter
2020-01-21
1
-19
/
+12
*
bfdd: Adding new CLI, show bfd peers brief
SumitAgarwal123
2019-12-04
1
-0
/
+2
*
*: generously apply const
David Lamparter
2019-12-02
1
-2
/
+2
*
bfdd: bind VRF sockets to devices
Rafael Zalamena
2019-11-04
1
-6
/
+6
*
bfdd: split northbound callbacks into multiple files
Renato Westphal
2019-10-30
1
-31
/
+0
*
Merge pull request #5197 from SumitAgarwal123/BFD_ADMIN_DOWN
Rafael Zalamena
2019-10-29
1
-2
/
+2
|
\
[next]