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: 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
|
\
|
*
bfdd: bind VRF sockets to devices
Rafael Zalamena
2019-11-04
1
-12
/
+16
*
|
bfdd: remove unused initialization sa warning
Mark Stapp
2019-11-14
1
-1
/
+2
|
/
*
bfdd: VRF and Coverity
Donald Sharp
2019-10-26
1
-2
/
+1
*
*: frr_elevate_privs -> frr_with_privs
David Lamparter
2019-09-03
1
-8
/
+8
*
lib,bgpd,babeld,ripngd,nhrpd,bfdd: clean up SA warnings
Mark Stapp
2019-06-06
1
-6
/
+8
*
bfdd, lib, bgpd: add bfd cbit usage
Philippe Guibert
2019-05-14
1
-0
/
+9
*
bfd: add bfdd_privs to the bglobal structure
Philippe Guibert
2019-05-07
1
-8
/
+8
*
bfdd: socket handling per vrf context
Philippe Guibert
2019-05-07
1
-55
/
+74
*
bfdd: use vrf api for creation socket with binding with vrf lite
Philippe Guibert
2019-05-07
1
-28
/
+16
*
bfdd: socket creation in a vrf can be done
Philippe Guibert
2019-05-07
1
-3
/
+8
*
bfdd: fix echo loopback function
Rafael Zalamena
2019-03-19
1
-0
/
+2
*
bfdd: change session lookup data structure
Rafael Zalamena
2019-03-12
1
-25
/
+35
*
*: use proper bool initializers & fix comparisons
Quentin Young
2019-02-26
1
-1
/
+1
*
bfdd: fix CI warnings
Rafael Zalamena
2019-02-14
1
-1
/
+1
*
bfdd: fix discriminator mismatch log message
Rafael Zalamena
2019-02-14
1
-1
/
+1
*
bfdd: apply new timers on on-going connections
Rafael Zalamena
2019-02-14
1
-1
/
+6
*
bfdd: implement session interface observer
Rafael Zalamena
2019-02-14
1
-23
/
+15
*
bfdd: refactor session lookup
Rafael Zalamena
2019-02-14
1
-75
/
+37
*
bfdd: simplify timer data structure
Rafael Zalamena
2019-02-14
1
-4
/
+12
*
bfdd: fix bug on poll sequence
Rafael Zalamena
2019-02-14
1
-1
/
+9
*
bfdd: refactor timer handling
Rafael Zalamena
2019-02-14
1
-89
/
+24
*
bfdd: refactor state change handler
Rafael Zalamena
2019-02-14
1
-23
/
+2
*
bfdd: use zebra to learn about network interfaces
Rafael Zalamena
2019-01-10
1
-12
/
+37
*
bfdd: fix multihop on FreeBSD
Rafael Zalamena
2018-11-30
1
-1
/
+10
*
bfdd: disable echo on neighbor request
Rafael Zalamena
2018-10-01
1
-1
/
+2
*
bfdd: fix garbage "port" string
David Lamparter
2018-09-08
1
-0
/
+2
*
bfdd: fix crash when receiving invalid echo packet
Rafael Zalamena
2018-09-05
1
-2
/
+2
*
bfdd: use THREAD_OFF() instead of thread_cancel()
Rafael Zalamena
2018-09-05
1
-6
/
+6
*
bfdd: use UDP sockets instead of raw
Rafael Zalamena
2018-09-03
1
-304
/
+198
*
bfdd: enumerate all diagnositic codes
Rafael Zalamena
2018-09-03
1
-2
/
+2
*
bfdd: make bfd_recv_* more generic
Rafael Zalamena
2018-09-03
1
-46
/
+44
*
bfdd: remove VxLAN code
Rafael Zalamena
2018-09-03
1
-239
/
+14
*
bfdd: remove global variables and improve logs
Rafael Zalamena
2018-09-03
1
-52
/
+57
*
bfdd: fix coverity scan issues (1472630, 1472623)
Rafael Zalamena
2018-08-16
1
-12
/
+6
*
bfdd: fix alpine build
Rafael Zalamena
2018-08-14
1
-16
/
+38
[next]