index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bfdd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #9331 from idryzhov/explicit-exit
Christian Hopps
2021-08-26
1
-0
/
+2
|
\
|
*
*: explicitly print "exit" at the end of every node config
Igor Ryzhov
2021-08-23
1
-0
/
+2
*
|
*: Drop `break` after using frr_help_exit() in switch/case
Donatas Abraitis
2021-08-25
1
-1
/
+0
|
/
*
*: Do not check for XMALLOC/XCALLOC against NULLs
Donatas Abraitis
2021-06-29
1
-2
/
+0
*
Merge pull request #8758 from idryzhov/bfd-fixes
Rafael Zalamena
2021-06-07
5
-33
/
+57
|
\
|
*
bfdd: forbid setting interface for multihop sessions
Igor Ryzhov
2021-06-01
3
-31
/
+55
|
*
bfdd: don't store interface pointer for multihop sessions
Igor Ryzhov
2021-06-01
1
-1
/
+1
|
*
lib: fix bfd multihop
Igor Ryzhov
2021-06-01
1
-1
/
+1
*
|
bfdd: fix bfd key structure
Igor Ryzhov
2021-06-02
1
-3
/
+14
|
/
*
lib: adapt to version 2 of libyang
Christian Hopps
2021-05-13
1
-4
/
+4
*
Merge pull request #8100 from qlyoung/remove-sample-conf-files
David Lamparter
2021-04-13
2
-6
/
+0
|
\
|
*
*: remove *.conf.sample files
Quentin Young
2021-04-09
2
-6
/
+0
*
|
bfdd: fix nb cli show with defaults
Igor Ryzhov
2021-04-12
1
-63
/
+21
|
/
*
bfdd: fix profiles autocompletion
Igor Ryzhov
2021-04-01
1
-1
/
+1
*
bbfd: clear nb config entries when removing bfd node
Igor Ryzhov
2021-04-01
1
-1
/
+15
*
bfdd: remove profiles when removing bfd node
Igor Ryzhov
2021-04-01
3
-0
/
+10
*
Merge pull request #8121 from opensourcerouting/macro-cleanup
Donatas Abraitis
2021-03-22
5
-13
/
+15
|
\
|
*
*: require semicolon after FRR_DAEMON_INFO & co.
David Lamparter
2021-03-17
1
-1
/
+2
|
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
5
-12
/
+13
*
|
Merge pull request #8225 from idryzhov/bfd-echo-mode
Rafael Zalamena
2021-03-17
2
-1
/
+7
|
\
\
|
*
|
bfdd: warn users about echo-mode restrictions
Igor Ryzhov
2021-03-16
1
-0
/
+4
|
*
|
bfdd: fix starting echo receive timer
Igor Ryzhov
2021-03-16
1
-1
/
+3
|
|
/
*
/
bfdd: separate echo rx/tx timers
Igor Ryzhov
2021-03-16
12
-50
/
+290
|
/
*
bfdd: make sessions administratively up by default
Igor Ryzhov
2021-03-14
4
-7
/
+4
*
bfdd: fix detect timeout
Igor Ryzhov
2021-03-09
1
-3
/
+3
*
bfdd: fix echo configuration in profile
Igor Ryzhov
2021-03-04
1
-2
/
+8
*
bfdd: forbid creation of the same peer with and without interface name
Igor Ryzhov
2021-03-03
1
-0
/
+52
*
bfdd: actually return validation error instead of logging
Igor Ryzhov
2021-03-03
1
-20
/
+17
*
bfdd: require local-address when using multihop
Igor Ryzhov
2021-03-03
1
-2
/
+6
*
*: fix format string SNAFUs
David Lamparter
2021-02-16
1
-2
/
+2
*
Merge pull request #8006 from idryzhov/fix-bfd-lookup
Philippe Guibert
2021-02-12
1
-115
/
+45
|
\
|
*
bfdd: fix session lookup
Igor Ryzhov
2021-02-03
1
-115
/
+45
*
|
bfdd: Prevent use after free ( again )
Donald Sharp
2021-02-07
1
-1
/
+3
|
/
*
bfdd: Prevent storage of ifp pointer that has been deleted
Donald Sharp
2021-01-30
1
-1
/
+3
*
bfdd: Prevent unininited data transmittal
Donald Sharp
2021-01-30
1
-1
/
+1
*
bfdd: Remove #if 0
Donald Sharp
2021-01-28
1
-4
/
+0
*
bfdd: improve some debug messages related to zebra notifications
Philippe Guibert
2021-01-09
2
-7
/
+10
*
bfdd: update vrf of received packet
Philippe Guibert
2021-01-09
1
-0
/
+10
*
bfdd: enable bfd session if vrf interface available
Philippe Guibert
2021-01-09
2
-6
/
+20
*
bfdd: socket should be bound to vrf interface by default
Philippe Guibert
2021-01-09
1
-4
/
+6
*
bfd: fix session lookup
Igor Ryzhov
2020-12-04
1
-1
/
+1
*
Merge pull request #6950 from opensourcerouting/bfd-distributed-v3
Donald Sharp
2020-12-03
8
-26
/
+1924
|
\
|
*
bfdd: move interface/vrf reset code
Rafael Zalamena
2020-11-24
2
-3
/
+2
|
*
bfdd: support connecting to BFD data plane
Rafael Zalamena
2020-11-24
3
-15
/
+229
|
*
bfdd: distributed BFD show commands
Rafael Zalamena
2020-11-24
3
-0
/
+151
|
*
bfdd: integrate distributed BFD
Rafael Zalamena
2020-11-24
3
-5
/
+209
|
*
bfdd: disable sockets when using distributed BFD
Rafael Zalamena
2020-11-24
1
-16
/
+25
|
*
bfdd: distributed BFD debugging knob
Rafael Zalamena
2020-11-24
1
-0
/
+21
|
*
bfdd: import distributed BFD implementation
Rafael Zalamena
2020-11-24
4
-2
/
+921
|
*
bfdd: import data plane protocol header
Rafael Zalamena
2020-11-24
1
-0
/
+381
[next]