index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bfdd
/
bfd_packet.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bfdd: changes for code maintainability
sri-mohan1
2024-07-16
1
-2
/
+2
*
Merge pull request #15697 from zmw12306/bfd_check_Mflag
Igor Ryzhov
2024-04-12
1
-0
/
+6
|
\
|
*
bfdd: add check for flag M
zmw12306
2024-04-12
1
-0
/
+6
*
|
*: Remove sys/ioctl.h from zebra.h
Donald Sharp
2024-01-04
1
-0
/
+1
*
|
*: Remove netlink headers from lib/zebra.h
Donald Sharp
2023-11-07
1
-0
/
+4
*
|
bfdd: add debug flag around log
lynnemorrison
2023-07-28
1
-3
/
+4
*
|
Merge pull request #13364 from zmw12306/bfd_auth
Donatas Abraitis
2023-06-08
1
-0
/
+38
|
\
\
|
*
|
bfd: fix missing Authentication in control pkt
zmw12306
2023-04-25
1
-0
/
+38
|
|
/
*
/
bfdd: Fix malformed session with vrf
anlan_cs
2023-05-11
1
-1
/
+1
|
/
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-8
/
+8
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-12
/
+12
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-1
/
+1
*
bfdd: Remove useless check for ECHO packet
anlan_cs
2023-03-03
1
-7
/
+1
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-14
/
+1
*
bfdd: fix size_t format string
David Lamparter
2023-01-27
1
-1
/
+1
*
*: apply proper format string attributes
David Lamparter
2023-01-27
1
-0
/
+1
*
bfdd: fix IPv4 socket source selection
Rafael Zalamena
2022-11-24
1
-2
/
+0
*
bfdd: changes for code maintainability
sri-mohan1
2022-09-05
1
-18
/
+18
*
Merge pull request #11668 from rampxxxx/bfd_rtt_in_echo_pkt
Rafael Zalamena
2022-08-09
1
-10
/
+36
|
\
|
*
BFDD: Add RTT to BFD IPV4 Echo packet processing
lynnemorrison
2022-08-02
1
-10
/
+36
*
|
bfdd: Some interfaces don't have mac addresses
Donald Sharp
2022-08-06
1
-2
/
+5
*
|
Merge pull request #11565 from pguibert6WIND/bfd_vrf_lite_support
Rafael Zalamena
2022-07-22
1
-0
/
+45
|
\
\
|
|
/
|
/
|
|
*
bfdd: allow l3vrf bfd sessions without udp leaking
Philippe Guibert
2022-07-19
1
-0
/
+45
*
|
BFDD: Cleanup warning
lynnemorrison
2022-07-19
1
-1
/
+1
|
/
*
bfdd: fix coverity memory overrun
Rafael Zalamena
2022-07-06
1
-2
/
+2
*
bfdd: fix coverity scan resource leak
Rafael Zalamena
2022-07-06
1
-0
/
+2
*
bfdd: add IPv4 BFD Echo support that matches RFC
lynnemorrison
2022-06-27
1
-5
/
+410
*
bfdd: fix override between sessions
anlan_cs
2022-05-06
1
-0
/
+8
*
bfdd: remove "local_address" of bfd session
ewlumpkin
2022-05-02
1
-3
/
+0
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-12
/
+10
*
bfdd: correct one word of comment
anlan_cs
2022-01-24
1
-1
/
+1
*
bfdd: fix the possibly wrong counter of control packets
anlan_cs
2022-01-18
1
-2
/
+2
*
bfdd: fix detection timeout update
Igor Ryzhov
2021-12-03
1
-3
/
+18
*
*: cleanup ifp->vrf_id
Igor Ryzhov
2021-11-22
1
-1
/
+1
*
bfdd: cleanup vrf handling in packet receive
Igor Ryzhov
2021-10-14
1
-6
/
+10
*
bfdd: don't store interface pointer for multihop sessions
Igor Ryzhov
2021-06-01
1
-1
/
+1
*
bfdd: separate echo rx/tx timers
Igor Ryzhov
2021-03-16
1
-1
/
+1
*
bfdd: Prevent unininited data transmittal
Donald Sharp
2021-01-30
1
-1
/
+1
*
bfdd: update vrf of received packet
Philippe Guibert
2021-01-09
1
-0
/
+10
*
bfdd: socket should be bound to vrf interface by default
Philippe Guibert
2021-01-09
1
-4
/
+6
*
bfdd: fix possible null dereference
Igor Ryzhov
2020-11-05
1
-2
/
+2
*
bfdd: Allow it to work when V6 is completely turned off
Donald Sharp
2020-08-14
1
-6
/
+27
*
bfdd: implement minimum TTL
Rafael Zalamena
2020-08-12
1
-3
/
+3
*
bfdd: add debug fine tuning capabilities
Rafael Zalamena
2020-04-14
1
-15
/
+30
*
bfdd: use standard log macros
Rafael Zalamena
2020-04-10
1
-57
/
+60
*
bfdd: initialize packet data with zeroes
Rafael Zalamena
2020-04-09
1
-1
/
+1
*
bfdd: remove BFD_*_FLAG macros
Rafael Zalamena
2020-04-09
1
-11
/
+11
*
bfdd: fix -Wundef warning
Ruben Kerkhof
2020-03-30
1
-1
/
+1
*
bfdd: fix format strings
David Lamparter
2020-01-21
1
-2
/
+2
*
Merge pull request #5274 from opensourcerouting/bfdd-vrf-socket
Russ White
2019-11-19
1
-12
/
+16
|
\
[next]