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 #4144 from pguibert6WIND/bfd_cbit
Russ White
2019-05-16
5
-2
/
+41
|
\
|
*
bfdd, lib, bgpd: add bfd cbit usage
Philippe Guibert
2019-05-14
5
-2
/
+41
*
|
lib: hashing functions should take const arguments
Quentin Young
2019-05-14
1
-6
/
+6
|
/
*
bfd: add bfdd_privs to the bglobal structure
Philippe Guibert
2019-05-07
3
-28
/
+31
*
bfdd: show bfd [vrf NAME] peer command change
Philippe Guibert
2019-05-07
1
-6
/
+5
*
bfdd: add show bfd [vrf NAME] counters command
Philippe Guibert
2019-05-07
1
-7
/
+41
*
bfdd: add show bfd [vrf NAME] peers command
Philippe Guibert
2019-05-07
1
-8
/
+48
*
bfdd: avoid creating duplicate peer contexts
Philippe Guibert
2019-05-07
1
-7
/
+80
*
bfdd: do not insert obs entry in the list, once disabled
Philippe Guibert
2019-05-07
1
-1
/
+0
*
bfdd: check bfd on upon interface presence from separate vrf
Philippe Guibert
2019-05-07
1
-2
/
+8
*
bfdd: upon vrf enable/disable, update bs and obs list
Philippe Guibert
2019-05-07
3
-2
/
+54
*
bfdd: register to interfaces from other vrfs
Philippe Guibert
2019-05-07
3
-0
/
+23
*
bfdd, zebra: pass the vrf identifier between zebra and bfdd
Philippe Guibert
2019-05-07
1
-11
/
+26
*
bfdd: socket handling per vrf context
Philippe Guibert
2019-05-07
4
-89
/
+169
*
bfdd: add vrf framework
Philippe Guibert
2019-05-07
3
-0
/
+36
*
bfdd: use vrf api for creation socket with binding with vrf lite
Philippe Guibert
2019-05-07
5
-134
/
+16
*
bfdd: permit to configure both iface and vrf
Philippe Guibert
2019-05-07
2
-18
/
+17
*
bfdd: add sys_admin capability and net_raw capability
Philippe Guibert
2019-05-07
1
-1
/
+1
*
bfdd: socket creation in a vrf can be done
Philippe Guibert
2019-05-07
2
-3
/
+10
*
bfdd: remove the constraint of bfd vrf and multihop
Philippe Guibert
2019-05-07
1
-5
/
+1
*
bfdd: move bfd_ses_[xx] to bfd_sess_[xx] like other routines
Philippe Guibert
2019-05-07
5
-14
/
+14
*
bfdd: use logging convention for remaining zlog_debug
Philippe Guibert
2019-05-07
1
-1
/
+1
*
*: use ZAPI_CALLBACK_ARGS macro for zapi handlers
Quentin Young
2019-05-03
1
-18
/
+9
*
Merge pull request #4155 from pguibert6WIND/bfd_increase_config
Russ White
2019-04-26
3
-0
/
+14
|
\
|
*
bfdd: remove operational bfd sessions from remote daemons
Philippe Guibert
2019-04-18
1
-0
/
+4
|
*
bfdd: avoid having bfd config inherited from operation context
Philippe Guibert
2019-04-18
2
-0
/
+10
*
|
bfdd: fix UDP source port range
Rafael Zalamena
2019-04-25
1
-2
/
+2
|
/
*
Merge pull request #4042 from donaldsharp/bfd_sa
Renato Westphal
2019-03-30
1
-0
/
+3
|
\
|
*
bfdd: Clean up assignment without being used SA issue
Donald Sharp
2019-03-29
1
-0
/
+3
*
|
bfdd, nhrpd, pimd: When deleting an interface clean up
Donald Sharp
2019-03-29
1
-0
/
+2
|
/
*
bfdd: Prevent uninited use of data
Donald Sharp
2019-03-20
1
-1
/
+2
*
bfdd: fix echo loopback function
Rafael Zalamena
2019-03-19
1
-0
/
+2
*
bfdd: fix JSON API local-address translation
Rafael Zalamena
2019-03-19
1
-2
/
+2
*
bfdd: don't enable sessions without local-address
Rafael Zalamena
2019-03-12
4
-8
/
+74
*
bfdd: change session lookup data structure
Rafael Zalamena
2019-03-12
6
-532
/
+339
*
bfdd: fix single hop IPv6 configurations
Rafael Zalamena
2019-03-06
1
-2
/
+6
*
*: do not check XMALLOC / XCALLOC for null ret
Quentin Young
2019-02-26
4
-33
/
+0
*
*: use proper bool initializers & fix comparisons
Quentin Young
2019-02-26
2
-3
/
+3
*
*: Rename backet to bucket
Tim Bray
2019-02-25
4
-15
/
+15
*
bfdd: fix CI warnings
Rafael Zalamena
2019-02-14
4
-27
/
+29
*
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: header clean up
Rafael Zalamena
2019-02-14
1
-13
/
+4
*
bfdd: don't allow VRF for single hop session
Rafael Zalamena
2019-02-14
1
-0
/
+4
*
bfdd: implement session interface observer
Rafael Zalamena
2019-02-14
8
-167
/
+412
*
bfdd: generate random session identificators
Rafael Zalamena
2019-02-14
1
-2
/
+11
*
bfdd: remove unused vrf/interface data structures
Rafael Zalamena
2019-02-14
2
-140
/
+0
*
bfdd: refactor session lookup
Rafael Zalamena
2019-02-14
6
-158
/
+144
*
bfdd: slow down on peer connection loss
Rafael Zalamena
2019-02-14
2
-12
/
+22
*
bfdd: don't try to start echo on protocol restart
Rafael Zalamena
2019-02-14
1
-4
/
+0
[next]