]> git.puffer.fish Git - mirror/frr.git/commit
bfdd: fix starting echo receive timer
authorIgor Ryzhov <iryzhov@nfware.com>
Tue, 9 Mar 2021 22:17:47 +0000 (01:17 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 16 Mar 2021 14:25:06 +0000 (17:25 +0300)
commit5aeb216ea53f330a3ac72e3982dcff9500bc1fb3
tree8d350202086cd22689f1bba3702e2716b867d3be
parent81ef5048dd229570f27c524d6d6268caecf3b663
bfdd: fix starting echo receive timer

Currently this timer is only started when we receive the first echo
packet. If we never receive the packet, the timer is never started and
the user falsely assumes that echo function is working.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
bfdd/bfd.c